Commit Graph

22 Commits

Author SHA1 Message Date
cbc46cf858 initial implementation of sorting algorithms 2026-02-04 09:22:05 +01:00
668640dcc6 Adjusted small things, norhting serious 2026-02-02 10:44:13 +01:00
e0f0a0ed04 Enhance pathfinding UI with grid resizing and scenarios
Added controls for dynamic grid size adjustment and scenario presets (normal and edge case) to the pathfinding component. Improved UI/UX with algorithm explanations, Wikipedia links, and reorganized controls. Refactored grid logic for flexibility, updated translations, and improved code structure for maintainability.
2026-02-02 10:06:59 +01:00
3a13d62c9e Remove particles background and update routing
Deleted the particles background component and its related files. Updated routing logic and constants, refactored topbar and algorithms pages, and performed dependency updates and cleanup in package files. Also improved i18n translations and adjusted TypeScript configuration.
2026-02-02 08:51:10 +01:00
1ce7927f14 Remove 'Clear Path' button and translation keys
Deleted the 'Clear Path' button from the pathfinding component and removed its associated translation entries from both English and German i18n files.
2026-02-01 17:08:55 +01:00
2d25b568f5 Add ESLint integration and Angular linting support
Configured ESLint for the project with Angular and TypeScript support. Added angular-eslint dependencies, updated angular.json to include linting, and created eslint.config.js for lint rules. Updated package.json and package-lock.json with new dev dependencies.
2026-02-01 17:04:07 +01:00
17db997398 Add algorithms section with pathfinding visualizer
Introduces a new 'Algorithms' section, replacing the previous 'Hobbies' page. Adds components, services, and models for algorithm categories and a pathfinding visualizer supporting Dijkstra and A* algorithms. Updates navigation and i18n files to reflect the new section and removes all hobbies-related files.
2026-02-01 16:00:10 +01:00
238e279435 Fixed problem with project dialog 2026-01-18 10:55:12 +01:00
e713e3b1c1 Fixed translation problems 2026-01-18 10:17:10 +01:00
93a7bd7863 Extended about page and fixed internal links
All checks were successful
Build & Push Frontend A / docker (push) Successful in 1m37s
2026-01-17 11:25:53 +01:00
bbf029dc60 Added new project for my homeserver 2026-01-17 10:55:18 +01:00
24c438a01e refactored projects site 2026-01-17 10:27:35 +01:00
93b2a0fed7 Extended project page a little bit
All checks were successful
Build & Push Frontend A / docker (push) Successful in 42s
2026-01-01 12:57:23 +01:00
8f888851e8 optimized ui a little bit and added impressum 2025-12-20 15:36:47 +01:00
0f1ff27ea1 Added introduction and images for some projects 2025-12-14 17:08:53 +01:00
17585bfaca Added project accordion next will be more content 2025-12-13 13:57:49 +01:00
4213d298cd Updated hero text 2025-12-06 10:19:47 +01:00
839b7c9ba5 Finalized the About page for now 2025-11-29 15:13:47 +01:00
664aed47a6 Update Angular and dependencies, add sponsor logos
Upgraded Angular packages and related dependencies to version 20.3.14 and updated several @inquirer and other dependencies. Added new sponsor logos to the assets folder and updated the About page to display them, including changes to constants, HTML, SCSS, TypeScript, and i18n files. Minor style and content adjustments were made to the About page.
2025-11-29 11:56:30 +01:00
5969e66872 Started with about page and my cv 2025-11-09 12:21:34 +01:00
06220716a8 Update de.json 2025-11-07 10:28:41 +01:00
46e5cd1e01 Implemented following stuff
- Basic Material Design
- Default Component to see anything
- theme switching between light and dark
- language change between german and english
2025-11-06 12:11:13 +01:00