Skip to content

Commit ebf8fb8

Browse files
committed
Enhancing the UI framework
Also doing the first steps with the new UI. Introduced a tabbed interface.
1 parent 4316127 commit ebf8fb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+6371
-1511
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_BASE_URL="" # The base URL for the score book data server, only used in development mode.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules
22
.vscode/numbered-bookmarks.json
33
dist
44
.vscode/chrome
5+
.env.local
6+
.htaccess

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"Colours",
1010
"deserialise",
1111
"deserialisers",
12+
"guiderail",
1213
"initialise",
1314
"Metas",
1415
"optimisation",
@@ -23,6 +24,7 @@
2324
"spacebar",
2425
"Surdo",
2526
"surdos",
27+
"tabview",
2628
"Tamborim",
2729
"tamborims",
2830
"Timbau"

package-lock.json

Lines changed: 30 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@
1616
"lint": "eslint 'src/**/*.{ts,tsx}'"
1717
},
1818
"dependencies": {
19+
"@vscode/codicons": "0.0.43",
1920
"classnames": "2.5.1",
20-
"preact": "10.27.2"
21+
"preact": "10.27.2",
22+
"tabulator-tables": "6.3.1",
23+
"wavesurfer.js": "7.12.0"
2124
},
2225
"devDependencies": {
2326
"@eslint/js": "9.39.1",
2427
"@preact/preset-vite": "2.10.2",
2528
"@stylistic/eslint-plugin": "5.6.1",
2629
"@stylistic/eslint-plugin-ts": "4.4.1",
30+
"@types/tabulator-tables": "6.3.0",
2731
"@typescript-eslint/eslint-plugin": "8.47.0",
2832
"@typescript-eslint/parser": "8.47.0",
2933
"eslint": "9.39.1",

0 commit comments

Comments
 (0)