Commit graph

89 commits

Author SHA1 Message Date
Simon Bruder 5b6a1ca4b4
fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 26s
2024-07-20 13:26:19 +02:00
Simon Bruder 01d0c0d6b7
fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 27s
2024-07-20 13:25:06 +02:00
Simon Bruder 8ddaaee4ba
fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 26s
2024-07-20 13:24:18 +02:00
Simon Bruder c1bcc7860d
fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 27s
2024-07-20 13:22:28 +02:00
Simon Bruder 06afd021d3
fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 38s
2024-07-20 13:21:07 +02:00
Simon Bruder 657d37b1eb
fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 38s
2024-07-20 13:19:25 +02:00
Simon Bruder 8b123cfec2
fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 38s
2024-07-20 13:18:39 +02:00
Simon Bruder 4a8ab0eb33
fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 38s
2024-07-20 13:17:43 +02:00
Simon Bruder 67e7a15f77
fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 38s
2024-07-20 13:15:14 +02:00
Simon Bruder e608d62fce
fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 27s
2024-07-20 13:13:15 +02:00
Simon Bruder edf3e42522
fixup! Add CI workflow
Some checks failed
/ build (push) Has been cancelled
2024-07-20 13:12:37 +02:00
Simon Bruder dcfa5a660d
fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 0s
2024-07-20 13:12:10 +02:00
Simon Bruder 4d34c1c6fc
fixup! Add CI workflow
Some checks failed
/ build (push) Failing after 2m20s
2024-07-20 13:07:46 +02:00
Simon Bruder ebc112e06e
fixup! Add CI workflow
All checks were successful
/ build (push) Successful in 29s
2024-07-20 12:54:40 +02:00
Simon Bruder 152f5b3780
fixup! Add CI workflow
Some checks failed
/ build (push) Has been cancelled
2024-07-20 12:52:49 +02:00
Simon Bruder 898965558f
fixup! Add CI workflow
Some checks failed
/ build (push) Has been cancelled
2024-07-20 12:44:54 +02:00
Simon Bruder 47bd048199
label: Add Square28 preset
All checks were successful
/ build (push) Successful in 5s
2024-07-19 18:02:28 +02:00
Simon Bruder 40497e83ab
label: Add text wrapping 2024-07-19 18:02:03 +02:00
Simon Bruder e4fb62f1c9
Add CI workflow
All checks were successful
/ build (push) Successful in 26s
2024-07-19 15:29:24 +02:00
Simon Bruder 8414f5fcf4
Do not use full OCI image name for build 2024-07-19 15:29:03 +02:00
Simon Bruder abea41ebd0
Deny clippy warnings in pre-commit hook 2024-07-19 00:12:28 +02:00
Simon Bruder 8e61f34b3f
Allow displaying datalist hint as link 2024-07-19 00:07:15 +02:00
Simon Bruder 8aff438f98
Show counts for lists 2024-07-19 00:06:33 +02:00
Simon Bruder 4f169bc8fd
Add generating labels for direct children of item 2024-07-19 00:06:32 +02:00
Simon Bruder cfaaa01fbf
Actually show full parents when requested 2024-07-19 00:06:31 +02:00
Simon Bruder b55c8373d3
Fix item order in get_parents_details 2024-07-19 00:06:31 +02:00
Simon Bruder 125627d7d2
Allow batch adding items 2024-07-19 00:06:30 +02:00
Simon Bruder 693fe68797
Extract label generation page action dropdown 2024-07-19 00:06:29 +02:00
Simon Bruder 7defae7931
Decouple item (class) form from model
This makes it possible to introduce form-only fields without affecting
the model.
2024-07-19 00:06:27 +02:00
Simon Bruder e3cb717087
Autofocus jump input 2024-07-19 00:06:26 +02:00
Simon Bruder b4f13741f7
Add OCI container output to flake 2024-07-19 00:06:25 +02:00
Simon Bruder 07a9a6f9f2
Use rust-embed for serving static files 2024-07-19 00:06:24 +02:00
Simon Bruder c191872365
Add basic README 2024-07-19 00:06:24 +02:00
Simon Bruder c33733c614
Allow generating label from item (class) page 2024-07-19 00:06:23 +02:00
Simon Bruder b15a2e2885
Generalize PageAction to allow dropdown 2024-07-19 00:06:22 +02:00
Simon Bruder a528b9fe44
Add description to item and item class 2024-07-19 00:06:21 +02:00
Simon Bruder 512cca854b
Allow InputGroup to be non-required 2024-07-19 00:06:20 +02:00
Simon Bruder bd9a531dad
Configure API using proper function 2024-07-19 00:06:20 +02:00
Simon Bruder 092a01cdb2
Redirect to requested resource after login 2024-07-19 00:06:19 +02:00
Simon Bruder 35c287e082
Fix urlencoding when jumping to unknown ID 2024-07-19 00:06:18 +02:00
Simon Bruder d4b0290bd4
Expose label generation to frontend
The javascript code is quite horrible, but it works ¯\_(ツ)_/¯
2024-07-19 00:06:18 +02:00
Simon Bruder c67e31fdc5
Add original packaging attribute to items 2024-07-19 00:06:17 +02:00
Simon Bruder 5d8884c11d
Show associated items on item class page 2024-07-19 00:06:16 +02:00
Simon Bruder 21cd61ea1d
Remove duplication in function names 2024-07-19 00:06:15 +02:00
Simon Bruder 7100c29dd3
Expose deletion in frontend 2024-07-19 00:06:14 +02:00
Simon Bruder a07af2f2a9
Make page actions more configurable 2024-07-19 00:06:12 +02:00
Simon Bruder 3a222986c1
Add authentication 2024-07-19 00:06:11 +02:00
Simon Bruder d4b2ecfcea
Set default log level to info 2024-07-19 00:06:10 +02:00
Simon Bruder 2618b00779
Display short ID on SII 650 Data Matrix label 2024-07-19 00:06:09 +02:00
Simon Bruder d5fea320dd
Add branding to labels 2024-07-19 00:06:09 +02:00