organic_ast_explorer/src
Tom Alexander 43d65b4fe3
Disable spellcheck to remove red squiggles.
2024-01-28 19:11:07 -05:00
..
App.module.css Add an App component. 2024-01-22 19:41:07 -05:00
App.module.css.d.ts Add an App component. 2024-01-22 19:41:07 -05:00
App.tsx Rename Editor to Explorer. 2024-01-28 17:28:43 -05:00
Editor.module.css Add dark mode support for the editor. 2024-01-28 19:09:41 -05:00
Editor.module.css.d.ts Move the highlightable textarea into its own component. 2024-01-28 18:14:57 -05:00
Editor.tsx Disable spellcheck to remove red squiggles. 2024-01-28 19:11:07 -05:00
Explorer.module.css Move flexbox handling up to the explorer component. 2024-01-28 18:21:38 -05:00
Explorer.module.css.d.ts Move explorer styles into local styles. 2024-01-28 18:20:22 -05:00
Explorer.tsx Move the shadow to the left. 2024-01-28 18:31:33 -05:00
OrgAst.module.css Add dark mode support for the AST tree. 2024-01-28 19:04:26 -05:00
OrgAst.module.css.d.ts Add support for optional pairs. 2024-01-27 20:49:43 -05:00
OrgAst.tsx Remove highlight when deselecting node despite hover status. 2024-01-28 02:04:00 -05:00
highlight.ts Run format. 2024-01-21 21:13:03 -05:00
index.tsx Update to using createRoot. 2024-01-27 14:38:34 -05:00
reset.css Add CSS reset sheet. 2024-01-22 20:01:30 -05:00
shadow.tsx Move the highlightable textarea into its own component. 2024-01-28 18:14:57 -05:00