Home

verycracked / starbase

publicverycracked/Starbase
Overview Code History Branches Pull requestsIssuesInsights
main
HomeOverview Code PRsIssues

Commits

Recent history with branch topology for this repository.

main

Bright starfield in empty state, dim when repo is loaded

e41db68V.C. BillingsleyFeb 20

Fix pixel jumping in legend on item selection

c1b85d0V.C. BillingsleyFeb 20

Make data stars much more prominent against background starfield

670e153V.C. BillingsleyFeb 20

Make legend and shortcuts more noticeable, re-trigger entrance animation

2691f74V.C. BillingsleyFeb 20

Fix legend and shortcuts not showing after connecting a repo

9f4b5c8V.C. BillingsleyFeb 20

Remove "Visualize a repo" from auth dropdown menu

9433061V.C. BillingsleyFeb 20

Replace centered connect button with repo picker in auth bar

3bd6eb5V.C. BillingsleyFeb 20

Fall back to full checkout when sparse dir doesn't exist

55d7084V.C. BillingsleyFeb 20

Use token-in-URL for git clone, redact in errors

f0fb34bV.C. BillingsleyFeb 20

Fix private repo auth: use credential helper instead of GIT_CONFIG

a88e187V.C. BillingsleyFeb 20

Keep auth bar visible on connect screen

604d119V.C. BillingsleyFeb 20

Delete public/repo-graph.json and skip startup camera zoom

99db86bV.C. BillingsleyFeb 20

Remove all mock data — start with empty graph

b7ed6c3V.C. BillingsleyFeb 20

Clear graph data on connect screen, hide UI until repo connected

185b513V.C. BillingsleyFeb 20

Fix legend filters: use pointerup instead of click for reliable toggling

88d3686V.C. BillingsleyFeb 20

Use Dockerfile to ensure git is installed in container

125e7c3V.C. BillingsleyFeb 20

Fix nixpacks config: use nixPkgs not aptPkgs for git

bf44895V.C. BillingsleyFeb 20

Fix legend filters: block all pointer events from leaking to canvas

4db9260V.C. BillingsleyFeb 20

Fix token leak and git auth: pass token via env, not URL

2a92aa2V.C. BillingsleyFeb 20

Capture git errors in parse-repo instead of stdio inherit

364304dV.C. BillingsleyFeb 20

Add git to Railway build via nixpacks.toml

4c093d8V.C. BillingsleyFeb 20

Trust proxy so req.protocol returns https behind Railway

eb06824V.C. BillingsleyFeb 20

Change connect button from overlay to floating button, hide on repo select

6d49ad4V.C. BillingsleyFeb 20

Make connect overlay transparent so starfield shows through

5216568V.C. BillingsleyFeb 20

Fix connect screen: solid bg fades to reveal starfield

6e57424V.C. BillingsleyFeb 20

Fix Express 5 catch-all route crash (use /{*splat} instead of *)

b0d0e3bV.C. BillingsleyFeb 20

Start with empty graph, load mock data only in demo mode

2f4f408V.C. BillingsleyFeb 20

Remove vercel.json, deploy to Railway instead

118ff7aV.C. BillingsleyFeb 20

Show starfield behind connect screen instead of solid background

7eccf25V.C. BillingsleyFeb 20

Add connect screen after authentication

9f29b28V.C. BillingsleyFeb 20

Add images to README for visual enhancement

d521a61V.C. BillingsleyFeb 20

Add image and update features in README

c54483aV.C. BillingsleyFeb 20

Add image placeholder to README

c70b90eV.C. BillingsleyFeb 20

Add README with project overview and usage instructions

ee4d246V.C. BillingsleyFeb 20

Add vercel.json for static Vite deployment

0cad7c4V.C. BillingsleyFeb 20

Add R key to reset view, move hand toggle to auth bar, add favicon

53802d3V.C. BillingsleyFeb 20

Add hands-together recenter gesture and auto-disable on timeout

521b162V.C. BillingsleyFeb 20

Add multi-select category legend, demo mode, and auth fallbacks

3313bd4V.C. BillingsleyFeb 20

Fix UI click-through, blast radius reset, and panel styling

8f7908eV.C. BillingsleyFeb 20

Add hand gesture control via MediaPipe vision

895e131V.C. BillingsleyFeb 20

Replace STARBASE intro splash with GitHub login gate

2195561V.C. BillingsleyFeb 20

Add GitHub auth UI and repo selector with live visualization

9b93d47V.C. BillingsleyFeb 20

Rewrite graph from 2D canvas to 3D WebGL with full visual system

43a230bV.C. BillingsleyFeb 20

Add repo parser that builds dependency graphs from source code

9e80dd7V.C. BillingsleyFeb 20

Add Express server with GitHub OAuth and Vite dev proxy

47739c6V.C. BillingsleyFeb 20

Add project config, dependencies, and assets for Starbase

925f955V.C. BillingsleyFeb 20

graph web viz

0f7d2aeV.C. BillingsleyFeb 20