Commit graph

73 commits

Author SHA1 Message Date
e9a50e1417 Rendering fixes for tag detail view 2025-01-06 01:05:04 +01:00
48e963bef1 Make default page size configurable 2025-01-06 01:01:37 +01:00
417606c214 Add tag views 2025-01-06 01:00:56 +01:00
03a10e87c3 Nicer tag lists 2025-01-06 01:00:37 +01:00
4c58206fbc Sort with custom collation that sorts numbers in natural order 2025-01-06 01:00:12 +01:00
a9ce23aea7 Add default sort order to all models 2025-01-06 00:59:23 +01:00
484d7236fd Move item listing and pagination to their own templates 2025-01-06 00:58:13 +01:00
9c9a83cb47 Bugfix in item view: Tags can now be rendered 2025-01-05 22:06:46 +01:00
a13a977206 Styling for action icons 2025-01-05 21:48:12 +01:00
3ca926afac Manufacturer detail view 2025-01-05 21:45:44 +01:00
2ac00868e3 Distributor detail view 2025-01-05 21:45:34 +01:00
9c283ff1eb Pagination support 2025-01-05 21:45:20 +01:00
ad589e4f92 Logo image styling that only reduced height but allows non 1:1 aspect ratios 2025-01-05 21:45:03 +01:00
c763557e81 Tag lists support 2025-01-05 21:44:27 +01:00
37388ba7be Manufacturer lists 2025-01-05 19:04:02 +01:00
4b2e8ccabb Distributor lists 2025-01-05 19:03:53 +01:00
e6d68552a1 Switch from navlists to tables for listings 2025-01-05 19:03:42 +01:00
7839e6dff0 Add manufacturer and distributor navigation 2025-01-05 19:03:11 +01:00
d0701efc37 Add new icons 2025-01-05 19:02:55 +01:00
e3749b7f2e Update gitignore 2025-01-05 19:02:22 +01:00
83ae8350b7 Add new styles for listing tables 2025-01-05 19:02:14 +01:00
39c8a9af80 Update deps 2025-01-05 19:00:56 +01:00
d5764ea7aa
Create CODE_OF_CONDUCT.md 2023-12-26 15:14:03 +01:00
d3d0ce6937
Create LICENSE 2023-12-26 15:12:42 +01:00
0c5b8ee6a6 Add screenshots 2023-12-26 02:31:15 +01:00
4267c06532 Fix nixos error with psycopg 2023-12-26 02:31:07 +01:00
5136ae4a0d How did that get in there? 2023-12-26 01:49:07 +01:00
55124c8c21 Update Readme to reflect current requirements 2023-12-26 01:47:51 +01:00
90cc256ee6 Linting 2023-12-26 01:44:48 +01:00
c049512b6a VSCode settings have changed 2023-12-26 01:20:16 +01:00
be2f277eb3 update asgi starter to 5.0 2023-12-26 01:19:59 +01:00
b9f76acbf8 Updates
- Django 5.0
- whitenoise 6.6
- commentjson 0.9
- psycopg 3.1
- django-nested-admin 4.0
- pillow 10.1

This implies python 3.10+
2023-12-26 01:03:51 +01:00
5d17587829 Add shell.nix and update deps 2023-12-26 00:45:31 +01:00
9d242738f6 Add some stuff to gitignore 2023-12-26 00:44:51 +01:00
a56d4429dc Squelch warning 2023-12-26 00:44:38 +01:00
bc83608e58 Bugfix: Remove item inline as it leads to timeouts 2021-03-21 03:14:33 +01:00
e63579e1ef Fix some display issues and make the buttons a popout to be workable on touch devices like the ipad 2021-03-21 02:57:06 +01:00
a8c8ca183d Add datasheet icon 2021-03-21 02:56:26 +01:00
7beba0dc40 Bugfix: Redirect to box-display after editing in admin 2021-03-21 02:56:09 +01:00
3d3fe2969a Bugfix: Fix display order in multi-item compartments 2021-03-21 02:55:46 +01:00
970f314c06 Update service file 2020-12-23 02:11:53 +01:00
68752b8611 Add systemd service file 2020-12-23 02:05:49 +01:00
6cd4056274 Remove leftover print statements 2020-12-23 01:47:48 +01:00
71f62536c1 Implement all container templates 2020-12-23 01:47:00 +01:00
652ba705c5 Smaller fixes and is_staff check 2020-12-23 00:43:22 +01:00
9fd744e186 Extend item description 2020-12-23 00:43:03 +01:00
6ddfdddd00 Change everything to use tags 2020-12-23 00:31:34 +01:00
e8863a0071 Linter cleanup 2020-12-22 21:51:27 +01:00
326de9444d Allow for customization of workflow 2020-12-22 21:35:05 +01:00
444aeb37e6 Styling 2020-12-22 04:27:57 +01:00