Hayden
fcc5d99d40
chore: frontend testing setup ( #1739 )
...
* add vitest
* initialize lib w/ tests
* move to dev dep
* run tests in CI
* update file names
* move api folder to lib
* move api and api types to same folder
* update generator outpath
* rm husky
* i guess i _did_ need those types
* reorg types
* extract validators into testable components
* (WIP) start composable testing
* fix import type
* fix linter complaint
* simplify icon type def
* fix linter errors (maybe?)
* rename client file for sorting
2022-10-22 11:51:07 -08:00
Philipp Fischbeck
34cd6eb687
fix: validate OpenAPI spec ( #1528 )
...
* init api check test
* Fix openAPI issues
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2022-08-06 16:54:29 -08:00
Hayden
3030e3e7f4
feat: implement user favorites page ( #1376 )
...
* fix geFavorites return
* add support for toggling to dense cards on desktop
* add favorites page link
* implement basic favorites page
2022-06-13 09:33:46 -08:00
Philipp Fischbeck
479900e912
Consolidate frontend types ( #1245 )
2022-05-21 11:22:02 -08:00
Hayden
a94b9d504f
refactor(frontend): ♻️ update API folder structure
2021-10-23 16:42:20 -08:00
Hayden
2e9026f9ea
feat(frontend): ✨ Fix scheduler, forgot password flow, and minor bug fixes ( #725 )
...
* feat(frontend): 💄 add recipe title
* fix(frontend): 🐛 fixes #722 side-bar issue
* feat(frontend): ✨ Add page titles to all pages
* minor cleanup
* refactor(backend): ♻️ rewrite scheduler to be more modulare and work
* feat(frontend): ✨ start password reset functionality
* refactor(backend): ♻️ refactor application settings to facilitate dependency injection
* refactor(backend): 🔥 remove RECIPE_SETTINGS env variables in favor of group settings
* formatting
* refactor(backend): ♻️ align naming convention
* feat(backend): ✨ password reset
* test(backend): ✅ password reset
* feat(frontend): ✨ self-service password reset
* purge password schedule
* update user creation for tests
Co-authored-by: Hayden <hay-kot@pm.me>
2021-10-07 09:39:47 -08:00
hay-kot
edae7bbb21
refactor(frontend): 🔥 rewrite backup UI for new page base components
...
Removed old split code and used the composition api to to re-write the import/export functionality of mealie.
2021-08-21 00:46:43 -08:00
hay-kot
9386cc320b
refactor(frontend): 🚧 Migrate Dashboard to Nuxt
...
Add API and Functinality for Admin Dashboard. Stills needs to clean-up. See // TODO's
2021-08-07 15:12:25 -08:00
hay-kot
695d7e96ae
refactor(frontend): 🚧 Add group/user CRUD support for admins
2021-08-06 16:28:12 -08:00
hay-kot
5ee0a57163
feat(frontend): 👷 Add image operations to recipe page
...
Added/Fixed image upload/get process on the recipe pages as well as some additional styling
2021-08-03 21:38:45 -08:00