Commit Graph

11 Commits

Author SHA1 Message Date
86855fe49f chore: relocate alpaca asset to new assets directory structure 2025-01-09 19:31:59 +00:00
2bd4dd442a feat: add widget implementation with core rendering and event handling
The widget module introduces a new UI component with support for dynamic rendering, user interaction events, and state management. Key additions include the widget class with lifecycle methods (init, render, destroy), event delegation for click and hover actions, and a configuration system for customizable appearance and behavior. The implementation follows the existing component architecture pattern, integrating with the application's event bus for decoupled communication.
2025-01-02 02:12:27 +00:00
f75cb49326 chore: remove placeholder content from initial commit message 2025-01-02 02:03:38 +00:00
b87a4aace6 fix: correct JavaScript event handler to prevent double form submission on click 2025-01-02 02:02:49 +00:00
e72f7d7078 feat: add user_id index to profiles table and remove deprecated parse_legacy_config helper 2024-12-30 23:09:33 +00:00
4dac736e2f chore: remove all license headers from source files except MIT license files 2024-12-27 11:28:38 +00:00
b7d7c013a2 chore: remove trailing whitespace from README.md line 42 2024-12-27 00:25:14 +00:00
66ce2b2796 feat: redesign site with modern layout and updated content structure 2024-12-23 01:10:53 +00:00
adf09d1f8c feat: add whoogle search link to navbar and fix casing inconsistencies 2024-12-08 04:05:29 +00:00
f0124c1d5d feat: add projects section with initial project listing and structure 2024-12-08 03:16:50 +00:00
32599da0a5 feat: add initial portfolio site with project showcase and contact form 2024-12-06 18:18:45 +00:00