This commit is contained in:
J-Waal 2023-05-10 20:31:01 +02:00
commit 0da8653f26
6 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ class CompartmentBox(TypeTray):
so will not work if no inner walls are present.
Suggested to place walls close to both sides for maximum stability."""
ui_group = "Unstable"
ui_group = "Tray"
def __init__(self) -> None:
Boxes.__init__(self) # avoid TypeTray.__init__

View File

@ -15,7 +15,7 @@ thumbnail() {
find "$STATIC_DIR" -name '*.jpg' ! -name '*-thumb.jpg' -type f | while read -r f
do
f_=$(echo "$f" | sed -E -e 's@([/.])@\\\1@g')
f_=$(echo "$f" | sed -E -e 's@([.])@\\\1@g')
checksum=$(grep "$f_" "$STATIC_DIR"samples.sha256 || /bin/true)
if [ -n "$checksum" ]
then

View File

@ -83,7 +83,7 @@ setup(
url='https://github.com/florianfesti/boxes',
packages=find_packages(),
python_requires='>=3.7',
install_requires=['affine>=2.0', 'markdown', 'shapely>=1.8.2'],
install_requires=['affine>=2.0', 'markdown', 'shapely>=1.8.2', 'qrcode==7.3.1'],
scripts=['scripts/boxes', 'scripts/boxesserver'],
cmdclass={
'build_py': CustomBuildExtCommand,

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
static/samples/Hook.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -141,3 +141,4 @@ c8adb0661956430ccec7fc00aa4b8e3c42d02083e17a9307541bc0160251cb96 ../static/samp
7c399c1cd235c3c044f676a31aa5215109e815055f2f69aef5d0cb1a24dfae41 ../static/samples/Desksign.jpg
fda14ba0920ef7ea0579117a30b5bb4a05ab3be4da3d87a4fc03fc40b085992b ../static/samples/PirateChest.jpg
125033a02263e74d5688287936f54cd83e917276b7c35f3fd37e6cb86efc0dcc ../static/samples/Shoe.jpg
7bf29dc9e2f0b5a0bbedc8b7b6814fe4cec58e9dcebfcd1167757a2bbcc91c17 ../static/samples/Hook.jpg