Ivan syntaxbullet
  • Munich, Germany
  • Joined on 2025-02-05
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 20:08:41 +00:00
cabf963e94 feat: Add background color setting and apply it to HTML and WebGL output.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 19:22:11 +00:00
2cdc9bd0b6 feat: Update ControlPanel inner content to use overflow-y: auto and max-height: 70dvh for improved scrolling and responsive sizing, and hide overflow when collapsed.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 19:07:04 +00:00
5cd52f2785 feat: Enhance UI components with full labels and abbreviations, and add port mapping to dev docker-compose.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 14:21:37 +00:00
a9d2c43bfd feat: adjust max and step values for sharpen, edgeThreshold, and scanlines controls.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 12:15:18 +00:00
73a6681ceb feat: adjust max and step values for sharpen, edgeThreshold, and scanlines controls.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 12:02:44 +00:00
faa9609254 refactor: Implement mobile-friendly control panel toggle and remove keyboard shortcuts hint.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 10:23:20 +00:00
bb4ca0610d feat: Introduce new Sidebar and ControlPanel components, and update styling for TUI Segment, Slider, Toggle, and Button components.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 09:17:12 +00:00
28bde53707 feat: Redesign homepage to a split layout with a brand sidebar, removing the interactive ASCII art controls.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-09 22:16:30 +00:00
36cb793048 feat: Implement image import functionality, restructure control panel layout, and apply glassmorphism styling to controls.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-09 21:50:41 +00:00
8dae3578b1 fix(export): enable proper file downloads and fix empty PNG export
ea05b814b4 feat(export): add export options (PNG, text, HTML)
Compare 2 commits »
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-09 21:34:29 +00:00
a137a98377 refactor(page): migrate to new modular architecture
9b9976c70a refactor(core): modularize ASCII logic and add dither/edge detection
961383b402 feat(ui): add Tooltip component and update TUI controls
Compare 3 commits »
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-09 19:11:42 +00:00
658f4ab841 feat: convert js modules to ts and optimize performance
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-09 13:15:20 +00:00
bf2a11a84d feat: Implement WebGL-based ASCII renderer with zoom and magnifier, and optimize image queue fetching.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-09 11:54:12 +00:00
bfefaa0055 Initial commit
syntaxbullet created branch main in syntaxbullet/personal-website 2026-02-09 11:54:12 +00:00
syntaxbullet created repository syntaxbullet/personal-website 2026-02-09 11:51:55 +00:00
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-08 17:57:47 +00:00
553b9b4952 feat: Implement a new API routing system by adding dedicated route files for users, transactions, assets, items, quests, and other game entities, and integrating them into the server.
073348fa55 feat: implement lootdrop management endpoints and fix class api types
4232674494 feat: implement user inventory management and class update endpoints
Compare 3 commits »
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-08 15:43:24 +00:00
fbf1e52c28 test: add deepMerge mock to fix test isolation
20284dc57b build(docker): remove web frontend build dependencies
36f9c76fa9 refactor(web): convert server to API-only mode
46e95ce7b3 refactor(web): remove frontend dashboard files
9acd3f3d76 docs: add API reference documentation
Compare 5 commits »
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-08 15:07:18 +00:00
5e8683a19f feat: Implement structured lootbox results with image support and display referenced items in shop listings.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 12:48:47 +00:00
ee088ad84b feat: Increase maximum image upload size from 2MB to 15MB.