Commit log

26e8b5e Correct typo

Amolith created

fb54279 Mention other forges in README

Amolith created

b9ecbd5 Add licence annotation to .mailmap

Amolith created

23513de Add .mailmap

Amolith created

a7798af Add margin around column elements

Amolith created

804fe9a Remove trailing periods to avoid mangled commands

Amolith created

6cfe6a2 Implement Popey's feedback

Amolith created

911fd9c Remove 'future' from v sel page

Amolith created

03a9ae6 improve contributing paragraph wording

Amolith created

29d659b fix link

Amolith created

b280b19 correct links

Amolith created

10a2840 Improve README wording

Amolith created

3e32361 Improve README wording

Amolith created

01b1e1d Unbold "willow"

Amolith created

5fe84d6 improve README wording

Amolith created

32b5aad add missing screenshots

Amolith created

9a91d4f Improve RemoveRepo implementation

Amolith created

dde4c97 Improve logic around untracking projects

Click to expand commit body
Frontend was still passing the project's URL to the backend even though
the backend had been refactored to use the project's ID. This is fixed.

Deleting the repo's files should also work now, but I do think I want to
support tracking multiple instances of the same project. This means
we'll need to check for other instances relying on the repo before
deleting it.

We need end-to-end tests 😩😩😩

Amolith created

bcbc342 Update screenshot

Amolith created

c3acec9 Actually reduce card border contrast

Amolith created

2398a03 Reduce card border contrast

Amolith created

ecd3635 Sort projects alphabetically

Amolith created

753b2ac Ignore all SQLite files

Amolith created

dd7551f Actually finish 🤞 DB-/ID-related refactors

Amolith created

b6db773 Add ID to project cards so mobile works

Amolith created

203cc09 Add license header to git_test

Amolith created

292db50 Bump git-go and its deps

Click to expand commit body
govulncheck reported that we're calling vulnerable codepaths from an
older version of git-go, so I upgraded git-go and its direct
dependencies.

Amolith created

d5c7bf7 Implement new UI, fix DB use

Click to expand commit body
- Implement dual-column UI
- Swap project table index from URL to ID
- Enable WAL for concurrent reads
- Use a Mutex to protect writes

Amolith created

89e8944 Move hardcoded defaults to top of checkConfig()

Amolith created

8cf4a4c Add test for stringifyRepo

Amolith created

edfeefe Trim trailing .git, / from repo URIs

Amolith created

e107cf7 docs: mention prefix for emailed patches

Amolith created

c4cd8ac Switch font to Atkinson Hyperlegible

Amolith created

3eb99aa remove unused license

Amolith created

df8827c Remove FLA requirement

Amolith created

53bc9bb Add license to WIP vhs thing

Amolith created

0675278 Implement migration system, add first migration

Click to expand commit body
Thank you for the help Chris!
https://github.com/whereswaldon

Amolith created

fc27ee8 add WIP VHS file

Click to expand commit body
https://github.com/charmbracelet/vhs

Amolith created

ac63dcb Thank you for hiding this Goland :angery:

Amolith created

274e052 ignore website build artifacts

Amolith created

0e19ed2 improve wording around FLA

Amolith created

fc10ca3 correct plurality

Amolith created

2dc6200 improve wording around FLA

Amolith created

2e19319 fix form fields in FLAs

Amolith created

306d662 improve wording around the FLA

Amolith created

ff3b5fc correct image link

Amolith created

d2bacfc remove brackets from auto-linked email addr

Amolith created

d80b598 remove emoji from heading

Amolith created

7d40d0c Introduce FLA, mention in README, improve README

Amolith created

46728eb link SQL script for initial schema

Amolith created