Steven Massaro
951f92e1ba
remove leading and trailing whitespaces from bulk add entries ( #921 )
2022-02-03 11:32:09 -09:00
MidnightRising
9d9de3aa77
Trims URL when importing a recipe ( #909 )
...
Co-authored-by: Midnight <midnight1@protonmail.com >
2022-01-07 12:12:59 -09:00
J.P. Krauss
b40f201430
Allow arrow keys to function when SearchDialog is not open ( #777 )
2021-11-07 10:11:07 -09:00
Krzysztof
66fdd6c428
feat: Add basic support for Web Share Target API ( #714 )
2021-10-02 10:09:17 -08:00
Hayden
940663a22d
fixes #625 ( #632 )
...
* fixes #625
* update dependencies
* bump version
* fix failing tests
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-25 12:55:30 -08:00
Hayden
458ba2964f
Feature/ingredient sections ( #624 )
...
* add ingredient sections to UI
* update changelog
* move recipe favorite to action bar
* fix button position on meal-planner
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-09 14:33:23 -08:00
Hayden
9b5cf36981
Bug/misc fixes ( #618 )
...
* Fixes #617
* set recipe settings default by env variables
* add variables to docker-compse
* update changelog
* bump dependencies
* add fallback name to scraper
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-05 16:05:32 -08:00
Hayden
74b1e6236b
collapse steps on check ( #609 )
...
* collapse steps on check
* add grad-and-drop reorder of steps
* fix-title bar
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-07-01 17:44:46 -08:00
sephrat
7187634f18
Localization ( #596 )
...
* Localize recipe import popup
* Add Italian language
* Use named formatting
* Remove unused strings
* Use dedicated strings for the sidebar
This will allow for shorter texts, so the text is not truncated,
without impacting other uses
2021-06-28 12:28:17 -08:00
sephrat
3b99a147fb
Handle untitled note ( #592 )
...
* Leave recipe in edit mode in case of an API error
* Initialize recipe note with empty title
Fixes #586
2021-06-23 09:45:16 -08:00
sephrat
1356043257
Add label to assets icons ( #591 )
...
* Add label to assets icons
* Add tooltip to asset icon
2021-06-23 09:45:04 -08:00
sephrat
2e8c50e4ba
Remove unmaintained languages + minor localization tasks ( #587 )
...
* Fix missing string
* Localize "loading recipes"
* Remove unmaintained languages
Remove support for Danish, Portuguese and Chinese Traditional,
since their current translation state is <20%
2021-06-22 10:23:52 -08:00
Hayden
f5faff66d3
Feature/import export single recipe ( #576 )
...
* remove duplicate keys
* show context menu when not logged in
* remove console.log
* hide menu when printing
* add response to event
* add type definitions
* show context menu always
* add image name enums
* upload/download single recipe
* cleanup menu views+ localization
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-21 16:25:37 -07:00
Hayden
95d044b7bb
Revert "Printview columns ( #572 )" ( #577 )
...
This reverts commit eaf4565aa7 .
2021-06-19 23:01:15 -07:00
zierbeek
eaf4565aa7
Printview columns ( #572 )
...
* Printview with multiple columns, depending on list length.
* Printview with multiple columns, depending on list length.
2021-06-19 22:53:21 -07:00
sephrat
67563da67b
Localization ( #568 )
...
* Translate 404 pages
* Remove unused strings
2021-06-18 05:09:02 -08:00
Hayden
d272784469
move api calls to created event ( #559 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-17 19:48:54 -08:00
wengtad
71a5de3432
fixes #548 ( #557 )
2021-06-17 19:45:22 -08:00
Hayden
cdfb3543dc
feature/improve-bundle-performance ( #555 )
...
* revert icon
* chunk code for better performance / reduce request
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-17 15:19:37 -08:00
Hayden
b545e75f09
Bug fixes/v0.5.1 ( #545 )
...
* dump deps
* add job for new groups on interval
* change sort icon
* fix cart icon
* bump version
* changelog
* early return if no comments
* remove comment
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-17 08:57:28 -08:00
sephrat
1d7c06352c
Always display ingredients in edit mode ( #543 )
...
* Always display ingredients in edit mode
Fixes #538
* Remove unused code
Was wrongfully commited
2021-06-17 07:11:52 -08:00
zierbeek
e2c7e24224
Typos and switched dicemultiple for sort ( #540 )
2021-06-17 07:11:13 -08:00
sephrat
976298c7d6
Reset disabled steps when switching recipe ( #537 )
2021-06-17 07:10:49 -08:00
Hayden
396d2ccf61
Docs/finale changelog ( #530 )
...
* bump version
* add data loss warning
* request correct image
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-16 19:26:15 -08:00
Hayden
ee1a11ea57
dev-feature/analyze-bundle ( #529 )
...
* add bundle analyzer
* use svg icons - closes #522
* fix recent recipes icon
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-16 18:55:32 -08:00
sephrat
f5ede73eb6
More localization ( #525 )
...
* More localization
* Localize search dialog
* Fix "about" page title
2021-06-16 10:30:57 -08:00
Hayden
d7c883feca
Frontend Fixes + Adjust Caddyfile ( #518 )
...
* token error handling
* Add additional settings to recipes
* fixes #515
* remove index.html
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-14 19:37:38 -08:00
Hayden
30892dcb2f
Feature/add cofirmation dialogs ( #513 )
...
* add category/tag confirmation dialog
* add page delete confirmation
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-13 14:53:57 -08:00
Hayden
af41b08a60
Bug/fix infinite loop ( #512 )
...
* fix infinite loop with safe get method
* fix ingredients
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-13 14:07:58 -08:00
Hayden
e95ca870b1
Add Database Layer for Recipe Scaling ( #506 )
...
* move badge
* fix add individual ingredient
* fix redirect issue
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-12 22:23:23 -08:00
wengtad
f0afe67158
add translate on toggle theme mode ( #501 )
2021-06-12 11:48:09 -08:00
wengtad
1209bf4b80
add tooltip to fab ( #497 )
2021-06-11 22:59:14 -08:00
Hayden
e34079673c
Docs/v0.5.0 second pass ( #496 )
...
* update docs
* use auto-gen routes
* dumb deps
* remove whitespace
* github action to build dev docs container
* no cache
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-11 21:57:59 -08:00
Hayden
d036cbc962
fixes #485 ( #494 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-11 12:15:15 -08:00
Hayden
ead02737ab
Rewrite Recipe Editor Buttons Bar ( #482 )
...
* rewrite editor button row
* add context menu items to recipe page
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-10 18:32:03 -08:00
Hayden
a78fbea711
Feature/improve error message on scrape ( #476 )
...
* add better feedback on failed scrape
* fix json download link
* add better recipe parser
* dump deps
* fix force open on mobile
* formatting
* rewrite scraper to use new library
* fix failing tests
* bookmarklet support
* bookmarklet instructions
* recipes changelog
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-09 13:04:54 -08:00
Hayden
a75de6d1cf
docs/update outline ( #471 )
...
* docs update
* reorganize
* plausible analytics
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-07 15:04:30 -08:00
zierbeek
f7f5c97f07
Add Web Share api to ContextMenu.vue ( #462 )
...
* Add Web Share api to ContextMenu.vue. Copy to clipboard is the fallback
* Add Web Share api to ContextMenu.vue. Copy to clipboard is the fallback
* Add translation
2021-06-07 10:54:34 -08:00
Hayden
59f8b74460
Bug Fixes ( #467 )
...
* fixes #463
* fixes #465
* fixes #461
* fixes #458 key error
* Fixes #459
* Fixes comments shown when printing
* fix meal-image not return on API call
* return better status
* reorganize docs
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-06-04 18:45:13 -08:00
Hayden
22d9309112
Bug/general fixes ( #450 )
...
* Fix asset link
* remove unused var
* fix no meal-plan returned
* cleanup redundant code
* Fix dates off in UI
* quick set dark/light mode
* user image fixes
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-31 18:44:20 -08:00
Hayden
2b97af5728
feature/recipe-comments ( #448 )
...
* fix favorite color issue
* db and models for comments
* rename files
* initial UI for comments
* fix format
* import / export
* fixes #428
* format
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-29 20:50:17 -08:00
Hayden
6f38fcf81b
feature/favorite-recipes ( #443 )
...
* add favorites options
* bump dependencies
* add badges to all cards
* typo
* remove console.log
* fix site-loader viewport
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-29 15:54:18 -08:00
sephrat
5c035ec644
Localize new strings ( #445 )
2021-05-29 15:25:20 -08:00
Hayden
822663905d
feature/mobile-layout ( #431 )
...
* lazy load cards
* shopping list recipe search bug
* admin layout fluid
* site loader
* username support
* mobile tabs
* set username at signup
* update user tests
* patch bug on shopping list
* public mealplan links
* support link (I'm a monster)
* icon only on mobile
* padding
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-25 20:01:22 -08:00
Hayden
8f8127a5fc
bug/mobile-fixes ( #426 )
...
* search dialog rewrite
* lazy-load shopping list
* fit search bar
* event table
* set urls for static content
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-24 20:28:14 -08:00
Hayden
034a21e203
TheButton global component ( #425 )
...
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-24 10:12:46 -08:00
Hayden
503fe5cb2e
bug/bug-fixes ( #424 )
...
* fix image write/caching
* Caddyfile Caching header
* more aggressive caching
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-23 15:05:39 -08:00
Hayden
eb3d56936e
Feature/style unification ( #420 )
...
* set global icons
* fixes #419
* button style docs
* category/tag page updates
* dynamic router imports
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-23 12:38:55 -08:00
Hayden
ef87f2231d
feature/mealplanner-rewrite ( #417 )
...
* multiple recipes per day
* fix update
* meal-planner rewrite
* disable meal-tests
* spacing
Co-authored-by: hay-kot <hay-kot@pm.me >
2021-05-22 21:04:19 -08:00
hay-kot
da9826dc7c
image bug fix
2021-05-20 21:18:58 -07:00