Commit Graph

386 Commits

Author SHA1 Message Date
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
8b5784bc9e Use Rebrickable URL for cosmetics if available 2025-01-29 09:04:09 +01:00
deb4a36604 Collapsible grid controls 2025-01-28 23:31:20 +01:00
7eb87dc90c Remove leftover debug prints 2025-01-28 23:07:54 +01:00
b55999327b Add a refresh mode for sets 2025-01-28 23:07:12 +01:00
3d896c6d65 Add purchase location to the database 2025-01-28 21:10:14 +01:00
d541b1b351 Deduplicated parts and missing parts 2025-01-28 19:48:14 +01:00
0070780164 Garbage leftover from copy-paste 2025-01-28 14:19:26 +01:00
de2477afb0 Remove unused socket 2025-01-28 14:09:14 +01:00
096bb754de Cosmetics 2025-01-28 11:00:39 +01:00
872dfc0e2e Documentation touch up 2025-01-28 10:49:47 +01:00
e78a919072 Add extra fields to set for the future while we are refactoring it 2025-01-28 10:49:16 +01:00
5615ebf40c Update versions and changelog 2025-01-27 23:24:16 +01:00
f12d608738 Properly use the _listener variables as expected, and allow Enter key to execute the action 2025-01-27 23:19:42 +01:00
cf6d5f43c0 Simplify fields name in the database 2025-01-27 23:19:42 +01:00
0beb1147b9 Allow more advanced migration action through a companion python file 2025-01-27 23:19:26 +01:00
6b9e1c2cfd Add remixicon in the libraries 2025-01-27 23:19:26 +01:00
3c05bfa9fc Documentation about base SQL files 2025-01-27 23:19:26 +01:00
5a99161e96 Add missing checkboxes counter alias 2025-01-27 23:19:26 +01:00
426f0bb123 Fix hide instructions block placement 2025-01-27 23:19:26 +01:00
cbf2b5b582 Remove confusing reference to number for sets 2025-01-27 23:19:26 +01:00
1519f33e98 Deduplicate minifigures 2025-01-27 23:19:26 +01:00
ebf291b7b8 Rename load to from_set for clarity 2025-01-27 23:17:31 +01:00
29bb92ef93 Inject the socket only where necessary 2025-01-27 23:17:31 +01:00
f8ba0abbbe Provide decorator for socket actions, for repetitive tasks like checking if authenticated or ready for Rebrickable actions 2025-01-27 23:17:31 +01:00
579ec88629 Remove confusing reference to number for sets 2025-01-27 23:17:31 +01:00
9c925b56da Rename routes 2025-01-27 23:17:31 +01:00
5f847168f4 Remove unused insert_rebrickable 2025-01-27 23:17:31 +01:00
35208fec8a Rename download_rebrickable to insert_rebrickable and make it return if an insertion occured 2025-01-27 23:17:31 +01:00
fa44b31f51 Grey out legacy database tables in the admin 2025-01-27 23:17:31 +01:00
3bbcf2c21c Add a flag to hide instructions in a set card 2025-01-27 23:17:31 +01:00
53309a9502 Forgot a version change 2025-01-27 19:49:58 +01:00
4762028a39 Updated Version to 1.1.1 to match Docker version tag and Release note tag 2025-01-27 19:41:49 +01:00
a9bf5e03f8 Merge pull request 'Instructions downloader' (#54) from instructions into master
Reviewed-on: #54
2025-01-26 19:17:42 +01:00
c7b90414d3 Merge pull request 'Downloading the instructions through the socket' (#53) from gregoo/BrickTracker:instructions into instructions
Reviewed-on: #53
2025-01-26 09:48:17 +01:00
2db0c1c2eb Clear the socket when clicking the button 2025-01-25 23:06:00 +01:00