Commit graph

69 commits

Author SHA1 Message Date
flukx
e6cbcaebe4 use proper markdown for python code snippets 2024-10-27 14:33:25 +01:00
flukx
e777be80fe set signs on unprinted on sign change 2024-08-29 23:16:29 +02:00
flukx
4992d7b91a fix: new thing url and argument 2024-08-29 23:16:13 +02:00
flukx
a647c3dee5 fix location data wrong save format 2024-08-29 23:15:45 +02:00
flukx
beedbc691a merged inventory-class 2024-08-26 19:02:27 +02:00
flukx
0b3928320a add new thing button 2024-08-26 18:58:23 +02:00
flukx
04e1785e27 ignore whitespace in search 2024-08-26 18:58:05 +02:00
flukx
90457a8237 remove symlinks to data
instead you can use command-line arguments or run in data repository
2024-08-21 23:49:58 +02:00
c715314c75 Merge pull request 'inventory-class' (#2) from inventory-class into main
Reviewed-on: #2
2024-08-21 23:48:05 +02:00
flukx
4abd520d86 beautify code 2024-08-21 20:07:56 +02:00
flukx
b74912e45d use Inventory class, partly instead of list[Thing]
additionally allow creating location if it does not exist yet
2024-08-21 20:07:35 +02:00
flukx
04690f0f4d rename part to thing 2024-08-21 17:37:30 +02:00
flukx
74ed83486b Script for updating code and save data 2024-08-20 15:45:30 +02:00
flukx
984c1a14ec make pylint happier 2024-08-18 18:10:08 +02:00
flukx
45e6e740ad make pylint happy 2024-08-18 17:56:23 +02:00
flukx
b89f441c16 use argument for landscape images 2024-08-18 17:44:30 +02:00
flukx
b0adcf08ea use new get api for parts for shorter code 2024-08-18 17:44:18 +02:00
flukx
1c4069d9bc use correct notify argument 2024-08-18 17:44:03 +02:00
flukx
3d55cbb5ab make pylint happier 2024-08-18 17:43:54 +02:00
flukx
30a5c3b991 allow paths for file name arguments 2024-08-18 17:43:31 +02:00
flukx
ff4c98f102 make pylint happy 2024-08-18 09:34:16 +02:00
flukx
dbd2b68a7d use correct parts list 2024-08-18 09:34:09 +02:00
flukx
696a13acac rewrite sorting of parts
aaargh, iterables can only used once!
2024-08-18 09:34:00 +02:00
flukx
72821a1203 make mypy happy 2024-08-18 09:33:33 +02:00
flukx
0c02fd0083 fix missing list 2024-08-18 09:33:22 +02:00
flukx
a593da622f add information about loading time 2024-08-18 08:36:20 +02:00
flukx
a84525302f remove argument conflict with help 2024-08-18 08:36:06 +02:00
flukx
3c396f1684 move comment to correct place 2024-08-18 08:34:59 +02:00
flukx
77af2a4b46 raise Error on import 2024-08-18 08:27:26 +02:00
flukx
26eee37757 make pylint happy 2024-08-18 08:27:26 +02:00
flukx
17b37f0837 use options, global vars and give everyone their own page 2024-08-18 08:27:21 +02:00
flukx
4247595977 show image
not possible to add online images yet but at least not hide it during edit
2024-08-17 12:41:21 +02:00
flukx
3896f46817 use autocompletion and tooltip to tell user what are valid subschemas 2024-08-17 12:41:01 +02:00
flukx
ff8449f980 keep focus in input field after change 2024-08-17 12:40:37 +02:00
flukx
506abd547b make pylint happy 2024-08-17 12:39:59 +02:00
flukx
b0e5661ccd autocompletion list from schema 2024-08-17 12:39:49 +02:00
flukx
21adec3b08 show unused location information 2024-08-17 11:29:36 +02:00
flukx
a3b0e1e76f convert to number if possible 2024-08-17 11:04:37 +02:00
flukx
2fe607cd4c add possibility to change location 2024-08-17 10:53:32 +02:00
flukx
b9cf8d58ab add changing method for location 2024-08-17 10:53:15 +02:00
flukx
40e215b614 todo noted 2024-08-16 16:36:09 +02:00
flukx
03e1bf23e3 allow port and host configuration 2024-08-16 16:28:15 +02:00
flukx
c64f2e4232 show more input fields 2024-08-16 16:19:43 +02:00
flukx
3b67d128e6 use save_parts from different file 2024-08-16 16:19:04 +02:00
flukx
982d1b99ec other things around saving changes 2024-08-16 15:34:19 +02:00
flukx
b055102ebd add save button
should be integrated in different way at different position ....
2024-08-16 15:33:29 +02:00
flukx
7937fd52da antilen use 2024-08-11 17:50:37 +02:00
flukx
4dcedf85c4 display description 2024-08-09 16:07:14 +02:00
flukx
c1142d598a search case-insensitive 2024-08-09 16:07:04 +02:00
flukx
0a2aa710e1 fix syntax error 2024-08-09 15:53:09 +02:00