Ivan syntaxbullet
  • Munich, Germany
  • Joined on 2025-02-05
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 created branch main in syntaxbullet/personal-website 2026-02-09 11:54:12 +00:00
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-09 11:54:12 +00:00
bfefaa0055 Initial commit
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.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 12:37:24 +00:00
b18b5fab62 feat: Allow direct icon upload when updating an item in the item form.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 12:14:26 +00:00
0b56486ab2 fix(docker): add web network to studio to allow port exposure
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 12:11:19 +00:00
11c589b01c chore: stop opening browser automatically when connecting to remote
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 12:10:03 +00:00
e4169d9dd5 chore: add studio service to production compose
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 12:00:48 +00:00
1929f0dd1f refactor: Abbreviate item rarity values from full names to single-letter codes across the application.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 11:52:22 +00:00
db4e7313c3 feat: Add support for local asset URLs for shop item icons and images, attaching them to Discord messages.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 11:45:13 +00:00
1ffe397fbb feat: Add image cropping functionality with a new component, dialog, and canvas utilities.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-06 11:19:20 +00:00
34958aa220 feat: implement comprehensive item management system with admin UI, API, and asset handling utilities.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-05 12:05:11 +00:00
109b36ffe2 chore: bump version, add deployment script
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-05 11:57:25 +00:00
cd954afe36 chore: improve dev experience via docker override, and remove redundant commands.