Commit Graph

  • f6ed2057a4 lighthouserc.json aktualisiert lobo 2026-02-07 11:12:19 +01:00
  • a6d8405916 .gitea/workflows/build-Frontend-a.yml aktualisiert lobo 2026-02-07 11:01:54 +01:00
  • 41ec7a862f lighthouserc.json aktualisiert lobo 2026-02-07 10:50:01 +01:00
  • b9f6564771 .gitea/workflows/build-Frontend-a.yml aktualisiert lobo 2026-02-07 10:49:39 +01:00
  • d8611b0968 .gitea/workflows/build-Frontend-a.yml aktualisiert lobo 2026-02-07 10:45:06 +01:00
  • 4d27643d74 .gitea/workflows/build-Frontend-a.yml aktualisiert lobo 2026-02-07 10:43:43 +01:00
  • 48e74ed3e8 .gitea/workflows/build-Frontend-a.yml aktualisiert lobo 2026-02-07 10:42:20 +01:00
  • e1b1643eb2 .gitea/workflows/build-Frontend-a.yml aktualisiert lobo 2026-02-07 10:39:47 +01:00
  • 0e520ead26 Add Lighthouse CI and expand frontend CI/CD Lobo 2026-02-07 10:32:00 +01:00
  • 70ed047059 Optimize Conway and generic grid rendering Lobo 2026-02-07 09:52:58 +01:00
  • 16cc8afd4a Merge pull request 'Increase default grid and rename simple scene' (#13) from bugfix/smallFix into main lobo 2026-02-06 22:06:31 +01:00
  • 2a808c1d96 Increase default grid and rename simple scene Lobo 2026-02-06 22:06:02 +01:00
  • 5d48118add Merge pull request 'feature/gameOfLife' (#12) from feature/gameOfLife into main lobo 2026-02-06 22:03:48 +01:00
  • bf46c57db0 Conway GOL: add scenarios & start/pause loop Lobo 2026-02-06 22:03:18 +01:00
  • 930f0110b0 Extract generic grid component and refactor uses Lobo 2026-02-06 20:59:56 +01:00
  • 3795090cea Refactor controls UI, styles; bump deps Lobo 2026-02-06 15:06:54 +01:00
  • 59148db295 Enhance Conway's Game of Life UI & interaction LoboTheDark 2026-02-06 14:40:49 +01:00
  • a22dd17869 Created default build up LoboTheDark 2026-02-06 11:52:17 +01:00
  • da43213808 Created new component and refactored LoboTheDark 2026-02-06 09:59:12 +01:00
  • ff1ee9b5f6 Merge pull request 'feature/pathfinding-finetuning' (#11) from feature/pathfinding-finetuning into main lobo 2026-02-05 09:25:41 +01:00
  • 52f0e371ee Add random scenario and refactor case handling LoboTheDark 2026-02-05 09:24:44 +01:00
  • f385a154d5 Update pathfinding.component.ts LoboTheDark 2026-02-05 08:35:34 +01:00
  • 38bf7edd53 Unify pathfinding visualize; update About CSS LoboTheDark 2026-02-05 08:27:19 +01:00
  • b52790c9a1 Merge pull request 'Mark sorted bounds and clamp array size' (#10) from bugfix/sorting_fix into main lobo 2026-02-04 16:01:44 +01:00
  • e3d835300b Mark sorted bounds and clamp array size LoboTheDark 2026-02-04 16:01:18 +01:00
  • 6b64c5f4e9 Merge pull request 'feature/OneMoreSorting' (#9) from feature/OneMoreSorting into main lobo 2026-02-04 15:34:18 +01:00
  • 6f282a004b Add Cocktail Sort algorithm and UI LoboTheDark 2026-02-04 15:33:51 +01:00
  • e1680426ad Update sorting.service.ts LoboTheDark 2026-02-04 15:01:36 +01:00
  • 3cb3a86b75 Merge pull request 'feature/sortingAlgorithm' (#8) from feature/sortingAlgorithm into main lobo 2026-02-04 14:19:59 +01:00
  • beb5bb7db1 Add sorting explanations, wiki links, and i18n LoboTheDark 2026-02-04 14:19:27 +01:00
  • a10f62f2dd Refactor pathfinding/sorting UI and update i18n Lobo 2026-02-04 12:17:54 +01:00
  • 450ab0b837 Implement snapshot-based sorting visualizer Lobo 2026-02-04 11:37:11 +01:00
  • cbc46cf858 initial implementation of sorting algorithms Lobo 2026-02-04 09:22:05 +01:00
  • 2aca34fb9c Update package-lock.json Lobo 2026-02-04 08:43:08 +01:00
  • 24bf329628 Merge pull request 'Add touch support to pathfinding canvas' (#7) from bugfix/touchbugfix into main lobo 2026-02-04 08:36:08 +01:00
  • e195e93f1a Add touch support to pathfinding canvas LoboTheDark 2026-02-04 08:35:41 +01:00
  • afe0670098 Merge pull request 'Adjusted small things, norhting serious' (#6) from feature/optimize into main lobo 2026-02-02 10:44:38 +01:00
  • 668640dcc6 Adjusted small things, norhting serious LoboTheDark 2026-02-02 10:44:13 +01:00
  • ac937eb2fb Merge pull request 'feature/cleanup' (#5) from feature/cleanup into main lobo 2026-02-02 10:07:26 +01:00
  • e0f0a0ed04 Enhance pathfinding UI with grid resizing and scenarios LoboTheDark 2026-02-02 10:06:59 +01:00
  • 17a787b0f1 Small refactoring for better readabilty LoboTheDark 2026-02-02 09:28:05 +01:00
  • 01f66d4b8f Fixed smaller rounting bugs LoboTheDark 2026-02-02 08:56:51 +01:00
  • 3a13d62c9e Remove particles background and update routing LoboTheDark 2026-02-02 08:51:10 +01:00
  • 05fc70e583 Update package-lock.json LoboTheDark 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 lobo 2026-02-01 17:09:36 +01:00
  • 1ce7927f14 Remove 'Clear Path' button and translation keys Lobo 2026-02-01 17:08:55 +01:00
  • 4681662c02 Merge pull request 'feature/algorithm_pathfinding' (#3) from feature/algorithm_pathfinding into main lobo 2026-02-01 17:04:35 +01:00
  • 2d25b568f5 Add ESLint integration and Angular linting support Lobo 2026-02-01 17:04:07 +01:00
  • b0ad2dc3d1 Update pathfinding.component.ts Lobo 2026-02-01 16:18:55 +01:00
  • 17db997398 Add algorithms section with pathfinding visualizer Lobo 2026-02-01 16:00:10 +01:00
  • 0b64a4b354 Update Angular and dependencies to 21.1.0 Lobo 2026-01-21 16:40:39 +01:00
  • 547bd2f94e Merge pull request 'bugfix/translationProblems' (#2) from bugfix/translationProblems into main lobo 2026-01-18 10:55:32 +01:00
  • 238e279435 Fixed problem with project dialog Lobo 2026-01-18 10:55:12 +01:00
  • e713e3b1c1 Fixed translation problems Lobo 2026-01-18 10:17:10 +01:00
  • 9f97890dc1 Merge pull request 'Fixed external link problem' (#1) from bugfix/external-link-problem into main lobo 2026-01-17 11:42:50 +01:00
  • deb089e6ec Fixed external link problem Lobo 2026-01-17 11:40:32 +01:00
  • 93a7bd7863 Extended about page and fixed internal links Lobo 2026-01-17 11:25:53 +01:00
  • eaf0cd8a74 Changed some structure and basics Lobo 2026-01-17 11:11:51 +01:00
  • bbf029dc60 Added new project for my homeserver Lobo 2026-01-17 10:55:18 +01:00
  • 24c438a01e refactored projects site Lobo 2026-01-17 10:27:35 +01:00
  • 93b2a0fed7 Extended project page a little bit Lobo 2026-01-01 12:57:23 +01:00
  • 9771d7a38d Added diploma as asset and extrended projects strcuture Lobo 2026-01-01 12:03:10 +01:00
  • a08a11d249 Changed style and image Lobo 2026-01-01 11:42:27 +01:00
  • aa639634a8 Delete docker.yml Lobo 2026-01-01 10:39:52 +01:00
  • 59b3c0f544 Create build-Frontend-a.yml Lobo 2026-01-01 10:30:32 +01:00
  • fad24f2a61 fixed error Lobo 2025-12-20 16:20:40 +01:00
  • b72ad8c78f Try particles Lobo 2025-12-20 15:54:22 +01:00
  • 8f888851e8 optimized ui a little bit and added impressum Lobo 2025-12-20 15:36:47 +01:00
  • 436a7a151d Update en.json Lobo 2025-12-14 17:27:10 +01:00
  • 2a315fe7ca Changed vocab and build trigger Lobo 2025-12-14 17:23:09 +01:00
  • 8c98833633 Update nginx.conf Lobo 2025-12-14 17:17:22 +01:00
  • bace715c4f Merge pull request #4 from LoboTheDark/feature/Projects Andreas Dahm 2025-12-14 17:10:35 +01:00
  • 0f1ff27ea1 Added introduction and images for some projects Lobo 2025-12-14 17:08:53 +01:00
  • 17585bfaca Added project accordion next will be more content Lobo 2025-12-13 13:57:49 +01:00
  • 8c011dd0ab removed karma Lobo 2025-12-13 13:07:19 +01:00
  • 55ead67771 Merge pull request #3 from LoboTheDark/feature/angular21 Andreas Dahm 2025-12-13 13:05:27 +01:00
  • ea29de7d80 updated the rest Lobo 2025-12-13 13:04:27 +01:00
  • 840b8e59a4 Updated package.json Lobo 2025-12-13 13:02:57 +01:00
  • c665acf7e1 Made UI more interesting Lobo 2025-12-13 12:51:01 +01:00
  • 4213d298cd Updated hero text Lobo 2025-12-06 10:19:47 +01:00
  • d7e07ec275 Added mobile support Lobo 2025-12-06 09:59:31 +01:00
  • f266a4abb0 Merge pull request #2 from LoboTheDark/feature/CV Andreas Dahm 2025-12-02 18:50:00 +01:00
  • 0cc445de87 Add hobbies page and update projects WIP UI Lobo 2025-12-02 18:48:34 +01:00
  • 83ee58840a Merge pull request #1 Andreas Dahm 2025-11-29 15:14:40 +01:00
  • 839b7c9ba5 Finalized the About page for now Lobo 2025-11-29 15:13:47 +01:00
  • 664aed47a6 Update Angular and dependencies, add sponsor logos Lobo 2025-11-29 11:56:30 +01:00
  • 5969e66872 Started with about page and my cv Lobo 2025-11-09 12:21:34 +01:00
  • b80d70d4df Merge branch 'main' of https://github.com/LoboTheDark/playground-frontend Lobo 2025-11-07 10:28:43 +01:00
  • 06220716a8 Update de.json Lobo 2025-11-07 10:28:41 +01:00
  • 8164af8cc9 Update README.md Andreas Dahm 2025-11-07 10:19:51 +01:00
  • 82c12b3b0d Changed font link Lobo 2025-11-07 09:57:14 +01:00
  • f95147da54 Update docker.yml Lobo 2025-11-07 09:52:50 +01:00
  • 6362887d0c Create .gitattributes Lobo 2025-11-07 09:34:17 +01:00
  • 6c7bad3e7f Added flags for language change Lobo 2025-11-07 09:31:41 +01:00
  • 46e5cd1e01 Implemented following stuff Lobo 2025-11-06 12:11:13 +01:00
  • 74823aeeeb Update favicon.ico Lobo 2025-11-06 09:51:39 +01:00
  • c7eb926fd6 Update angular.json Lobo 2025-11-04 11:50:25 +01:00
  • b781527d28 Update Docker image tag format in workflow Andreas Dahm 2025-11-04 10:16:56 +01:00
  • 11ac99e567 Initialize Angular project with config and setup files Lobo 2025-11-04 10:11:15 +01:00
  • 304c25cb6c Add Docker, NGINX config, and CI workflow Lobo 2025-11-04 09:53:20 +01:00