Commit Graph

371 Commits

Author SHA1 Message Date
68fd7abf2d Use badge macros in the card header 2025-01-31 14:46:50 +01:00
7775e30bed Fix the similar prints icon 2025-01-31 11:44:37 +01:00
e509e6b0bb Make the default collapsed state of grid filters configurable through a variable 2025-01-31 11:31:38 +01:00
4a6f5592c7 Make filters collapsible 2025-01-31 11:23:38 +01:00
366df9d5c6 Make the grid controls normal sized 2025-01-31 11:22:50 +01:00
73fa71e380 Use a with block rather than set to avoid leaking variables 2025-01-31 11:05:19 +01:00
4278e088a4 Rename solo and attribute to value and metadata in grid filter 2025-01-31 10:54:11 +01:00
2c90afb644 Configure the Grid search through data- attributes 2025-01-31 10:19:59 +01:00
d91dd128ae Cosmetics 2025-01-30 23:35:51 +01:00
399daa375a Make checkbox clickable in the entire width of their container 2025-01-30 23:34:47 +01:00
bd21803298 Fix database counters display 2025-01-30 23:25:42 +01:00
6f0e132a36 Make grid filters controlled through data- fields 2025-01-30 23:24:22 +01:00
ccbc904a25 Create dedicated object for Grid filter 2025-01-30 22:40:53 +01:00
fca69aca7c Create dedicated javascript object for Grid sort 2025-01-30 22:30:14 +01:00
3af89ad558 Split the grid javascript code 2025-01-30 22:10:47 +01:00
4ca7a50492 Remove sort-target attribute, handle it internally 2025-01-30 22:07:09 +01:00
1213e9e176 Separate the filters from the search and sort in the set grid 2025-01-30 21:57:42 +01:00
a6f0bdafa0 Move the checkbox logic inside the macro 2025-01-30 17:39:55 +01:00
3a6e1ac9c9 Fix admin status error 2025-01-30 16:54:22 +01:00
db0c6a2ff0 Move from_form function about name to the base metadata class 2025-01-30 16:38:11 +01:00
7b775e3db6 Remove metadata prefix, it's identical to kind 2025-01-30 16:35:26 +01:00
23a1e2efbd Metadata list 2025-01-30 16:23:47 +01:00
cd70fb28dc Rename checkboxes (too generic) to status (and some bug fixes) 2025-01-30 15:03:16 +01:00
26d4860bcc Don't rely on SQL files for migration patches as their existence is not guaranteed 2025-01-30 12:56:14 +01:00
6e0c4775d1 Remove the 404 code from post redirect as it will cause the browser to not redirect 2025-01-30 12:42:37 +01:00
4e88b33c1f Create a Metadata object as a base for checkboxes 2025-01-30 12:27:21 +01:00
a3cb409749 Rename checkox_error 2025-01-30 09:33:54 +01:00
3550d7a867 Rename database_error 2025-01-29 22:49:17 +01:00
8fdeb47c80 Parametrable error names 2025-01-29 22:44:08 +01:00
40142b7e62 Theme override nobody cares actually 2025-01-29 21:27:58 +01:00
c9da6a67d8 Fix variable type hint 2025-01-29 19:28:23 +01:00
0ad9cff7a0 Set theme override 2025-01-29 19:28:00 +01:00
a79f0ffd6a Move set management to its own file 2025-01-29 18:14:44 +01:00
5a45cb3549 Fix functions definition 2025-01-29 18:12:39 +01:00
066843fc3c url_for_missing should be part of BrickPart, not RebrickablePart 2025-01-29 17:59:59 +01:00
14e75fc1e4 Update container versions 2025-01-29 17:44:46 +01:00
b0327d9771 Don't display the set management section when deleting it 2025-01-29 17:42:13 +01:00
e5ab8d7758 Add missing @login_required for set deletion 2025-01-29 17:41:34 +01:00
9607562e5f Add a tooltip with an error message on the visual status 2025-01-29 17:35:54 +01:00
1a53801955 Fix undefined id variable used when a checkbox does not exist 2025-01-29 17:35:15 +01:00
bfae90c247 Add a clear button for dynamic input 2025-01-29 16:14:52 +01:00
e8a8899b3c Rename read_only_missing to a more generic read_only 2025-01-29 16:11:48 +01:00
a97a542e68 Fix missing logic to handle empty string from dynamic input 2025-01-29 15:59:00 +01:00
fd479d40f9 Move dynamic input to BrickChanger 2025-01-29 15:58:41 +01:00
ead0b1f90d Add visually hidden label for dynamic input, move read-only logic in the macro 2025-01-29 15:57:19 +01:00
cc87495aba Move the dynamic input into a macro 2025-01-29 15:12:10 +01:00
f32ea0b1b3 Display prints based on a part 2025-01-29 14:03:48 +01:00
bb096f76d6 Visual fix for Any/No color 2025-01-29 11:43:18 +01:00
5dfa1d5fba Use data-sort to sort colums with complex data 2025-01-29 10:37:22 +01:00
75f730ae7f Display RGB color, transparency and prints for parts 2025-01-29 10:36:43 +01:00