Alex alex
  • Joined on 2026-05-11
alex pushed to main at alex/headquarter 2026-05-19 19:52:30 +02:00
2b5331a1a0 feat: implement responsive spacing improvements
alex pushed to main at alex/headquarter 2026-05-19 19:36:20 +02:00
6f41fa7cbe feat: implement universal icon system with Phosphor Icons
cccc4a9d5a fix: correct binary file detection in git file viewer
72b4a5e2bd docs: complete smart-git-url-parsing and documentation-overhaul tasks
8f1d2a149a archive: file-editor change complete
Compare 4 commits »
alex pushed to main at alex/headquarter 2026-05-19 16:04:49 +02:00
7261c75bb2 feat: implement file editor with syntax highlighting and editing
alex pushed to main at alex/headquarter 2026-05-19 15:49:07 +02:00
84bf7e4aeb feat: move git toolbar to top bar with proper styling
alex pushed to main at alex/headquarter 2026-05-19 15:42:52 +02:00
9373d93169 fix: remove duplicate workspace header and update repo link
alex pushed to main at alex/headquarter 2026-05-19 15:34:29 +02:00
7fc8b82621 fix: add missing GET /projects/{id} endpoint
alex pushed to main at alex/headquarter 2026-05-19 15:29:41 +02:00
2d078c8b1e docs: mark workspace-visual-overhaul tasks as complete
alex pushed to main at alex/headquarter 2026-05-19 15:28:42 +02:00
92c8dfe986 feat: add mobile responsiveness to settings layout
alex pushed to main at alex/headquarter 2026-05-19 15:26:59 +02:00
0bc0d99c21 feat: add project settings page with tabbed layout
alex pushed to main at alex/headquarter 2026-05-19 15:10:34 +02:00
965f6f6585 feat: add git control tests and mark all tasks complete
alex pushed to main at alex/headquarter 2026-05-19 15:05:56 +02:00
a9f4657d03 feat: add MergeDialog component and integrate with GitToolbar
875594d66d feat: add commit panel and file status indicators to repo workspace
762e0de44c feat: add git control endpoints (status, branch, commit, fetch, pull, push, merge)
Compare 3 commits »
alex pushed to main at alex/headquarter 2026-05-19 14:27:24 +02:00
955dadc604 fix: correct API endpoint URLs in workspace file browser
alex pushed to main at alex/headquarter 2026-05-19 14:18:43 +02:00
83f94b1f09 docs: comprehensive documentation overhaul
alex pushed to main at alex/headquarter 2026-05-19 14:00:09 +02:00
6807f449b7 feat: add repository workspace as default project view
alex pushed to main at alex/headquarter 2026-05-19 13:19:38 +02:00
92d0d5b891 fix: don't combine --all with branch name in git log
alex pushed to main at alex/headquarter 2026-05-19 13:12:50 +02:00
834982d423 fix: fetch up to 10000 commits instead of default 100
alex pushed to main at alex/headquarter 2026-05-19 13:10:11 +02:00
9873a8186a fix: send ISO format dates instead of Unix timestamps
alex pushed to main at alex/headquarter 2026-05-19 13:04:50 +02:00
d4b52668aa fix: align backend commit response with frontend expectations
alex pushed to main at alex/headquarter 2026-05-19 13:00:25 +02:00
d0191cd549 fix: use NULL bytes as git log format separators
alex pushed to main at alex/headquarter 2026-05-19 12:50:59 +02:00
0ae0e3fec1 feat: add git history backend implementation