Commit Graph

315 Commits

Author SHA1 Message Date
Donkie
e31aeebe97 Added sticky table headers
Resolves #133
2023-10-29 19:00:45 +01:00
Connor Cleveland
17f1851fc4 Merge branch 'urlfilter' 2023-10-29 01:27:54 -05:00
Connor Cleveland
2d1895c360 Fix empty filters saving to hash 2023-10-29 01:27:40 -05:00
Connor Cleveland
1c361d0e37 disable default warnWhenUnsavedChanges 2023-10-28 14:46:51 -05:00
Connor Cleveland
5563074c30 add trailing whitespace 2023-10-27 13:34:32 -05:00
Connor Cleveland
ec1966734e Change qty button to not need invasive CSS 2023-10-27 13:29:55 -05:00
Connor Cleveland
a61c99b93d Add SaveAndAdd footer buttons to keep create consistent 2023-10-26 16:14:24 -05:00
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
Connor Cleveland
a08e32078c remove now unused formatVendor 2023-10-25 00:52:44 -05:00
Connor Cleveland
517996d7a8 #76 spool list, no reload on page change 2023-10-25 00:32:57 -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
6324979913 Fixed client websocket URL converter TLS 2023-10-18 19:24:27 +02:00
Donkie
f064ea589c Formatted all .ts files 2023-10-18 19:21:57 +02:00
Donkie
42cd250a92 Added Ukrainian to i18n.ts 2023-10-17 17:40:58 +02:00
Donkie
d5bd18f931 Added live updates to vendors in client 2023-10-15 21:36:02 +02:00
Donkie
886519e3b4 Added live updates to filaments in client 2023-10-15 21:35:49 +02:00
Donkie
37ae1f7de1 Generalized the useLiveify hook 2023-10-15 21:20:56 +02:00
Donkie
f7faa6ccdc Auto-update for added/deleted spools in client 2023-10-15 21:05:42 +02:00
Donkie
aa28bd1f19 Updated client to support new message format 2023-10-15 21:04:34 +02:00
Donkie
0fab369518 Added live updates to spools in client
Will automatically refresh the list and show pages if any of the shown spools are updated in the backend.
On the edit page, it will warn you if the spool has been updated since you opened the page.
2023-10-15 15:28:08 +02:00
Donkie
bec130d038 Minor ko-fi button fixes 2023-10-15 15:15:25 +02:00
Donkie
04a39b8230 Removed ts-expect-error 2023-10-14 12:42:40 +02:00
Donkie
c790465857 Added tip button to bottom of page 2023-10-14 12:35:55 +02:00
Donkie
f3be2a90d5 Updated client packages 2023-10-14 12:10:41 +02:00
Donkie
088e8333f3 Added Hungarian and Italian to i18n file 2023-10-14 11:20:39 +02:00
Donkie
1452a2828b Minor fix to spool weight editing 2023-10-10 21:16:20 +02:00
Donkie
41889ee83f Fixed spool weight field not being hidden 2023-10-10 21:03:56 +02:00
Donkie
3f5902516c Added max values on density and diameter inputs
This is to prevent accidentally putting in a too big value
2023-10-10 20:45:27 +02:00
Donkie
30d4019d7d Number inputs now show error if bad value
Previously it just prevented you from inputting it, which was a bit bad UX
2023-10-10 20:45:01 +02:00
Donkie
ea322559d9 Localized new location textbox 2023-10-10 20:36:55 +02:00
Donkie
43168fc75e Added dropdown of existing locations in spool edit
Resolves #119
2023-10-10 20:21:23 +02:00
Donkie
bdc47fd0a2 Localized create filament page title 2023-10-08 17:45:00 +02:00
Donkie
5fdd218ead Localized show page titles 2023-10-08 17:45:00 +02:00
Donkie
909e7217ae Fixed Czech language 2023-09-26 19:07:59 +02:00
Donkie
d7bed054c5 Enabled new languages 2023-09-26 19:07:40 +02:00
Mick#6366
ebada588e1 Update i18n.ts
add Czech translation
2023-09-21 16:27:51 +02:00
Donkie
f967aef2cb Client: Fixed UI not handle empty filters properly 2023-09-20 20:56:29 +02:00
Dr_Perry_Coke
447443c086 Update i18n.ts 2023-09-20 10:37:05 +03:00
Donkie
e8d91bc4ce Client: Show commit and build in version element 2023-09-17 11:11:05 +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
f722adec22 Client: Fixed incorrect column name keys 2023-09-16 13:47:50 +02:00
Donkie
91e4171ff8 Client: Added lazy-loading for filter drop downs 2023-09-16 11:13:30 +02:00
Donkie
58fdbb4d85 Client: Fixed spool select table formatting 2023-09-16 11:13:30 +02:00
Donkie
9c2504d073 Client: Added indeterminate state to spool select 2023-09-16 11:13:30 +02:00
Donkie
dc5e3a0fbd Client: Filament name filtering/sorting now works 2023-09-16 11:13: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
5bae67725a Added tanstack query devtools 2023-09-16 11:13:30 +02:00