Commit graph

71 commits

Author SHA1 Message Date
Chris Kruining
8b852b4ca4
feature: poll files to auto-update on external file changes 2025-01-27 15:09:43 +01:00
Chris Kruining
5862248153
fix error 2025-01-16 16:17:24 +01:00
Chris Kruining
b9dbdb5aa9
some improvements to context menu 2025-01-08 14:27:45 +01:00
Chris Kruining
7e5af28ac2
remove debounce in favor of solid-primitive 2025-01-08 11:31:16 +01:00
Chris Kruining
7b044c6050
quick and dirty key copy feature 2025-01-08 10:20:50 +01:00
Chris Kruining
8c4b481082
fall back on given label for comands 2025-01-07 16:09:23 +01:00
Chris Kruining
881608f7de
refactor file feature 2025-01-07 16:09:06 +01:00
Chris Kruining
9d943c1182
refactor menu to use dropdown component 2025-01-07 14:04:02 +01:00
Chris Kruining
6d69566e1a
refactor dropdown to select 2025-01-07 13:14:35 +01:00
Chris Kruining
57bb6ec2d9
refactor colorpicker component 2025-01-07 13:14:17 +01:00
Chris Kruining
a31168ca6c
add quick and dirty decode function to handle escape characters in values 2025-01-07 12:11:32 +01:00
Chris Kruining
7264146d49
clean up console log 2025-01-07 12:10:35 +01:00
Chris Kruining
88a4ddd866
fix type error 2025-01-07 12:09:16 +01:00
Chris Kruining
34ffdee266
fix style 2025-01-07 10:52:14 +01:00
Chris Kruining
6e17401992
refactor command feature 2025-01-07 10:24:09 +01:00
Chris Kruining
824d98b9c8
clean up internal state when clearing selection 2025-01-07 10:13:51 +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
2c293694c0
fix range selection 2025-01-07 10:05:27 +01:00
Chris Kruining
5102e6d5bb
style fix 2025-01-07 08:36:38 +01:00
Chris Kruining
79f2974c39
fix closing a directory 2025-01-07 08:27:33 +01:00
Chris Kruining
7b3e7e9ca2
rename combobox to dropdown 2025-01-07 07:34:46 +01:00
Chris Kruining
7f71f83a59
add caret to combobox 2025-01-07 07:31:05 +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
27aac495b9
set up i18n 2025-01-06 15:51:47 +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
7f436227d9
add auto writing direction to textareas 2025-01-03 04:56:42 +01:00
Chris Kruining
4fba9cc23c
fix adding of language 2025-01-03 04:56:21 +01:00
Chris Kruining
1b18198022
added tests. bs tests, but tests 2024-12-19 16:21:59 +01:00
Chris Kruining
c33e99b105
couple of bug fixes 2024-12-19 15:54:11 +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
1d88565773
. 2024-12-17 13:22:31 +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
41bd3463e7
patch styles of marker element of selectable 2024-12-11 10:07:13 +01:00
Chris Kruining
183618a0c8
slight improvement on landing UX 2024-12-04 09:38:58 +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
Chris Kruining
bfb668a164
much better! 2024-11-28 08:31:31 +01:00
Chris Kruining
992bb77d2f
working on fixing/reimplementing save command now that the mutations logic is more complete 2024-11-04 17:03:41 +01:00
Chris Kruining
0501a0a463
improved diffing algorithm 2024-10-30 16:27:34 +01:00
Chris Kruining
6d1e011621
first attempt with deleting rows. deep diff algorithm needs more time in the cooker 2024-10-29 18:36:01 +01:00
Chris Kruining
addc6bfb11
fix issues with tabs 2024-10-29 16:20:48 +01:00
Chris Kruining
b27abe928d
initial attempt with pwa 2024-10-29 13:33:01 +01:00
Chris Kruining
ddf4519f41
refactoring stuff to make sure the right responsibility is fullfilled in the right place 2024-10-28 15:43:53 +01:00
Chris Kruining
fa9264326b
some restructuring and added a color-scheme-picker 2024-10-28 14:15:41 +01:00
Chris Kruining
c02fb2d924
WOOP WOOP, file save works!!! 2024-10-24 14:43:20 +02:00