card-creator #66

Merged
waifu merged 7 commits from card-creator into dev 2025-07-17 20:46:57 -07:00

7 commits

Author SHA1 Message Date
fa24ab5729 Merge branch 'dev' into card-creator 2025-07-17 20:46:08 -07:00
w
e1c3f0e50b Add environment mode support and WSGI configuration
- Introduced environment mode variable to control bot and web server behavior.
- Updated startup script to run Gunicorn in production mode and Flask in development mode.
- Created a new WSGI entry point for the web application.
2025-07-18 00:44:11 -03:00
w
3a8b10c787 Fix database connection to allow multi-threaded access 2025-07-18 00:24:21 -03:00
w
8cf3344bfe Update card ID format and include in download data 2025-07-17 23:57:00 -03:00
w
f826e27523 Add ZIP download functionality for card creation
- Included JSZip library for ZIP file creation.
- Added a button to download card data as a ZIP file containing the card image and JSON data.
- Implemented logic to generate safe filenames for the card image and JSON file.
2025-07-17 23:35:39 -03:00
w
3068b16a72 Sanitize file names for card image and JSON downloads to prevent invalid characters 2025-07-17 23:24:06 -03:00
w
076fcfc1c4 Add JSON download button for card information in card creator 2025-07-17 00:29:02 -03:00