fix: remove whiteboards and tldraw from rest of codebase

Also remove some old excalidraw refs that should've been removed awhile
back
This commit is contained in:
Gabriel Horner
2026-01-16 14:19:02 -05:00
parent 538d10a20a
commit 208b4bc205
44 changed files with 114 additions and 293 deletions

View File

@@ -59,8 +59,6 @@ $ bb lang:missing es
| :translation-key | :string-to-translate | :file |
|---------------------------------------+-------------------------------------------------------+---------------|
| :command.editor/toggle-number-list | Toggle number list | dicts/es.edn |
| :command.whiteboard/bring-forward | Move forward | dicts/es.edn |
| :command.whiteboard/bring-to-front | Move to front | dicts/es.edn |
...
```
@@ -73,8 +71,6 @@ $ bb lang:missing es --copy
;; For dicts/es.edn
:command.editor/toggle-number-list "Toggle number list"
:command.whiteboard/bring-forward "Move forward"
:command.whiteboard/bring-to-front "Move to front"
...
```