Commit Graph

58 Commits

Author SHA1 Message Date
05fc70e583 Update package-lock.json 2026-02-02 07:43:53 +01:00
061d4844ad Merge pull request 'Remove 'Clear Path' button and translation keys' (#4) from feature/algorithm_pathfinding into main
All checks were successful
Build & Push Frontend A / docker (push) Successful in 46s
Reviewed-on: #4
2026-02-01 17:09:36 +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
4681662c02 Merge pull request 'feature/algorithm_pathfinding' (#3) from feature/algorithm_pathfinding into main
All checks were successful
Build & Push Frontend A / docker (push) Successful in 1m28s
Reviewed-on: #3
2026-02-01 17:04:35 +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
b0ad2dc3d1 Update pathfinding.component.ts 2026-02-01 16:18:55 +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
0b64a4b354 Update Angular and dependencies to 21.1.0
All checks were successful
Build & Push Frontend A / docker (push) Successful in 44s
Upgraded Angular packages and related dependencies from 21.0.x to 21.1.0 in package.json and package-lock.json. Updated asset references in AssetsConstants.ts and made minor adjustments in about and projects components to align with the new Angular version.
2026-01-21 16:40:39 +01:00
547bd2f94e Merge pull request 'bugfix/translationProblems' (#2) from bugfix/translationProblems into main
All checks were successful
Build & Push Frontend A / docker (push) Successful in 1m3s
Reviewed-on: #2
2026-01-18 10:55:32 +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
9f97890dc1 Merge pull request 'Fixed external link problem' (#1) from bugfix/external-link-problem into main
All checks were successful
Build & Push Frontend A / docker (push) Successful in 1m4s
Reviewed-on: #1
2026-01-17 11:42:50 +01:00
deb089e6ec Fixed external link problem 2026-01-17 11:40:32 +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
eaf0cd8a74 Changed some structure and basics 2026-01-17 11:11:51 +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
9771d7a38d Added diploma as asset and extrended projects strcuture 2026-01-01 12:03:10 +01:00
a08a11d249 Changed style and image 2026-01-01 11:42:27 +01:00
aa639634a8 Delete docker.yml
All checks were successful
Build & Push Frontend A / docker (push) Successful in 2m18s
2026-01-01 10:39:52 +01:00
59b3c0f544 Create build-Frontend-a.yml
Some checks failed
Build & Push Frontend A / docker (push) Failing after 2m8s
2026-01-01 10:30:32 +01:00
fad24f2a61 fixed error 2025-12-20 16:20:40 +01:00
b72ad8c78f Try particles 2025-12-20 15:54:22 +01:00
8f888851e8 optimized ui a little bit and added impressum 2025-12-20 15:36:47 +01:00
436a7a151d Update en.json 2025-12-14 17:27:10 +01:00
2a315fe7ca Changed vocab and build trigger 2025-12-14 17:23:09 +01:00
8c98833633 Update nginx.conf 2025-12-14 17:17:22 +01:00
Andreas Dahm
bace715c4f Merge pull request #4 from LoboTheDark/feature/Projects
Feature/projects
2025-12-14 17:10:35 +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
8c011dd0ab removed karma 2025-12-13 13:07:19 +01:00
Andreas Dahm
55ead67771 Merge pull request #3 from LoboTheDark/feature/angular21
Feature/angular21
2025-12-13 13:05:27 +01:00
ea29de7d80 updated the rest 2025-12-13 13:04:27 +01:00
840b8e59a4 Updated package.json 2025-12-13 13:02:57 +01:00
c665acf7e1 Made UI more interesting 2025-12-13 12:51:01 +01:00
4213d298cd Updated hero text 2025-12-06 10:19:47 +01:00
d7e07ec275 Added mobile support
If the app is now smaller than x pixels the nav links will be collapsed to a nav menu
2025-12-06 09:59:31 +01:00
Andreas Dahm
f266a4abb0 Merge pull request #2 from LoboTheDark/feature/CV
Add hobbies page and update projects WIP UI
2025-12-02 18:50:00 +01:00
0cc445de87 Add hobbies page and update projects WIP UI
Introduced a new HobbiesComponent with routing and navigation updates. Removed unused ProjectDetailsComponent. Enhanced the projects page with a new 'work in progress' UI and improved .gitattributes for better file handling.
2025-12-02 18:48:34 +01:00
Andreas Dahm
83ee58840a Merge pull request #1
feature/CV
2025-11-29 15:14:40 +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
b80d70d4df Merge branch 'main' of https://github.com/LoboTheDark/playground-frontend 2025-11-07 10:28:43 +01:00
06220716a8 Update de.json 2025-11-07 10:28:41 +01:00
Andreas Dahm
8164af8cc9 Update README.md 2025-11-07 10:19:51 +01:00
82c12b3b0d Changed font link 2025-11-07 09:57:14 +01:00
f95147da54 Update docker.yml 2025-11-07 09:52:50 +01:00
6362887d0c Create .gitattributes 2025-11-07 09:34:17 +01:00