Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A full-featured GitLab frontend web app that authenticates via **Personal Access

| Layer | Choice |
|---|---|
| Framework | React 18 + TypeScript + Vite 5 |
| Framework | React 18 + TypeScript + Vite 8 |
| Routing | React Router v6 |
| Data fetching | TanStack Query v5 |
| State | Zustand v5 with persistence |
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ GitLab Browser is designed with a security-first approach to Personal Access Tok
|-----------|---------|---------|
| React | 18 | UI framework |
| TypeScript | 5 | Type safety |
| Vite | 5 | Build tool & dev server |
| Vite | 8 | Build tool & dev server |
| React Router | v6 | Client-side routing |
| TanStack Query | v5 | Data fetching & caching |
| Zustand | v4 | State management (auth, settings) |
Expand Down Expand Up @@ -276,3 +276,4 @@ Please follow the existing code style (TypeScript strict, Tailwind for styling,
## License

[MIT](LICENSE) © 2025 — free to use, self-host, and modify.

Loading
Loading