Ivan syntaxbullet
  • Munich, Germany
  • Joined on 2025-02-05
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-13 12:11:20 +00:00
2d35a5eabb feat: Introduce TimerKey enum and refactor timer key usage across services with new tests.
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-12 15:59:56 +00:00
570cdc69c1 fix: call initializeConfig() at startup to load config from database
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-12 15:42:44 +00:00
c2b1fb6db1 feat: implement database-backed game settings with a new schema, service, and migration script.
d15d53e839 docs: update guild settings documentation with migrated files
58374d1746 refactor: migrate all code to use getGuildConfig() for guild settings
ae6a068197 docs: add guild settings system documentation
43d32918ab feat(api): add guild settings API endpoints
Compare 15 commits »
syntaxbullet pushed to main at syntaxbullet/aurorabot 2026-02-12 11:51:50 +00:00
73ad889018 docs: update documentation to reflect headless API-only web service
9c7f1e4418 chore(deps): remove unused React/UI dependencies from headless web API
efb50916b2 docs: update CI workflow and AGENTS.md for consolidated deps
6abb52694e chore(web): remove package.json and bun.lock
76968e31a6 refactor(deps): merge web dependencies into root package.json
Compare 9 commits »
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-11 21:43:36 +00:00
9d014e4f1b feat: Implement edge panning and middle mouse button panning for zoomed views.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-11 17:21:04 +00:00
55ec01e3cd feat: Attach and detach zoom event listeners to both the workspace and the ASCII canvas
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-11 16:56:22 +00:00
d5bac98b76 feat: Implement detailed mobile control panel with categorized slider controls for image adjustments.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-11 16:29:28 +00:00
8cfa39a4d4 Refactor: move ASCII generator to a dedicated page and embed navigation directly into the homepage.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-11 13:41:51 +00:00
a79f05c043 feat: Implement desktop-only mode for the ASCII art generator and sidebar, update breakpoints to 1600px, and simplify the blog page layout with a new back link.
syntaxbullet pushed to main at syntaxbullet/personal-website 2026-02-10 20:49:48 +00:00
f4a0e2a82b feat: implement a responsive mobile control panel with tabbed navigation and dynamic control staging, and refactor the desktop layout for mobile responsiveness.
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 »