Commit graph

78 commits

Author SHA1 Message Date
Chris Kruining
5731ba62d0
move error component to standalone 2025-02-20 16:10:20 +11:00
Chris Kruining
3ef8940137
switch to vitest and get some actual results! 2025-02-19 15:55:59 +11:00
Chris Kruining
1af68dc85d
highlights api is awesome!!! 2025-02-18 23:20:56 +11:00
Chris Kruining
759169159d
implement inital suggestion application 2025-02-18 14:15:17 +11:00
Chris Kruining
a9de0c7817
revert selector back to memo 2025-02-17 15:39:44 +11:00
Chris Kruining
39da4f696e
convert memo to selector 2025-02-17 11:53:45 +11:00
Chris Kruining
f4d59b30f5
got to a nice point, right now I can do bi-directional transformations, and also have my spelling and grammar error markers that are also cleaned up so they don't end up in the source text 2025-02-14 16:19:48 +11:00
Chris Kruining
8e0eee5847
stashing 2025-02-13 17:18:03 +11:00
Chris Kruining
69fd9a1753
add inital attempt at cursor position preservation 2025-02-13 17:15:22 +11:00
Chris Kruining
67b76e41c5
lets remove the random errors from prod... 2025-02-12 09:44:39 +11:00
Chris Kruining
487e41c2d7
stash 2025-02-11 16:55:12 +11:00
Chris Kruining
9ace9b9f4f
refactor dataset to standalone feature and update components accordingly 2025-02-04 15:48:23 +11:00
Chris Kruining
8b852b4ca4
feature: poll files to auto-update on external file changes 2025-01-27 15:09:43 +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
4592a6f1bc
persist selected tab on edit page 2025-01-07 16:06:46 +01:00
Chris Kruining
5774cc1299
fix rename artifact 2025-01-07 16:04:53 +01:00
Chris Kruining
9d943c1182
refactor menu to use dropdown component 2025-01-07 14:04:02 +01:00
Chris Kruining
4a62406de9
refactor select to use dropdown 2025-01-07 13:41:26 +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
90c29616f7
fix style issue 2025-01-07 08:29:19 +01:00
Chris Kruining
b1aad32beb
improve dropdown 2025-01-07 08:13:09 +01:00
Chris Kruining
f73ad56c0e
fix style issue 2025-01-07 08:11:55 +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
672afba529
patch colorscheme dropdown to use new combo-box 2025-01-06 15:52:18 +01:00
Chris Kruining
490cf0c677
implement simple combo-box component 2025-01-06 15:50:36 +01:00
Chris Kruining
96d04a6094
fix selection command 2025-01-06 15:49:37 +01:00
Chris Kruining
8d1c6b306f
clean up console.log 2025-01-03 05:09:12 +01:00
Chris Kruining
d39f88a754
refactor 'rows' -> 'data' 2025-01-03 04:57:05 +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
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
ed8eecea2a
fix merge issues 2024-12-17 13:29:27 +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
6d74950495
fix table style issues 2024-12-11 14:55:53 +01:00
Chris Kruining
de79467db3
quickly add sorting via clicks on column header 2024-12-11 11:11:28 +01:00
Chris Kruining
f21fa5e224
fix and expand table styles. man do I ever love scroll animations!!! 2024-12-11 10:07:48 +01:00
Chris Kruining
b80e4ea6f5
use dataset functions 2024-12-11 10:06:18 +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
17e49c23d8
started splitting of into components 2024-12-03 16:01:14 +01:00
Chris Kruining
316e3158db
small style tweaks 2024-12-02 14:21:58 +01:00