Commit graph

103 commits

Author SHA1 Message Date
Chris Kruining
7e5af28ac2
remove debounce in favor of solid-primitive 2025-01-08 11:31:16 +01:00
Chris Kruining
caa35c92e9
clean up test context menu 2025-01-08 10:30:40 +01:00
Chris Kruining
7b044c6050
quick and dirty key copy feature 2025-01-08 10:20:50 +01:00
Chris Kruining
9f0aa56361
fix issue with css class application 2025-01-07 16:09:53 +01:00
Chris Kruining
881608f7de
refactor file feature 2025-01-07 16:09:06 +01:00
Chris Kruining
e8545fe093
fix semantic errors 2025-01-07 16:07:58 +01:00
Chris Kruining
2e34f5d3ea
clean up old code 2025-01-07 16:07:22 +01:00
Chris Kruining
222970b6b6
fix renaming artifact 2025-01-07 16:07:11 +01:00
Chris Kruining
4592a6f1bc
persist selected tab on edit page 2025-01-07 16:06:46 +01:00
Chris Kruining
096d4c2651
refactor nav item to utilize dropdown component 2025-01-07 13:45:19 +01:00
Chris Kruining
57bb6ec2d9
refactor colorpicker component 2025-01-07 13:14:17 +01:00
Chris Kruining
55ae8902a8
add a couple more translations 2025-01-07 12:11:48 +01:00
Chris Kruining
59f39ee141
fix mutations 2025-01-07 12:10:06 +01:00
Chris Kruining
6e17401992
refactor command feature 2025-01-07 10:24:09 +01:00
Chris Kruining
ddbcabcecf
refactor command palette component to comand feature instead of menu feature 2025-01-07 10:07:05 +01:00
Chris Kruining
34b30b2bc2
add translation for "open command palette" command 2025-01-07 10:06:44 +01:00
Chris Kruining
79f2974c39
fix closing a directory 2025-01-07 08:27:33 +01:00
Chris Kruining
cc8c3f8ad6
fix icon alignment in nav 2025-01-07 08:15:20 +01:00
Chris Kruining
1ae0e14e42
fix commands not being translated 2025-01-06 16:33:42 +01:00
Chris Kruining
1f9aad755c
replace static strings with translator calls 2025-01-06 15:53:21 +01:00
Chris Kruining
b329b67a3e
add locale picker to nav bar 2025-01-06 15:52:52 +01:00
Chris Kruining
96d04a6094
fix selection command 2025-01-06 15:49:37 +01:00
Chris Kruining
d39f88a754
refactor 'rows' -> 'data' 2025-01-03 04:57:05 +01:00
Chris Kruining
4fba9cc23c
fix adding of language 2025-01-03 04:56:21 +01:00
Chris Kruining
c33e99b105
couple of bug fixes 2024-12-19 15:54:11 +01:00
Chris Kruining
f6af76f0ba
remove debug code 2024-12-19 11:47:45 +01:00
Chris Kruining
998a788baa
finished refactoring. all the code is now way more clearly seperated and reusable 2024-12-19 11:42:03 +01:00
Chris Kruining
c2b7a9ccf3
Merge branch 'main' into feature/add-language 2024-12-18 16:32:31 +01:00
Chris Kruining
ab68df340f
woop in a working state again 2024-12-18 16:32:21 +01:00
Chris Kruining
4a5f0cf2d1
finally back up and running again 2024-12-18 08:10:38 +01:00
Chris Kruining
529647b0d7
. 2024-12-17 15:59:49 +01:00
Chris Kruining
0749d5904f
Merge branch 'feature/add-language' of https://github.com/chris-kruining/calque into feature/add-language 2024-12-17 13:25:37 +01:00
Chris Kruining
1d88565773
. 2024-12-17 13:22:31 +01:00
Chris Kruining
b7bf9fe220
. 2024-12-17 08:18:25 +01:00
Chris Kruining
b23db1d5a8
Kaas 2024-12-12 16:40:13 +01:00
Chris Kruining
d219ae1f9a
for the most part switched out the grid's internals for the new table component 2024-12-11 16:24:54 +01:00
Chris Kruining
de79467db3
quickly add sorting via clicks on column header 2024-12-11 11:11:28 +01:00
Chris Kruining
f87ea3697f
patch table border radius 2024-12-11 10:05:43 +01:00
Chris Kruining
de0d2c0202
add some bogus data for a more filled out table 2024-12-11 10:05:00 +01:00
Chris Kruining
977670b9e0
made tables more feature complete and started splitting of all the data handling to dataset.ts 2024-12-10 15:07:45 +01:00
Chris Kruining
a976353890
could the undefined already be a string perhaps? 2024-12-04 10:19:12 +01:00
Chris Kruining
6cf4bc450f
add fallbacks for when theme is undefined 2024-12-04 09:44:11 +01:00
Chris Kruining
183618a0c8
slight improvement on landing UX 2024-12-04 09:38:58 +01:00
Chris Kruining
17e49c23d8
started splitting of into components 2024-12-03 16:01:14 +01:00
Chris Kruining
c31074de4b
Merge branch 'main' into feature/add-language 2024-12-03 13:25:36 +01:00
Chris Kruining
6c637b8433
remove view menu item 2024-12-03 13:24:34 +01:00
Chris Kruining
4a63b5db13
add explicit width and height to image 2024-12-03 11:38:34 +01:00
Chris Kruining
e02d6fe283
add sitemap and robots.txt 2024-12-03 10:55:16 +01:00
Chris Kruining
4dc8b13005
some lighthouse fixes 2024-12-03 08:45:23 +01:00
Chris Kruining
4e98849e07
implemented feature
TODOs:
- extract logic to feature file to simplify component
- add unit test
- add end-to-end tests
2024-12-02 16:29:09 +01:00