Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
4532dab
Renamed the current frontend-folder to frontendOld. Added the new fro…
NiklasSkulll Nov 15, 2025
57c8065
Fix error - added composite: true in the tsconfig.json file in the ne…
NiklasSkulll Nov 15, 2025
fc32862
Did git pull origin dev and rebase beacause of a massive merge confli…
NiklasSkulll Nov 19, 2025
87d7b7d
Did git pull origin dev and rebase beacause of a massive merge confli…
NiklasSkulll Nov 19, 2025
4a4dcdb
Added the GitRay-Repo-Link in the Footer. GitHub opens in a new Tab.
NiklasSkulll Nov 19, 2025
ff6ca06
Replaced the GitRay-Logo in Header with the rive logo. created the fo…
NiklasSkulll Nov 19, 2025
4f27f48
Implemented the Rive-GitRay-Logo for lightmode aswell. It switches now.
NiklasSkulll Nov 19, 2025
8fe6e05
Added the GitRay-Loading-Logo into the new frontend. Integrated it wi…
NiklasSkulll Nov 19, 2025
3a52f95
CHANGED TITLE IN INDEX.HTML. Changed the title from `GitRay Web App D…
NiklasSkulll Nov 19, 2025
465e140
INTEGRATED API FILE INTO NEW FRONTEND. Created an `api.ts` in `apps/f…
NiklasSkulll Nov 19, 2025
ee67c5a
MIGRATED A WORKING URL-BAR. Connected the api to the url-input-bar in…
NiklasSkulll Nov 19, 2025
075f021
MIGRATED THE `COMMITHEATMAP.TSX`. Integrated the api data to the new …
NiklasSkulll Nov 19, 2025
3b02f55
INTEGRATED THE `FILEDISTRIBUTIONCHART.TSX`. Integrated the api-route …
NiklasSkulll Nov 19, 2025
66ddf77
INTEGRATED THE `CODECHURNCHART.TSX`. Integrated the api-route in the …
NiklasSkulll Nov 20, 2025
4ca6236
FIXED A LAYOUT-ERROR IN THE `CODECHURNCHART`. Only displays the file …
NiklasSkulll Nov 20, 2025
7ddb485
FIXED A LAYOUT-ERROR IN THE `CODECHURNCHART.TSX`. If the file name is…
NiklasSkulll Nov 20, 2025
2dd4b3f
INTEGRATED THE `FILETYPELIST.TSX` COMPONENT. Used the same api-route …
NiklasSkulll Nov 20, 2025
b4fb6b9
`DASHBOARDPAGE:TSX` CHANGES FOR `HEATMAP`-TAB. Implemented working fi…
NiklasSkulll Nov 20, 2025
ccc382d
REMOVED UNUSED FUNCTIONS IN `API.TS`. Remove unused functions from `/…
NiklasSkulll Nov 20, 2025
d90ee9b
INTEGRATED THE `ACTIVITYCHART.TSX` FOR THE ACTIVITY SNAPSHOT. Updated…
NiklasSkulll Nov 20, 2025
53a64de
INTEGRATED THE `RECENT ACTIVITY`-Section in `GRAPHVIEWTIMELINE.TSX` …
NiklasSkulll Nov 20, 2025
591c467
FIXED THE `PNPM BUILD`-command. Removed incorrect `@version`-suffixes…
NiklasSkulll Nov 22, 2025
e537186
IMPROVED `FILEDISTRIBUTIONCHART.TSX` and `FILETYPELIST.TSX`. Added th…
NiklasSkulll Nov 22, 2025
54041a8
IMPROVED `CODECHURNCHART.TSX`. The `Code Churn Analysis`, in the nest…
NiklasSkulll Nov 22, 2025
d14df25
IMPROVED `GRAPHVIEWTIMELINE.TSX`. Now only the last 5 commits, instea…
NiklasSkulll Nov 22, 2025
b3a5884
INTEGRATED THE `REPOSITORY SUMMARY` IN `DASHBOARDPAGE.TSX`. Integrate…
NiklasSkulll Nov 22, 2025
da1e9ee
fix(test): add missing Vitest configuration for frontend project
jonasyr Nov 22, 2025
964bf22
IMPROVED `FILETYPELIST.TSX`. Added a spacing between the number and `…
NiklasSkulll Nov 22, 2025
8796931
IMPROVED `FILETYPELIST.TSX` and `GRAPHVIEWTIMELINE.TSX`. Added a help…
NiklasSkulll Nov 22, 2025
67629cf
IMPROVED `DASHBOARDPAGE.TSX`. Enhanced the calculation of the current…
NiklasSkulll Nov 23, 2025
1f14e7b
IMPROVED `FILEDISTRIBUTIONCHART.TSX` and `FILETYPELIST.TSX`. Added a …
NiklasSkulll Nov 23, 2025
66d37de
IMPROVED `DASHBOARDPAGE.TSX` and `FILEDISTRIBUTIONCHART.TSX`. Added s…
NiklasSkulll Nov 23, 2025
620c888
REMOVED SCROLLBAR IN `GRAPHVIEWTIMELINE.TSX`. Simplified the scroll c…
NiklasSkulll Nov 23, 2025
c7c9b7a
REMOVED UNUSED VARIABLE IN `DASHBOARDPAGE.TSX`. Eliminated the `total…
NiklasSkulll Nov 23, 2025
aefac77
IMPROVED `FILETYPELIST.TSX` and `FILEDISTRIBUTIONCHART.TSX`. Added su…
NiklasSkulll Nov 23, 2025
d41c275
REMOVED MOCK DATA AND ADDED EMPTY STATE HANDLING IN MULTIPLE COMPONEN…
NiklasSkulll Nov 23, 2025
ebb27dd
UPDATED `.GITIGNORE`. Added .serena and `.vscode/mcp.json` to the ign…
NiklasSkulll Nov 23, 2025
84e4c5e
REMOVED `ContributionRanking` COMPONENT AND UPDATED `FEATURES.MD`. De…
NiklasSkulll Nov 25, 2025
74c4221
feat: UI UPDATE. Refactor code structure for improved readability and…
NiklasSkulll Nov 25, 2025
53849ed
feat: UI UPDATE. Moved `Billing & Pricing`-tab next to `Premium`-Tab.
NiklasSkulll Nov 25, 2025
cef1fbf
chore: add .playwright-mcp to .gitignore
NiklasSkulll Nov 25, 2025
2b18d67
feat: IMPROVEMENT OF THE NESTED TAB IN `PREMIUM`. The nested tab `Pre…
NiklasSkulll Nov 25, 2025
ebd49b4
feat: add gamification feature with motivational messages and icons b…
NiklasSkulll Nov 25, 2025
267388f
feat: update Header component layout by removing container class for …
NiklasSkulll Nov 25, 2025
ec836c0
feat: adjust Footer component by removing container class for improve…
NiklasSkulll Nov 25, 2025
e17da2f
feat: enhance CommitHeatmap component to display month transitions in…
NiklasSkulll Nov 25, 2025
27c34b2
feat: add padding to SheetContent in NewsDrawer and SettingsDrawer fo…
NiklasSkulll Nov 25, 2025
ead502f
feat: enhance NewsDrawer layout for improved content display and scro…
NiklasSkulll Nov 25, 2025
414eb96
feat: update ActivityChart component layout for improved visual prese…
NiklasSkulll Nov 27, 2025
564cb36
feat: update LandingPage to change label from 'Analysis Mode' to 'Sel…
NiklasSkulll Nov 29, 2025
d834de3
feat: add currentBranch prop to DashboardPage and GraphViewTimeline c…
NiklasSkulll Nov 29, 2025
4bd0780
feat: complete migration of frontend API service to new backend endpo…
NiklasSkulll Jan 3, 2026
c3ed407
Refactor code structure and remove redundant code blocks for improved…
NiklasSkulll Jan 3, 2026
f82a04d
Refactor code structure and remove redundant code blocks for improved…
NiklasSkulll Jan 3, 2026
262e8cc
chore: remove outdated documentation files including Attributions, FE…
NiklasSkulll Jan 3, 2026
cd86161
feat: add ESLint configuration and linting scripts to improve code qu…
NiklasSkulll Jan 3, 2026
4b92d15
feat: add example environment configuration file for frontend setup.
NiklasSkulll Jan 3, 2026
c7e5d25
feat: Complete frontend UI redesign and migration to shadcn/ui
NiklasSkulll Jan 3, 2026
3263682
feat: enhance CommitHeatmap component to support dynamic month display
NiklasSkulll Jan 4, 2026
2a27e91
feat: integrate heatmap validity check into Dashboard and CommitHeatm…
NiklasSkulll Jan 4, 2026
3255ea7
Removed appendencies from frontendOld folder.
NiklasSkulll Jan 4, 2026
14a8635
feat: add link to view source repository in DashboardPage component.
NiklasSkulll Jan 4, 2026
cfcada5
feat: enhance DashboardPage to detect and display Git platform in rep…
NiklasSkulll Jan 5, 2026
0243250
refactor: standardize color variables in CSS, update ESLint config, a…
NiklasSkulll Jan 5, 2026
4592a75
feat: remove obsolete migration verification report and add comprehen…
NiklasSkulll Jan 5, 2026
ecd8c8e
feat: update project documentation and memory files to reflect curren…
NiklasSkulll Jan 5, 2026
9f48655
feat: remove example test file to clean up test directory.
NiklasSkulll Apr 3, 2026
ed94908
feat: add comprehensive unit tests for App, DashboardPage, CommitHeat…
NiklasSkulll Apr 3, 2026
540a468
feat: enhance DashboardPage tests with user-event integration and str…
NiklasSkulll Apr 3, 2026
9bc235b
feat: add unit tests for FileTypeList component to validate rendering…
NiklasSkulll Apr 3, 2026
978b2e0
feat: refactor FileTypeList tests for improved readability and mainta…
NiklasSkulll Apr 3, 2026
11e9024
feat: add unit tests for AIInsights, GitDiffViewer, and PremiumFeatur…
NiklasSkulll Apr 3, 2026
453a1d0
Fix hardcoded date in activeCommit test
jonasyr Apr 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ out
.nuxt
dist

# Vite cache directories
.vite
**/.vite

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
Expand All @@ -279,6 +283,10 @@ dist
.temp
.cache

# Temporary build files
.tmp
**/.tmp

# vitepress build output
**/.vitepress/dist

Expand All @@ -288,6 +296,14 @@ dist
# Docusaurus cache and generated files
.docusaurus

# Turbo cache
.turbo
**/.turbo

# Vite SSR dist
dist-ssr
**/dist-ssr

# Serverless directories
.serverless/

Expand Down Expand Up @@ -346,3 +362,7 @@ apps/backend/logs/

# GitHub instructions
.github/instructions/sonarqube_mcp.instructions.md

# VS Code MCP configuration
.vscode/mcp.json
.playwright-mcp/
3 changes: 2 additions & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ gitignore: true
globs:
- '**/*.{md,markdown}'

# 5) Ignore patterns - exclude prompts folder and Serena memories
# 5) Ignore patterns - exclude prompts folder, Serena memories, and new frontend docs
ignores:
- 'prompts/**/*.{md,markdown}'
- '.serena/memories/**/*.{md,markdown}'
- 'apps/frontend/src/**/*.{md,markdown}'
Loading
Loading