Commit Graph

23 Commits

Author SHA1 Message Date
Connor Cleveland
866923fb12 formatting css 2023-10-26 03:56:05 -05:00
Connor Cleveland
82eaaccd9b add support for multiple spool adds 2023-10-26 03:53:06 -05:00
Donkie
9b823af4f1 Fixed formatting in saveload.ts 2023-10-24 20:27:00 +02:00
Connor Cleveland
cf518b19c2 only update localStorage and hash if table setting differs from default 2023-10-23 21:13:00 -05:00
Connor Cleveland
c1b591b62b make url hash always represent current table state 2023-10-22 20:51:10 -05:00
Donkie
f064ea589c Formatted all .ts files 2023-10-18 19:21:57 +02:00
Donkie
af54f07349 Client: Number formatting/parsing update
Can now use comma or period in any locale and it will handle it correctly. To do this, it now always uses a blank space as a thousands separator to prevent ambiguity with the decimal separator.
2023-09-16 14:16:30 +02:00
Donkie
f62f9d899b Client: Now uses server side sorting
Still some stuff left to do #98
2023-09-16 11:13:30 +02:00
Donkie
ecabc425c3 Client: Rich URLs in comments
Closes #51
2023-08-12 20:59:37 +02:00
Donkie
16bed68b90 Client: Improved form number parser 2023-08-12 20:19:18 +02:00
Donkie
df89a0c8a5 Client: Created general useSavedState function 2023-07-29 21:50:20 +02:00
Donkie
7971cda7b5 Client: Support spool archiving in frontend 2023-07-14 14:21:47 +02:00
Donkie
e5ef306aa2 Client: Added show/hide columns feature 2023-07-13 19:12:38 +02:00
Donkie
eeac30a963 Client: Fixed up pagination, now also stored 2023-07-06 23:18:39 +02:00
Donkie
58833f2203 Client: Apply some memoization 2023-07-06 23:00:08 +02:00
Donkie
b1af320a54 Client: Stricter typing 2023-07-06 22:36:41 +02:00
Donkie
04a39dfcbe Client: Safeguard against missing localStorage 2023-07-06 19:56:54 +02:00
Donkie
30934842ff Client: Save/load state cleanup, sync with rest 2023-07-06 19:49:04 +02:00
Donkie
e42b206d7d Client: Filter state is now saved in local storage 2023-07-06 19:18:11 +02:00
Donkie
a954ef3df5 Client: Added filtering capabilities to filaments 2023-07-06 19:00:32 +02:00
Donkie
391d38a3a5 Client: Moved defaultSortOrder func to utils 2023-07-06 18:59:26 +02:00
Donkie
f0403b3afb Client: Filament table is now sortable
Can only sort by 1 column for now
2023-07-06 15:36:10 +02:00
Donkie
43a3e3f1f2 Client: Better locale comma support 2023-06-27 22:51:22 +02:00