You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/INDEX.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ A documentação ativa está dividida em dois níveis:
18
18
-**[CODE_CONVENTIONS.md](CODE_CONVENTIONS.md)** — Convenções de código, naming e estrutura geral
19
19
-**[EXCEPTION_HANDLING_STRATEGY.md](EXCEPTION_HANDLING_STRATEGY.md)** — Estratégia de tratamento de erros e falhas
20
20
-**[SEARCH_FILTERING_GUIDELINE.md](SEARCH_FILTERING_GUIDELINE.md)** — Padrão de busca textual centralizada (fuzzy vs estrito) para UI
21
+
-**[OBSERVABILITY_BASELINE_TEMPLATE.md](OBSERVABILITY_BASELINE_TEMPLATE.md)** - Template operacional de baseline semanal para Onda 0 (OBS-01/OBS-02/OBS-03)
21
22
-**[LIST_RENDERING_PERFORMANCE_GUIDELINE.md](LIST_RENDERING_PERFORMANCE_GUIDELINE.md)** — Regras normativas para listas/listagens performáticas (virtualização, cache, debounce e invalidação)
22
23
-**[MODAL_LAYOUT_GUIDELINE.md](MODAL_LAYOUT_GUIDELINE.md)** — Guideline normativa para estrutura de modais (header + body rolável + footer fixo)
23
24
-**[MODAL_ADOPTION_MAP.md](MODAL_ADOPTION_MAP.md)** — Inventário de modais e status de adoção da guideline
Copy file name to clipboardExpand all lines: src/AkkornStudio.UI/Services/Input/ShortcutRegistry/DefaultShortcutCatalog.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ static void Noop() { }
43
43
Def(ShortcutActionIds.SendToBack,"Send to Back","Send selection to back","Canvas and Navigation",ShortcutContext.Canvas,"layer","arrange","Ctrl+Shift+PgDown"),
44
44
45
45
Def(ShortcutActionIds.TogglePreview,"Toggle Preview","Toggle preview panel","Preview and Inspection",ShortcutContext.Canvas,"preview","data","F3"),
46
-
Def(ShortcutActionIds.RunPreview,"Run Preview","Run preview query","Preview and Inspection",ShortcutContext.Canvas,"preview","execute","F5"),
47
46
Def(ShortcutActionIds.ExplainPlan,"Explain Plan","Open explain plan","Preview and Inspection",ShortcutContext.Canvas,"explain","plan","F4"),
48
47
49
48
Def(ShortcutActionIds.ZoomIn,"Zoom In","Increase zoom","Zoom, pan and precision",ShortcutContext.Canvas,"zoom","canvas","Ctrl++"),
0 commit comments