[Feature] Add language #19

Merged
chris-kruining merged 25 commits from feature/add-language into main 2024-12-19 15:22:42 +00:00

25 commits

Author SHA1 Message Date
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
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
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
41bd3463e7
patch styles of marker element of selectable 2024-12-11 10:07:13 +01:00
Chris Kruining
b80e4ea6f5
use dataset functions 2024-12-11 10:06:18 +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
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
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