Tomasz Klimczak
a1a6f476e0
Translated using Weblate (Polish)
...
Currently translated at 100.0% (533 of 533 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/pl/
2023-09-30 22:19:56 +00:00
Henrique Nepomuceno
38cf825816
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 32.2% (172 of 533 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/pt_BR/
2023-09-29 20:19:56 +00:00
Leo Mu
a8dc8e7190
Translated using Weblate (Italian)
...
Currently translated at 87.2% (465 of 533 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/it/
2023-09-29 20:19:56 +00:00
Luis Cacho
76aca6cf38
Translated using Weblate (Spanish)
...
Currently translated at 68.2% (361 of 529 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/es/
2023-09-25 09:59:47 +00:00
Matias Laporte
89c31a018f
Translated using Weblate (Spanish)
...
Currently translated at 68.2% (361 of 529 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/es/
2023-09-25 09:59:47 +00:00
Leo Mu
e54f55b6d0
Translated using Weblate (Italian)
...
Currently translated at 88.0% (466 of 529 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/it/
2023-09-25 09:59:47 +00:00
smilerz
aba7f8db5c
remove unused imports, variables and commented code in helpers
2023-09-13 09:29:48 -05:00
vabene1111
d7fadffbfd
date format in meal plan simple grid
2023-09-13 16:17:02 +02:00
vabene1111
22c7f5d85d
changed date label format
2023-09-13 16:16:38 +02:00
vabene1111
c18d8daece
fixed meal plan simple grid on search view after merge
2023-09-13 16:08:56 +02:00
smilerz
6dacd44f1f
regenerate openapi
2023-09-12 09:53:59 -05:00
smilerz
d467352029
Squashed commit of the following:
...
commit c8fc6b5237
Author: smilerz <smilerz@gmail.com>
Date: Wed Sep 6 14:01:27 2023 -0500
update Meal Plan grid to respect localization on date format
2023-09-12 09:48:22 -05:00
smilerz
a0256b607e
Squashed commit of the following:
...
commit f8f08ae337
Author: smilerz <smilerz@gmail.com>
Date: Wed Sep 6 10:27:43 2023 -0500
respect ignore_shopping flag
2023-09-12 09:47:55 -05:00
smilerz
847fceaf10
Squashed commit of the following:
...
commit 4aa3e04df0
Author: smilerz <smilerz@gmail.com>
Date: Wed Sep 6 09:01:07 2023 -0500
clears search on food in shopping form
2023-09-12 09:47:07 -05:00
smilerz
9e831a22df
Squashed commit of the following:
...
commit bcfe6ca707
Author: smilerz <smilerz@gmail.com>
Date: Fri Sep 1 11:36:10 2023 -0500
fix custom_filter exports and errors on Download link
2023-09-12 09:46:42 -05:00
smilerz
768a5ea237
Squashed commit of the following:
...
commit 36403ecbae
Author: smilerz <smilerz@gmail.com>
Date: Fri Sep 1 12:04:04 2023 -0500
update migration for new Automation Types
commit 4620ebaf30
Author: smilerz <smilerz@gmail.com>
Date: Fri Sep 1 07:49:10 2023 -0500
add Name and Instruction automation to YouTube importer
commit c907da84c1
Author: smilerz <smilerz@gmail.com>
Date: Fri Sep 1 07:45:32 2023 -0500
remove old commented automation code
commit 9b5e39415e
Author: smilerz <smilerz@gmail.com>
Date: Fri Sep 1 07:37:36 2023 -0500
test for automations applied during url import
renamed TITLE_REPLACE to NAME_REPLACE
commit 2679a22464
Author: smilerz <smilerz@gmail.com>
Date: Thu Aug 31 15:29:59 2023 -0500
added tests for regex_replace
commit 8bae21025b
Author: smilerz <smilerz@gmail.com>
Date: Thu Aug 31 13:51:46 2023 -0500
updated Automation Modal and translations
commit 4120adc546
Author: smilerz <smilerz@gmail.com>
Date: Thu Aug 31 13:12:41 2023 -0500
applied regex_replace automation to food and unit automations
updated automation documentation
commit 30c891abfc
Author: smilerz <smilerz@gmail.com>
Date: Thu Aug 31 12:46:34 2023 -0500
migrate regex_replace functions to AutomationEngine
create TITLE_REPLACE, UNIT_REPLACE and FOOD REPLACE automation types
create migration for new types
commit b8317c2c29
Author: smilerz <smilerz@gmail.com>
Date: Wed Aug 30 20:44:40 2023 -0500
move transpose words to AutomationEngine
create tests for transpose words
commit 39253cfd02
Author: smilerz <smilerz@gmail.com>
Date: Wed Aug 30 17:03:29 2023 -0500
refactor never_unit automation to AutomationEngine
create tests for never_unit
commit 7c0b8b151c
Author: smilerz <smilerz@gmail.com>
Date: Wed Aug 30 11:21:06 2023 -0500
update ingredient parser to use AutomationEngine for unt, keyword, food
update test_ingredient_parser tests to accomodate changes
commit 8e1b8923af
Author: smilerz <smilerz@gmail.com>
Date: Mon Aug 28 16:44:35 2023 -0500
keyword and unit Automtations refactored to Automation Engine
keyword and unit automation tests added
commit 52eb876a08
Author: smilerz <smilerz@gmail.com>
Date: Mon Aug 28 15:03:19 2023 -0500
food_alias tests added
commit a820b9c09e
Author: smilerz <smilerz@gmail.com>
Date: Sat Aug 26 12:37:16 2023 -0500
create AutomationEngine class
create food_automation method
refactor food automations to use AutomationEngine
2023-09-12 09:46:08 -05:00
vabene1111
da5fd16338
fixed lockfile
2023-09-12 15:56:28 +02:00
vabene1111
3f63eab68c
Merge branch 'develop' into remove_facets
2023-09-12 15:36:14 +02:00
vabene1111
dcf9d59b06
add more height to meal plan
2023-09-08 16:59:52 +02:00
vabene1111
9954bb9410
fixed test and added meal plan client settings load save
2023-09-08 16:27:39 +02:00
vabene1111
e57be4a704
fixed lockfile
2023-09-08 15:47:08 +02:00
vabene1111
ffaecc066f
improved search page meal plan style
2023-09-08 15:36:59 +02:00
vabene1111
94f398a7f6
added multi day meal planning
2023-09-08 15:31:42 +02:00
vabene1111
65d670a995
improved meal plan UI
2023-09-08 14:13:27 +02:00
dao cat
15ed040533
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 90.5% (479 of 529 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/zh_Hans/
2023-09-08 05:19:56 +00:00
smilerz
9ee4be621b
remove facets and treeselect
2023-09-07 13:20:51 -05:00
vabene1111
d33b0d2254
added meal type settings to meal plan settings component
2023-09-06 16:27:36 +02:00
vabene1111
1a20c4bef5
fixed syntax server
2023-09-05 16:48:59 +02:00
NeoID
88228ab853
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 70.5% (373 of 529 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nb_NO/
2023-08-31 11:37:04 +00:00
vabene1111
dcfb269909
meal plan stuff
2023-08-30 10:30:12 +02:00
vabene1111
4ffc9cc72f
removed icons
2023-08-29 15:58:57 +02:00
vabene1111
7f62ec28e3
WIP meal plan and icon stuff
2023-08-29 14:36:57 +02:00
Karl
8675143cc1
Update en.json
...
Correct "loosing" to "losing."
2023-08-27 14:22:26 -07:00
Étienne
75e23106fc
Translated using Weblate (French)
...
Currently translated at 88.6% (461 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/fr/
2023-08-27 11:20:01 +00:00
smilerz
479cf1a042
create Transpose Words automation
2023-08-25 07:54:05 -05:00
smilerz
8fa00972bd
add NEVER_UNIT automation
2023-08-25 07:53:53 -05:00
vabene1111
5d5eb45b5a
also accept text as a parameter for import url
2023-08-25 12:15:58 +02:00
vabene1111
92d648c3a3
added ability to order property types
2023-08-24 12:50:17 +02:00
vabene1111
17fa3c8d7c
fixed serving property calculation
2023-08-24 11:20:43 +02:00
vabene1111
d819cbc20e
Merge branch 'develop' of https://github.com/vabene1111/recipes into develop
2023-08-24 10:34:31 +02:00
vabene1111
f255397bbd
added translation
2023-08-24 10:34:30 +02:00
vabene1111
2f0929e90e
Merge pull request #2539 from srwareham/hide-step-ingredients
...
Added option: Hide step ingredients
2023-08-24 10:33:57 +02:00
srwareham
6785033a21
Add step-level configuration whether an ingredients table should be shown. User-level default added to settings
2023-08-23 21:46:09 -07:00
vabene1111
0345b7720c
Merge branch 'develop' of https://github.com/vabene1111/recipes into develop
2023-08-23 13:17:48 +02:00
vabene1111
7163c33b2a
fixed food edit merge/move/automate not working
2023-08-23 13:05:07 +02:00
Theodoros Grammenos
2888b18819
Translated using Weblate (Greek)
...
Currently translated at 100.0% (520 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/el/
2023-08-22 21:19:55 +00:00
Theodoros Grammenos
c01081255b
Translated using Weblate (Greek)
...
Currently translated at 62.5% (325 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/el/
2023-08-21 09:19:56 +00:00
Theodoros Grammenos
835c5a1d3a
Translated using Weblate (Greek)
...
Currently translated at 13.4% (70 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/el/
2023-08-19 21:36:10 +00:00
Alexandre Braure
db4f2db236
Translated using Weblate (French)
...
Currently translated at 88.6% (461 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/fr/
2023-08-16 21:19:58 +00:00
Bastian
7e9cef6075
Translated using Weblate (German)
...
Currently translated at 98.0% (510 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-08-16 21:19:58 +00:00
vabene1111
8ff5142149
auto meal plan tweaks and improvements
2023-08-16 07:10:24 +02:00
vabene1111
f07dec6062
Merge pull request #2468 from AquaticLava/Auto-Planner
...
Auto meal plan
2023-08-16 06:18:43 +02:00
vabene1111
a8fd703d1d
Merge pull request #2529 from TandoorRecipes/dependabot/npm_and_yarn/vue/typescript-5.1.6
...
Bump typescript from 4.9.5 to 5.1.6 in /vue
2023-08-16 06:06:28 +02:00
vabene1111
4592cc85a5
Merge pull request #2566 from TandoorRecipes/dependabot/npm_and_yarn/vue/eslint-8.46.0
...
Bump eslint from 7.32.0 to 8.46.0 in /vue
2023-08-16 06:06:17 +02:00
Jochum van der Heide
c18a77bc9b
Translated using Weblate (Dutch)
...
Currently translated at 99.8% (519 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nl/
2023-08-15 19:19:56 +00:00
Miha Perpar
ba361a8a27
Translated using Weblate (Slovenian)
...
Currently translated at 59.0% (307 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/sl/
2023-08-13 08:19:59 +00:00
Tomasz Klimczak
d7f77a572a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (520 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/pl/
2023-08-13 08:19:58 +00:00
Fabian Flodman
64e28fd01a
Translated using Weblate (German)
...
Currently translated at 97.3% (506 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-08-13 08:19:58 +00:00
Thomas
714d5e5184
Translated using Weblate (German)
...
Currently translated at 97.3% (506 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-08-13 08:19:58 +00:00
vabene1111
4b14a099df
better logging
2023-08-05 12:00:03 +02:00
Chen
d87633433a
Translated using Weblate (Hebrew)
...
Currently translated at 90.5% (471 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/he/
2023-08-03 22:19:55 +00:00
Chen
fe33adbba0
Translated using Weblate (Hebrew)
...
Currently translated at 25.7% (134 of 520 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/he/
2023-08-02 15:51:50 +00:00
Chen
baa84cf481
Added translation using Weblate (Hebrew)
2023-08-02 15:26:57 +00:00
AquaticLava
ecd828008e
added auto shopping functionality. fixed bug when there are no matching recipes
2023-08-01 21:52:59 -06:00
AquaticLava
df684f591a
added share functionality. changed random recipe selection to prevent repeating duplicate choices.
2023-08-01 17:02:05 -06:00
dependabot[bot]
312cd077d0
Bump eslint from 7.32.0 to 8.46.0 in /vue
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.32.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.46.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 00:15:02 +00:00
vabene1111
2fdcdba889
base pasth pdf viewer
2023-07-29 07:48:27 +02:00
vabene1111
c18386b9b5
fixed copied ingredients being linked together
2023-07-22 12:59:31 +02:00
vabene1111
d5ba2e6716
improved multi url import
2023-07-22 11:18:06 +02:00
vabene1111
b30f8c245e
added option to set URL on food
2023-07-22 09:12:45 +02:00
vabene1111
74c86f1b6b
Merge pull request #2541 from titilambert/patch-1
...
Expose food description in food form
2023-07-22 08:28:39 +02:00
vabene1111
14a67fd6c2
improved spinner rendering
2023-07-20 16:24:25 +02:00
dependabot[bot]
a73d231bd4
Bump word-wrap from 1.2.3 to 1.2.4 in /vue
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 07:05:07 +00:00
vabene1111
e8574a49a7
Merge pull request #2544 from TandoorRecipes/dependabot/npm_and_yarn/vue/semver-5.7.2
...
Bump semver from 5.7.1 to 5.7.2 in /vue
2023-07-18 15:31:59 +02:00
vabene1111
1f10a66c74
added base unit to unit editor
2023-07-18 13:54:35 +02:00
vabene1111
a497a6b7f5
space api read for all users in space
2023-07-15 13:57:25 +02:00
Eirik Skarding
7d50f3cf21
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 68.9% (344 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nb_NO/
2023-07-12 21:19:57 +00:00
dependabot[bot]
315af4911c
Bump semver from 5.7.1 to 5.7.2 in /vue
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 17:57:36 +00:00
vabene1111
35704c69c7
added option to pass recipe to recipe view
2023-07-11 17:50:48 +02:00
vabene1111
e9748a160a
addded paginated user space endpoint
2023-07-11 17:01:56 +02:00
Thibault Cohen
7bc78e104f
Expose food description in food form
2023-07-10 21:26:26 -04:00
Mára Štěpánek
6f0dccfec9
Translated using Weblate (Czech)
...
Currently translated at 97.5% (487 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/cs/
2023-07-06 21:19:59 +00:00
Mára Štěpánek
766ed31f8e
Translated using Weblate (Czech)
...
Currently translated at 79.7% (398 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/cs/
2023-07-02 21:19:57 +00:00
dependabot[bot]
c2def3eb9d
Bump typescript from 4.9.5 to 5.1.6 in /vue
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.5 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-01 00:09:18 +00:00
vabene1111
b599c4f6a9
added internal notes and improved invite link form
2023-06-30 23:09:22 +02:00
vabene1111
439539f56d
show optional fields in generic forms
2023-06-30 23:09:01 +02:00
vabene1111
237bcb92c9
fixed food editor default properties unit
2023-06-29 17:26:49 +02:00
vabene1111
ce02a23dbb
fixed quick ingredient import in recipe editor
2023-06-29 17:13:53 +02:00
vabene1111
c69f0394a8
possibly fixed bug with food editor ingredient delete page reload
2023-06-29 17:05:32 +02:00
vabene1111
6c16094b42
added initial version of tandoor dark theme
2023-06-26 20:43:50 +02:00
vabene1111
3955408aa4
dont show properties view if no properties are present in DB
2023-06-26 20:03:25 +02:00
vabene1111
436158f596
fixed allow decimals in food property amount
2023-06-26 15:47:44 +02:00
sweeney
491b678d6e
Translated using Weblate (Greek)
...
Currently translated at 1.4% (7 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/el/
2023-06-25 14:19:55 +00:00
sweeney
a727439c57
Added translation using Weblate (Greek)
2023-06-24 13:32:57 +00:00
Thomas
68435aa335
Translated using Weblate (German)
...
Currently translated at 99.7% (498 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-06-23 09:19:56 +00:00
vabene1111
afe5465044
added styling options to several components
2023-06-22 15:58:32 +02:00
vabene1111
dbd2025e71
updated lock file
2023-06-22 08:55:31 +02:00
AquaticLava
ac17b84a7a
updated auto meal plan to start at the current day, and exclude a meal plan if it has no keywords. Added debug buttons to help with testing.
2023-06-21 19:35:48 -06:00
AquaticLava
9756b7b653
regenerated open api file
2023-06-21 19:32:54 -06:00
AquaticLava
ee5c7d0ef4
Merge branch 'TandoorRecipes:develop' into Auto-Planner
2023-06-21 19:16:49 -06:00
vabene1111
f19f4abe0c
fixed yarn lock?
2023-06-21 21:41:27 +02:00
vabene1111
7c4a854bfd
update lock file
...
might still be broken because the stupid build does not work
2023-06-21 21:21:15 +02:00
vabene1111
04322b56a4
fixed recipe view component
2023-06-21 21:12:14 +02:00
vabene1111
45b4ac3e9e
fixed broken mealplan
2023-06-21 21:06:19 +02:00
vabene1111
362ed9b088
Merge branch 'develop' of https://github.com/vabene1111/recipes into develop
2023-06-21 17:06:06 +02:00
vabene1111
8bf347dd09
moved recipe view to component (currently broken)
2023-06-21 17:05:59 +02:00
John Doe
d449f0c2fc
Translated using Weblate (Czech)
...
Currently translated at 10.8% (54 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/cs/
2023-06-21 14:20:01 +00:00
Tobias Huppertz
6dab514817
Translated using Weblate (German)
...
Currently translated at 99.5% (497 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-06-21 14:20:01 +00:00
John Doe
11a699ed47
Translated using Weblate (Czech)
...
Currently translated at 7.0% (35 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/cs/
2023-06-19 10:16:11 +00:00
vabene1111
b3c6cacdad
added better edge case handling to recipe card
2023-06-13 17:33:12 +02:00
vabene1111
6bb04dc56d
improved property functions
2023-06-12 17:20:00 +02:00
vabene1111
5c0094fd43
Merge pull request #2478 from jwr1/develop
...
Fix bottom navigation not hiding in print mode
2023-06-08 14:43:51 +02:00
Eirik Skarding
2592e606cc
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 44.0% (220 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nb_NO/
2023-06-08 00:19:55 +00:00
Eirik Skarding
11f2b95b4d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 35.8% (179 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nb_NO/
2023-06-06 12:19:55 +00:00
Eirik Skarding
c171a01b7d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 33.8% (169 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/nb_NO/
2023-06-03 14:19:56 +00:00
Tomasz Klimczak
d57f35e4e8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (499 of 499 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/pl/
2023-05-31 17:19:57 +00:00
John Wesley
2cb7030b04
Fix bottom navigation not hiding in print mode
2023-05-29 11:46:07 -04:00
vabene1111
a53f17c1b9
default properties food unit
2023-05-29 17:37:09 +02:00
vabene1111
326549568f
added unit conversion editor to food editor
2023-05-29 17:16:22 +02:00
vabene1111
c0577abb89
fixed generic modal form error (merge conflict)
2023-05-29 15:40:25 +02:00
Luis Cacho
cadf14c338
Translated using Weblate (Spanish)
...
Currently translated at 74.3% (357 of 480 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/es/
2023-05-26 16:19:57 +00:00
vabene1111
256b7b1543
Merge branch 'develop' into feature/unit-conversion
...
# Conflicts:
# cookbook/helper/recipe_url_import.py
2023-05-26 16:11:11 +02:00
vabene1111
7af581f0ff
allow users to choose between food and recipe properties
2023-05-26 15:59:49 +02:00
vabene1111
3302dacdc3
properties structure imporioved
2023-05-25 16:13:16 +02:00
sardigital
5f07ef04d2
Translated using Weblate (Russian)
...
Currently translated at 71.6% (344 of 480 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/ru/
2023-05-25 06:19:56 +00:00
vabene1111
3236b65d9e
food editor and property view improvements
2023-05-24 13:49:29 +02:00
vabene1111
79cd17a5ba
Merge branch 'develop' into feature/unit-conversion
...
# Conflicts:
# vue/src/components/Modals/GenericModalForm.vue
2023-05-24 08:53:49 +02:00
vabene1111
dc4ca81270
updated generic modal form to always show errors
2023-05-23 15:32:53 +02:00
vabene1111
30c6389382
added force show error parameter to standard toast
2023-05-23 14:18:59 +02:00
vabene1111
ffa06ca75e
emit additonal hidden event from generic modal form
2023-05-23 13:35:06 +02:00
vabene1111
3c3ecc5342
comonent in generic form trial
...
# Conflicts:
# vue/src/components/FoodEditor.vue
# vue/src/components/Modals/GenericModalForm.vue
# vue/src/utils/models.js
2023-05-21 20:26:00 +02:00
vabene1111
c777cfe5b9
improved plugin functionality
...
- added abiulity to extend default api router from plugion
- added dability to pass custom model definition to generic model/api functions
- added ability to pass custom API clients to generic API function
2023-05-20 12:53:14 +02:00
AquaticLava
6c9227faac
fixed formatting and minor bug causeing the start of the period to always be the current day.
2023-05-18 11:14:59 -06:00
AquaticLava
693b43af2e
Merge remote-tracking branch 'origin/develop' into Auto-Planner
...
# Conflicts:
# vue/src/apps/MealPlanView/MealPlanView.vue
2023-05-17 21:22:26 -06:00
vabene1111
0539e1ea15
food edit modal done
2023-05-11 17:13:35 +02:00
vabene1111
6030fa1d68
property scaling and ui
2023-05-08 12:09:55 +02:00
vabene1111
60f31608b9
added recipe properties
2023-05-06 19:14:25 +02:00
vabene1111
763f71a05c
cleanup views
2023-05-06 17:40:39 +02:00
vabene1111
54a5c145cc
comonent in generic form trial
2023-05-05 17:04:20 +02:00
vabene1111
86fd0dcab1
made the open data importer its own component
2023-05-05 16:33:30 +02:00
vabene1111
12da77f037
beser response and stuff
2023-05-04 17:12:49 +02:00
vabene1111
071926aada
improved importer merging behavior
2023-05-04 15:29:06 +02:00
vabene1111
1bb6eb7141
import open data content
2023-04-30 22:30:56 +02:00
vabene1111
89e3e85d1e
Merge branch 'develop' into feature/unit-conversion
...
# Conflicts:
# requirements.txt
2023-04-30 21:51:56 +02:00
vabene1111
dfde340447
basic import working
2023-04-30 21:51:28 +02:00
noxonad
56f6de3510
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (480 of 480 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/ro/
2023-04-27 08:55:57 +00:00
Mike Miller
fe32a743db
Translated using Weblate (German)
...
Currently translated at 100.0% (480 of 480 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-04-27 08:55:57 +00:00
Sebastian Krug
93b750dbf1
Translated using Weblate (German)
...
Currently translated at 100.0% (480 of 480 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-04-27 08:55:57 +00:00
vabene1111
7830ddd4e9
Merge pull request #2431 from smilerz/pytest_fixes
...
Pytest fixes
2023-04-25 15:59:15 +02:00
Michael
85dcb6c61f
Translated using Weblate (German)
...
Currently translated at 99.5% (478 of 480 strings)
Translation: Tandoor/Recipes Frontend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-frontend/de/
2023-04-23 15:55:48 +00:00