Beta Testing Round 3 Bug Fixes (#1357)

* Clean up env example files

* Fix duplicate category creations

* Fix duplicate tag and merchant creation

* Add initial valuation to imported accounts

* Add upgrade modal prompt

* Don't hide content on billing page

* Add temporary session for new customers

* Lint fixes

* Fix unused translations

* Fix system tests
This commit was merged in pull request #1357.
This commit is contained in:
Zach Gollwitzer
2024-10-24 11:02:27 -04:00
committed by GitHub
parent 1d20de770f
commit 6baffe7539
43 changed files with 231 additions and 81 deletions

View File

@@ -49,7 +49,7 @@ After cloning the repo, the basic setup commands are:
```sh
cd maybe
cp .env.example .env
cp .env.local.example .env.local
bin/setup
bin/dev