- fixed incorrect commit history implementation
- added uncaught exception listener
- created commits page
- extended file browsing to any master commit
- established proper navigation for latest master commit
- seperated repository root display
- styled up the directory display
- polished up code display
- line numbers working
- began work on line numbers
- syntax highlight working
- trying to get syntax highlight working
- basic styling
- created styling component
- began work on styling
- set up tailwind css
- implemented project navigation
- backend now returns the path array
- getting started on proper frontend work
- implemented text blob reading
- code cleanup
- data now read entirely from git repo
- now opening the repository
- preparing for git repository reading
- consolidated url processing
- standardized code using airbnb style
- updated server running scripts
- scrapped query handling and completed minimal next/express integration
- converted backend to proper api
- removed next directory from index
- setup query handling in react
- updated gitignore
- setup next js
- setup basic repository verification via database
- setup sqlite
- implemented basic security
- completed minimal directory navigation
- now checking that the repository exists
- began work on url parsing
- initial commit