mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
Frontend Refactor + Bug Fixes
* merge category and tag selector * unifiy category selector * add hint * spacing * fix nextcloud migration * simplify email validator #261 * formatting * cleanup * auto-gen * format * update run script * unified category/tag selector * rename component * Add advanced search link * remove old code * convert keywords to tags * add proper behavior on rename * proper image name association on rename * fix test cleanup * changelog * set docker comppand * minify on migration Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
a396604520
commit
1cf95bb3b0
32 changed files with 334 additions and 356 deletions
|
@ -29,7 +29,7 @@ def test_non_default_settings(monkeypatch):
|
|||
monkeypatch.setenv("DEFAULT_GROUP", "Test Group")
|
||||
monkeypatch.setenv("DEFAULT_PASSWORD", "Test Password")
|
||||
monkeypatch.setenv("API_PORT", "8000")
|
||||
monkeypatch.setenv("API_DOCS", False)
|
||||
monkeypatch.setenv("API_DOCS", 'False')
|
||||
|
||||
app_settings = AppSettings()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue