commits
add rust projects, replace aqua with rust version
- Add scripts/update-lexicons.sh for easy lexicon updates
- Script shows what changed and stages submodule update
- Update lexicons/README.md with update script documentation
- Provides both automated and manual update approaches
- Remove lexicons/{app,chat,com,tools} symlinks from git tracking
- Add symlink paths to .gitignore (they'll be created during setup)
- Add setup script scripts/setup-lexicons.sh for easy initialization
- Update lexicons/README.md with detailed setup instructions
- Update main README.md with submodule initialization steps
This makes the repository cleaner by not tracking generated symlinks
while providing clear setup instructions for new contributors.
- Add vendor/atproto submodule pointing to bluesky-social/atproto
- Replace lexicons/{app,chat,com,tools} with symlinks to vendor/atproto/lexicons/*
- Keep custom fm.teal.alpha lexicons in lexicons/fm.teal.alpha
- Update .gitignore to properly handle submodule and generated files
Co-authored-by: Bailey Townsend <baileytownsend2323@gmail.com>
home: show time on play view
Formats time difference as seconds, minutes, hours, or date string
for longer intervals.
- Remove lexicons/{app,chat,com,tools} symlinks from git tracking
- Add symlink paths to .gitignore (they'll be created during setup)
- Add setup script scripts/setup-lexicons.sh for easy initialization
- Update lexicons/README.md with detailed setup instructions
- Update main README.md with submodule initialization steps
This makes the repository cleaner by not tracking generated symlinks
while providing clear setup instructions for new contributors.
Co-authored-by: Bailey Townsend <baileytownsend2323@gmail.com>