No description
  • TypeScript 46.8%
  • Svelte 39.6%
  • Rust 6.9%
  • JavaScript 5.4%
  • HTML 1%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Julien Enselme 47985b381c
fix(editor): correct active tab update
Always update the tab in the tab array to have consistent data. The active tab variable is only a readonly proxy derived from the array.
2026-06-30 20:48:16 +02:00
.idea chore: force WebStorm to run prettier on HTML 2026-04-23 21:35:55 +02:00
app feat(editor): update tab after update 2026-06-28 18:56:48 +02:00
editor feat(editor): update tab after update 2026-06-28 18:56:48 +02:00
editor-ui fix(editor): correct active tab update 2026-06-30 20:48:16 +02:00
website feat(editor/ui): add dark and light themes 2026-04-26 22:22:05 +02:00
.editorconfig chore: setup linters 2025-09-21 15:31:44 +02:00
.pre-commit-config.yaml chore: make eslint fix import type issues 2026-04-26 21:40:07 +02:00
.prettierignore chore: setup linters 2025-09-21 15:31:44 +02:00
.prettierrc chore: setup linters 2025-09-21 15:31:44 +02:00
_typos.toml feat(editor): setup tiptap 2025-09-21 16:16:40 +02:00
eslint.config.js chore(eslint): forbid console.log 2026-06-28 18:59:39 +02:00
justfile chore: add lint target 2026-04-19 16:42:22 +02:00
package-lock.json chore(app): install tauri-plugin-dialog 2026-06-21 17:59:49 +02:00
package.json chore: run vite and sv check in parallel during dev 2026-04-26 17:18:58 +02:00