Commit graph

53 commits

Author SHA1 Message Date
8e13f99b2f Bugfix: When no form factor defined the all_tags() function errored out 2025-01-06 03:16:00 +01:00
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
83ae8350b7 Add new styles for listing tables 2025-01-05 19:02:14 +01:00
90cc256ee6 Linting 2023-12-26 01:44:48 +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
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
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
d5388a0fb4 Hide edit buttons if user is not staff 2020-12-22 03:47:35 +01:00
926207564e Implement some templates 2020-12-22 03:18:45 +01:00
f911a40c50 Make navigation and creation of objects somewhat consistent 2020-12-22 03:18:32 +01:00
679fd6778c Add svg icons, remove png 2020-12-22 03:17:51 +01:00
bc3fa3d2b4 Update css, make generic 2020-12-22 03:17:06 +01:00
2b2b5f0e23 Add url property to all container types and container_url to all contained types 2020-12-22 03:16:38 +01:00
28887f9fc0 Add item size property to disallow "add" action if container is full 2020-12-22 03:15:49 +01:00
084fdfb90b
Implement base data via data migration and add needed datafiles and templates (WIP) 2020-12-16 01:27:13 +01:00
1bebc74449
Model updates, add FormFactor and Tags 2020-12-16 01:26:42 +01:00
9aa2612327
Cleanup 2020-12-16 01:25:43 +01:00
b842442e98
Remove unneeded files 2020-12-16 01:25:31 +01:00
8d4d4bb3ed
Generic cleanup, fix linter messages 2020-12-16 01:24:52 +01:00
00c6ef455e
Add distributor images 2020-12-15 18:00:03 +01:00