Michael Genson
5f5b06683a
fix: add locale and first day of week to all date pickers ( #3303 )
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
2024-03-12 22:46:34 +00:00
Michael Genson
0a344731c8
feat: Timeline Filters ( #3284 )
...
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* added timeline event filters
* updated empty timeline text
* simplify icons/labels for event types
* added missing translations
* cloned sort improvements to explore page
* added filter indicator
* lint
* removed lint warning
* add top margin to "no events found" text
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
* fixed reversed sort icons
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
* fixed sort dir on timeline filter
* sync checkbox state with preferences state
---------
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2024-03-12 15:20:48 +00:00
Michael Genson
130813ffe4
fix: Make Meal Planner Notes Not Clickable ( #3274 )
...
* selectively remove recipe card components when there is no recipe
* copied changes to regular card
2024-03-09 09:29:41 -09:00
boc-the-git
980b3c634b
Change "New" to "Add" ( #3271 )
2024-03-09 10:26:55 -06:00
Michael Genson
29368d9cc4
move showAll to user preferences
2024-03-06 15:11:43 +00:00
Michael Genson
c9fdf862a3
Merge branch 'mealie-next' into feat/filter-shopping-lists
2024-03-05 09:18:37 -06:00
Michael Genson
ecd506c714
Merge branch 'mealie-next' into fix/missing-name-in-timeline-event
2024-03-03 16:45:54 -06:00
boc-the-git
e6aadc4902
feat: Recipe Instructions, add buttons for move to top or bottom ( #3232 )
...
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Backend Server Tests (push) Waiting to run
* Add 'move to top' and 'move to bottom' to recipe steps
* Add divider functionality
2024-03-03 22:41:29 +00:00
Michael Genson
ae74e0d71c
moved subject calculation
2024-03-03 22:41:25 +00:00
Michael Genson
d6db8c23ce
fixed broken translate string
2024-03-03 22:40:29 +00:00
Michael Genson
aa4527e5f7
replace v-for/v-if with computed ref
2024-02-23 19:22:39 +00:00
Michael Genson
ae8ea16dab
lint
2024-02-23 19:17:08 +00:00
Michael Genson
478a4e5d73
fixed showAll centering and added to recipe dialog
2024-02-23 19:11:28 +00:00
Michael Genson
3d4405cd42
order shopping lists alphabetically
2024-02-23 16:03:56 +00:00
boc-the-git
618c567392
Merge branch 'mealie-next' into fix/warn-on-edit-nav
2024-02-21 20:51:50 +11:00
Kuchenpirat
690f595491
Merge branch 'mealie-next' into chore-bump-nuxt-to-2.17.3
2024-02-13 18:44:26 +01:00
Kuchenpirat
dc01ff36dc
add rendered list ( #3169 )
2024-02-13 11:28:25 -06:00
Kuchenpirat
c1a2c7d485
remove not needed as string
2024-02-09 15:38:21 +00:00
Kuchenpirat
a0e7f85c32
fix lint
2024-02-09 15:27:46 +00:00
boc-the-git
abf4b7706f
Merge branch 'mealie-next' into fix/warn-on-edit-nav
2024-02-05 22:30:35 +11:00
Kuchenpirat
a05ede5e05
fix recipeOrganizerPage edit dialog label localization ( #3079 )
2024-01-30 08:24:46 -06:00
Michael Genson
c6fbf8bce8
feat: Improvements To Adding A Recipe To A Shopping List ( #3036 )
...
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* tweaked dialogs to make grammatical sense
* refactor ingredient rendering on recipe shopping list dialog
2024-01-26 15:27:36 +00:00
Michael Genson
61289416a5
feat: Add Ingredient Sections To Copied Ingredients ( #3032 )
...
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* add ingredient title to copied text
* fix double linebreak
* lint
---------
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2024-01-22 20:21:04 +00:00
RealFoxie
4357c37d22
Add extra button "Next step" to ingredient linker dialog ( #2920 )
...
* Add "next step" button to ingredient linker dialog
clicking button will save current step ingredient links and show the next step in the dialog
* unload ingredient linker dialog to reset scroll position
* cleanup forward button in linking ingredients dialog
* add vertical spacing between buttons on smaller screens - recipe linker dialog
* align buttons equally to match alignment of `cancel`
---------
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2024-01-13 15:45:59 +00:00
Michael Genson
1e4fde88ed
feat: Add Suggestion To Use Bulk URL Import ( #2852 )
...
* fixed warning
* re-arranged menu options
* fixed broken link
* added bulk url suggestion
* simply bulk import url var
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2024-01-09 14:37:22 +00:00
boc-the-git
29c3cb2296
Add unique IDs to recipe notes ( #2919 )
2024-01-08 20:47:09 +00:00
Kuchenpirat
6e8b84be80
include OrganizerType in delete prompt
...
Co-authored-by: Elijah Mock <28277163+ekcom@users.noreply.github.com>
2024-01-08 10:45:37 +01:00
Elijah Mock
f77649abc8
Disarm on internal site navigation
2024-01-06 22:18:55 +00:00
Kuchenpirat
ac9f335e59
update texts
2024-01-04 11:44:04 +00:00
Kuchenpirat
6a71af98bd
fix: show copy to clipboard failure ( #2886 )
...
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* fix for AppButtonCopy
* add some logging
* fix if statement
* refactor, use .then
* check for copied
* Fix recipe share link
* refactor AppButtonCopy
* update tooltip text
* update use-copy
* logging
* fix is supported check
* more fixes for use-copy.ts
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-12-29 15:48:28 +00:00
Michael Genson
ca9f66ee24
feat: Remove OCR Support ( #2838 )
...
* remove ocr package
* remove tesseract
* remove OCR from app
* remove OCR from tests
* fix docs
2023-12-14 17:26:43 -09:00
Michael Genson
c9c568570f
fix cursor on recipe components ( #2819 )
...
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2023-12-11 09:58:05 +00:00
boc-the-git
6cec7f6dcd
Merge branch 'mealie-next' into fixes/ui-improvements
2023-11-25 20:53:49 +11:00
p0lycarpio
215bd7adaa
fix build
2023-11-24 22:46:58 +01:00
p0lycarpio
3e4a6ac93b
translate hardcoded strings
2023-11-24 22:28:15 +01:00
p0lycarpio
7fe7a87ff4
fix
2023-11-24 15:44:46 +01:00
p0lycarpio
645421b566
enable Markdown on comments and recipe timeline events
2023-11-24 10:41:58 +01:00
p0lycarpio
be43e5bccd
improve spacing and fix layout on small screens
2023-11-24 10:40:35 +01:00
Michael Genson
0775072ffa
feat: add meal plan to shopping list ( #2653 )
...
* refactored recipe add to shopping list dialog
* added context menu to meal plan day
* cleaned up presentation
* consolidate repeated recipes
* added alerts
* lint
* lint v2
* fixed undefined recipeRef bug
* lint
* made scale + slug implementation less horrible
2023-11-21 18:11:10 +00:00
Kuchenpirat
63ac21bce2
feat: Add Categories, Tags and Tools to Manage Data Page ( #2737 )
...
* add categories
* add tags
* 🧹
* 🧹 l18n
* add tools
* remove broken on Hand for tools
* fix for tools onHand not updating from frontend
* tools: re-add "on Hand"
* remove itemized icon from create button
* change combine icon
* add divider to BaseOverflowButton
* divide and conquer
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-11-21 08:31:05 -06:00
Michael Genson
6c2ac73df7
fixed dead recipe link
2023-11-20 18:43:44 +00:00
Michael Genson
d440d51ffe
feat: plural foods and units, and aliases ( #2674 )
...
* added plural names and alias tables to foods/units
* updated models to include plural names and aliases
* updated parser to include plural and aliases
* fixed migrations
* fixed recursive models
* added plural abbreviation to migration
* updated parser and display prop
* update displays to use plurals
* fix display edgecase and remove print
* added/updated display tests
* fixed model bug and added parser tests
* added tests for aliases
* added new plural options to data management page
* removed unique constraint
* made base dialog more customizable
* added alias management to food and unit data pages
* removed unused awaits
* 🧹
2023-11-14 06:39:07 -09:00
Michael Grinspan
4b55b838ed
Fix: broken link to ingredient parser ( #2707 )
2023-11-07 23:15:07 +00:00
Michael Genson
80968b02bb
feat: Remove Explore URLs and make the normal URLs public ( #2632 )
...
* add groupSlug to most routes
* fixed more routing issues
* fixed jank and incorrect routes
* remove public explore links
* remove unused groupSlug and explore routes
* nuked explore pages
* fixed public toolstore bug
* fixed various routes missing group slug
* restored public app header menu
* fix janky login redirect
* 404 recipe API call returns to login
* removed unused explore layout
* force redirect when using the wrong group slug
* fixed dead admin links
* removed unused middleware from earlier attempt
* 🧹
* improve cookbooks sidebar
fixed sidebar link not working
fixed sidebar link target
hide cookbooks header when there are none
* added group slug to user
* fix $auth typehints
* vastly simplified groupSlug logic
* allow logged-in users to view other groups
* fixed some edgecases that bypassed isOwnGroup
* fixed static home ref
* 🧹
* fixed redirect logic
* lint warning
* removed group slug from group and user pages
refactored all components to use route groupSlug or user group slug
moved some group pages to recipe pages
* fixed some bad types
* 🧹
* moved groupSlug routes under /g/groupSlug
* move /recipe/ to /r/
* fix backend url generation and metadata injection
* moved shopping lists to root/other route fixes
* changed shared from /recipes/ to /r/
* fixed 404 redirect not awaiting
* removed unused import
* fix doc links
* fix public recipe setting not affecting public API
* fixed backend tests
* fix nuxt-generate command
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2023-11-05 16:07:02 -09:00
Arsène Reymond
f7f8c51661
feat: update organization icons ( #2668 )
...
* front: update filters icons
* remove duplicate
---------
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2023-10-25 15:08:58 +00:00
Michael Genson
b153ddf858
feat: more shopping list enhancements ( #2587 )
...
* fix new position calculataion
* ensure consistent list item ordering
* fix recipe ref overflow on small screens
* added recipe ref elevation
* tweaked line height (for long notes)
* removed unused user dependency
* remove old shopping list items when there's >100
* 🤷
* cleaned up function generator
* fixed test
* fix potential type error
* made max position calc more efficient
2023-10-07 13:06:00 -08:00
Arsène Reymond
45022e1f1b
fixes: PWA & interface on small screens ( #2536 )
...
* fix pwa icons
* fix spacing and layouts for small screens
* translate missing strings
* Revert "translate missing strings"
This reverts commit 150a961a08
.
* fixes
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2023-10-07 11:36:47 -08:00
Michael Genson
bd79c1db2f
chore: Get Rid of Warnings ( #2599 )
...
* ignore unsafe html warnings
* remove unused import
* re-order attrs
* removed unused vars/imports
* removed unused import
* refactored v-html
* removed more unused things
2023-10-07 11:23:47 -08:00
Michael Genson
b32e2f1bf7
fix: Recipe Card Section Infinite Loop ( #2584 )
...
* refactored recipe card section fetch
* minor optimization
* lint
2023-09-29 15:59:07 -08:00
Michael Genson
3e5596f898
fix: Home Doesn't Load For Non-Admin Users ( #2556 )
...
* added non-admin route for fetching current group
* simplified frontend group slug fetching
* exposed public link even if user can't invite
* 🧹
2023-09-19 09:06:39 -08:00