Commit Graph

17 Commits

Author SHA1 Message Date
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
3dd9510da4 feat: replace entire codebase with new implementation across all modules
This commit performs a complete replacement of the existing codebase, removing all previous files and introducing a fresh set of modules, utilities, and configuration files. The change affects core logic, API endpoints, database schemas, and test suites, establishing a new architectural foundation for the project.
2024-12-27 12:00:11 +00:00
4dac736e2f chore: remove all license headers from source files except MIT license files 2024-12-27 11:28:38 +00:00
54ffcb9acf feat: remove author attribution from commit metadata for anonymity 2024-12-27 11:24:18 +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
4da6ef3041 feat: remove edit buttons and related UI elements from profile page 2024-12-17 13:29:15 +00:00
747968820f chore: remove deprecated configuration files and streamline project setup with updated defaults 2024-12-17 11:25:14 +00:00
6877d19f5e chore: remove trailing whitespace from README.md line 42 2024-12-15 23:57:30 +00:00
8496ccda32 feat: add repository description and metadata display to repo home template
- Inserted a new section in the home template to show repository description, language, stars, forks, and other metadata.
- Updated the layout to include a header with repo name and action buttons for watch, star, and fork.
- Added conditional rendering for repository description and topics.
2024-12-15 23:56:09 +00:00
adf09d1f8c feat: add whoogle search link to navbar and fix casing inconsistencies 2024-12-08 04:05:29 +00:00
root
77e666371d fix: correct English text in user-facing error messages and tooltips 2024-12-08 03:22:42 +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