ObsiViewer/vault/tests/nimbus-editor-snapshot.md
Bruno Charest 8b2510e9cc ```
refactor: improve block UI consistency and comment icon styling

- Wrapped heading blocks in rounded pill containers matching paragraph block styling
- Unified comment icon design across all block types (full-width and columns) with consistent SVG speech bubble
- Reduced block wrapper vertical padding (py-1 → py-0.5) and inline toolbar padding for more compact layout
- Added right padding to block content (pr-8) to prevent comment icon overlap with colored backgrounds
- Excluded paragraph,
2025-11-16 10:55:59 -05:00

69 lines
1.6 KiB
Markdown

---
title: "Éditeur Nimbus — Section Tests"
nimbusEditor: true
documentModelFormat: "block-model-v1"
---
```json
{
"id": "block_1763149113471_461xyut80",
"title": "Page Tests",
"blocks": [
{
"id": "block_1763307699824_r3elleo33",
"type": "heading",
"props": {
"level": 1,
"text": "asdassda"
},
"meta": {
"createdAt": "2025-11-16T15:41:39.824Z",
"updatedAt": "2025-11-16T15:41:42.459Z"
}
},
{
"id": "block_1763308160356_nfhdtf1p1",
"type": "kanban",
"props": {
"columns": [
{
"id": "block_1763308177122_doyf2zh37",
"title": "To Do",
"cards": [
{
"id": "item_1763308197023_pbeezlint",
"title": "New Card 2",
"description": ""
},
{
"id": "item_1763308195207_1skel85f7",
"title": "New Card 1",
"description": ""
},
{
"id": "item_1763308197933_aj34wtfd9",
"title": "New Card 3",
"description": ""
}
]
},
{
"id": "item_1763308190239_dmw2vomdm",
"title": "done",
"cards": []
}
]
},
"meta": {
"createdAt": "2025-11-16T15:49:20.356Z",
"updatedAt": "2025-11-16T15:50:10.618Z"
}
}
],
"meta": {
"createdAt": "2025-11-14T19:38:33.471Z",
"updatedAt": "2025-11-16T15:50:10.618Z"
}
}
```