Commit Graph

628 Commits

Author SHA1 Message Date
Donkie
980a0ab651 Added svg icon source files 2023-07-29 21:50:20 +02:00
Donkie
df89a0c8a5 Client: Created general useSavedState function 2023-07-29 21:50:20 +02:00
Patricio Suarez
2c29babdf7 grammar corrections 2023-07-25 19:17:04 -04:00
Patricio Suarez
785f185728 Grammar corrections 2023-07-23 07:38:04 -04:00
Patricio Suarez
f732bb7ae1 updates 2023-07-18 07:46:17 -04:00
Patricio Suarez
aea3bd365d updates 2023-07-18 07:19:38 -04:00
Patricio Suarez
eee1598112 Started Spanish localization 2023-07-17 15:26:52 -04:00
Donkie
78cccfa2aa Client: Abstracted out the printing dialog 2023-07-15 15:24:06 +02:00
Donkie
e6e865a75a Client: Added missing react-to-print dependency 2023-07-15 15:23:35 +02:00
Donkie
884b380b8c Client: Moved QR code printing dialog 2023-07-15 14:40:14 +02:00
Donkie
06e53d05dc Client: Created QR code printing dialog component 2023-07-15 14:39:20 +02:00
Donkie
3cab6166a3 Client: Created general useSavedState function 2023-07-15 14:38:40 +02:00
Donkie
a54e28d353 Client: Fixed fallback language 2023-07-15 11:01:25 +02:00
Donkie
7971cda7b5 Client: Support spool archiving in frontend 2023-07-14 14:21:47 +02:00
Donkie
061061cd31 Client: Added custom data provider
Similar to the simple REST provider, but supports any query parameters.
2023-07-14 14:19:03 +02:00
Donkie
346e59151f Client: Added material column in spool table 2023-07-14 12:07:27 +02:00
Donkie
bfb63cbfdc Client: Added some missing columns in table
Also configured the default columns to show
2023-07-14 12:05:05 +02:00
Donkie
14e758ea23 Client: Added translation for Unknown 2023-07-14 12:04:35 +02:00
Donkie
0cfc414b9c Client: Some code-splitting using loadable 2023-07-13 22:57:13 +02:00
Donkie
9fe37b315c Client: Added default exports to all pages 2023-07-13 22:56:54 +02:00
Donkie
f21834ce2d Client: Full localization, dynamic title 2023-07-13 22:20:54 +02:00
Donkie
e5ef306aa2 Client: Added show/hide columns feature 2023-07-13 19:12:38 +02:00
Donkie
257c8b55ac Client: Disable Refine telemetry 2023-07-12 21:49:18 +02:00
dependabot[bot]
df3b3c0fb1 Bump semver from 5.7.1 to 5.7.2 in /client
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 13:20:40 +00:00
Donkie
c8974c505d Client: Improved layout of new spool icon 2023-07-10 12:40:32 +02:00
Donkie
f8dfa8f7f7 Client: Added version text
Resolves #32
2023-07-10 12:11:03 +02:00
Donkie
9561111b90 Client: Added a colored spool icon in the lists
To indicate the filament color_hex field

Resolves #23
2023-07-08 23:21:13 +02:00
Donkie
517cbfc8b6 Client: Clarify weight/spool_weight a bit 2023-07-07 18:16:52 +02:00
Donkie
40a9f1cd2a Client: Updated packages 2023-07-06 23:22:40 +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
f36eb86fc7 Client: Added clear filters button 2023-07-06 19:33:30 +02:00
Donkie
3c8e414aef Client: Make table use the refine sorters/filters
That way, Refine is in charge of the sorters/filters state, instead of Refine and AntD each having their own state for it.
2023-07-06 19:32:48 +02:00
Donkie
e42b206d7d Client: Filter state is now saved in local storage 2023-07-06 19:18:11 +02:00
Donkie
887748402d Client: Improved filament label if name not set 2023-07-06 19:05:28 +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
f76c18ea3a Client: Define vendor_name field in list 2023-07-06 18:26:04 +02:00
Donkie
5ac96c7166 Client: Some type fixes 2023-07-06 18:16:20 +02:00
Donkie
2b33f73b28 Client: Typing for spool and vendor useTable 2023-07-06 16:41:25 +02:00
Donkie
096f75ffb5 Client: Sort state is now saved in local storage 2023-07-06 16:18:14 +02:00
Donkie
4c17b8ea30 Client: Perform pagination using AntD instead
If we let Refine do the pagination, it will only return a page's worth of items in the dataSource. This makes the sorting useless if the items span multiple pages.

Now we let Ant Design to the pagination instead.
2023-07-06 16:06:04 +02:00
Donkie
23a3b3bbe1 Client: Vendor table is now sortable 2023-07-06 15:40:07 +02:00
Donkie
d0f67d766c Client: Spool table is now sortable 2023-07-06 15:38:42 +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
97170719b2 Client: 20 item pagination 2023-07-06 14:54:48 +02:00
Donkie
fe85caa44b Client: Fixed filament clone fail if no vendor 2023-07-06 14:52:41 +02:00