6af5f59c80
views/api
2021-01-10 12:06:49 +01:00
3c4384e2f6
views/__init__
2021-01-10 12:06:40 +01:00
e50239f067
added basic service worker
2021-01-10 12:00:16 +01:00
4fa6919ca0
sort views imports
2021-01-10 11:55:21 +01:00
db6fe4256f
added shortcuts to manifest
2021-01-10 10:27:50 +01:00
8a73f018f0
Merge pull request #326 from bloomcake/boomark-unique
...
Unique constraint on RecipeBookEntry
2021-01-09 23:27:40 +01:00
b93b16d6eb
save WIP
...
not really getting the feel for this, will continue later, need to really learn how this works
2021-01-09 23:27:25 +01:00
6acf4bb831
Revert "temp save vue transition stuff"
...
This reverts commit 976cedd536
.
2021-01-09 23:11:37 +01:00
86134eecb4
added unique constraint on RecipeBookEntry table
...
Signed-off-by: Tobias Lindenberg <tobias@lindenberg.pm >
2021-01-09 22:17:56 +01:00
3716e2bb0f
Merge pull request #324 from Hanser/manifest
...
added webmanifest to improve mobile (shortcut) experience
2021-01-09 09:16:34 +01:00
b5e08a4828
added webmanifest to static files to improve mobile (shortcut) experience
2021-01-09 00:19:09 +01:00
976cedd536
temp save vue transition stuff
2021-01-08 22:31:48 +01:00
4af5a4e96e
testing vue stuff
2021-01-08 00:14:31 +01:00
9044f9e1ff
testing with vue mixings and components
2021-01-07 23:58:04 +01:00
4b719af4e1
fixed broken microdata blowing up ingredient lists
2021-01-07 23:09:37 +01:00
78fa5338d3
fixed ingredient dropping on parser fail
2021-01-07 22:56:05 +01:00
e9f2b875b9
formatting
2021-01-07 22:47:53 +01:00
fe3f817bc5
Merge pull request #322 from jakobwenzel/fixIngredientParser
...
Fix ingredient parser to allow Plural-suffixes
2021-01-07 22:35:48 +01:00
32f5cf64e5
stick navbar .env
2021-01-07 22:33:31 +01:00
5aadb66013
Merge pull request #321 from neferin12/develop
...
Sticky Navbar
2021-01-07 22:29:54 +01:00
6225648e3a
Minor formatting
2021-01-07 21:50:26 +01:00
29903af085
catch error when trying to parse into ingredient/note
2021-01-07 19:49:02 +01:00
8ed2562454
allow plural-suffixes in ingredient parser
2021-01-07 19:30:07 +01:00
fd255fd6ad
added failing testcase for ingredient parser
2021-01-07 19:20:20 +01:00
8931fa8557
fix ingredient parser testcase
...
* call correct function
* flip assertion
2021-01-07 19:06:08 +01:00
251bd88f70
Make the sticky navbar an option
2021-01-07 18:49:11 +01:00
2ac076afa5
readme and documentation
2021-01-07 16:45:01 +01:00
2d82fc1ddd
fixed meal plan settings cookie expiring
2021-01-07 15:42:34 +01:00
ba9d85dfc9
updated docker configs
2021-01-07 15:24:56 +01:00
c752b2e81b
Merge pull request #316 from KyleWJohnston/develop
...
Improve documentation formatting
2021-01-07 09:25:23 +01:00
19df1cf65d
Sticky Navbar
2021-01-06 19:09:41 +01:00
ebdd8fc053
Update base.html
2021-01-06 18:57:25 +01:00
924576c8ba
Correct mistake on ports, clarify documentation
...
My understanding is if you want to access the app on port 3000, you
would use `docker run -d -p 3000:8080 ...` for a Docker command. For
Docker Compose, it's:
```
nginx_recipes:
ports:
- 3000:80
```
2021-01-06 07:30:10 -05:00
f4fa28bfbc
Merge pull request #318 from vabene1111/dependabot/pip/jinja2-2.11.2
...
Bump jinja2 from 2.11.0 to 2.11.2
2021-01-06 07:54:35 +01:00
0c2cb599ba
Bump jinja2 from 2.11.0 to 2.11.2
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.11.0 to 2.11.2.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.11.0...2.11.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-06 06:03:30 +00:00
54f85196e7
Fix Docker install instructions
...
Not having the backslashes for the `docker run` command resulted in an
error.
Using `80:80` is ignored. While it will work on port 80, it fails when
using any other port such as `3000:80`. Using `3000:8080` works.
Volumes should have a colon on the end, otherwise you get a `ERROR:
yaml.scanner.ScannerError: mapping values are not allowed here`
That said, the new Docker install isn't working for me yet, but I love
the idea of bundling the nginx files with the recipes container.
2021-01-05 21:50:56 -05:00
a1093ed918
Fix documentation formatting
...
Mostly just typos and some minor changes to help new users less familiar
with Docker tools. I preserved the original style as much as possible.
2021-01-05 21:19:16 -05:00
caa33810c4
added more documentation
2021-01-06 00:17:53 +01:00
fd8229684c
improved docs and added unraid
2021-01-05 23:41:15 +01:00
320d94a223
fixed incorrect redirects for unauthenticated users
2021-01-05 23:24:58 +01:00
43ccc351c7
added changes typo fix
2021-01-05 22:54:57 +01:00
d36e4c6e0a
fixed another typoe
2021-01-05 22:54:46 +01:00
fdeede5717
updated vue and vue bootrap + template improvements
2021-01-05 22:53:08 +01:00
738b601462
templating working
2021-01-05 22:07:46 +01:00
2c93a2f177
Merge branch 'develop' into feature/templating
2021-01-05 21:48:50 +01:00
6b2d164585
fixed broken import chain
2021-01-05 21:48:44 +01:00
ee707eba5c
super basic templating working
2021-01-05 21:46:24 +01:00
f26b09cc0a
fixed broken translations in help_texts
2021-01-05 21:26:42 +01:00
4e88f846af
Merge pull request #312 from vabene1111/translations_cookbook-locale-en-lc-messages-django-po--develop_it
...
Translate '/cookbook/locale/en/LC_MESSAGES/django.po' in 'it'
2021-01-05 13:11:08 +01:00
6a1d892e8b
Apply translations in it
...
translation completed for the source file '/cookbook/locale/en/LC_MESSAGES/django.po'
on the 'it' language.
2021-01-05 11:44:52 +00:00