Colorful Unicode ASCII Art Generator
Go to file
Jeff Emmett 7dbff3473a Fix mode tab buttons: explicit IDs, flex-wrap, z-index
- Add explicit IDs to mode tab buttons (modeImage, modePattern)
- Bind click handlers directly by ID instead of querySelectorAll
- Add type="button" to prevent form submit behavior
- Change controls flex-wrap to wrap (was nowrap, hiding tabs on narrow screens)
- Add user-select: none and z-index to tab buttons
- Dedicated switchMode() function for cleaner state management

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 02:31:51 +00:00
static Fix mode tab buttons: explicit IDs, flex-wrap, z-index 2026-04-02 02:31:51 +00:00
templates Fix mode tab buttons: explicit IDs, flex-wrap, z-index 2026-04-02 02:31:51 +00:00
.gitignore Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00
Dockerfile Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00
app.py Add exotic palettes, pattern generator, and layout improvements 2026-04-02 02:13:32 +00:00
docker-compose.yml Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00
render.py Add exotic palettes, pattern generator, and layout improvements 2026-04-02 02:13:32 +00:00
requirements.txt Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00