- 09 Jan, 2023 11 commits
-
-
Marc-AntoineA authored
-
Marc-AntoineA authored
Resolve "Custom photos" Closes #92 See merge request !21
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
I did the same as in function ComputeCoverSize for SymbolPicker: we can directly use document.width/document.height and we do not need to read these values in the database.
-
Marc-AntoineA authored
The errors are ignored: we use the non compressed image.
-
- 26 Dec, 2022 3 commits
-
-
Marc-AntoineA authored
It was already available. The only thing to do was to activate it.
-
Marc-AntoineA authored
CompressImage creates blob. I want a base64 url.
-
Marc-AntoineA authored
-
- 25 Dec, 2022 4 commits
-
-
Marc-AntoineA authored
I have also added a fullpage loader during image compression.
-
Marc-AntoineA authored
Add 3px margin between buttons. Add tooltip. Reorder open gallery / random symbol / upload image Add i18n strings.
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
- 22 Dec, 2022 6 commits
-
-
Marc-AntoineA authored
-
Marc-AntoineA authored
Many export/links bug fixes Closes #100 and #101 See merge request !26
-
Marc-AntoineA authored
The redirection was due to a bad use of $router.push for params. Very sad. I have also fixed the method "templateIdGetter" to ignore "/link"
-
Marc-AntoineA authored
We try to export the image twice: in beforeRouteEnter and in loadjson. The first try fails as vida is undefined/not loaded.
-
Marc-AntoineA authored
The bug was due to an old v-if in export-menu component which uses the currentRoute url params. It seems to no be recomputed. Resolves #100
-
Marc-AntoineA authored
The bug was between the routes. If we are on regular template, we are on "editor" route. But when we import templates, we are now on the "editorNew" route. It wasn't the case. It was causing a bug. In /edit/template, template was considered as the templateid. But this changed after clicking on export jpeg. Url became /edit/template/jpeg, etc. Resolves #100
-
- 18 Dec, 2022 4 commits
-
-
Marc-AntoineA authored
feat: Add a function to compress template in uri. See merge request !25
-
Marc-AntoineA authored
-
Marc-AntoineA authored
Missing arg "image_use" when calling "ImageVidaComponent.randomOptions". It is important to provide image_use==symbols. Fixed.
-
Marc-AntoineA authored
Use LZString compres/decompress to base64. Compressed template is saved in b64template param while uncompress template is saved in template param.
-
- 14 Dec, 2022 5 commits
-
-
Marc-AntoineA authored
Feat: Implement url export/import in Aktivisda Closes #94 See merge request !24
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
-
Marc-AntoineA authored
Maybe does not always work.
-
- 13 Dec, 2022 4 commits
-
-
Marc-AntoineA authored
-
Marc-AntoineA authored
The problem was in the old (to be improved) random Template method in @computed Editor:templateJson. No random option for the background were defined. The current option is very ugly and require at least one internalsvg background. Many things require big attention to increase readability between internalsvg/internalphoto (later photos) and symbols/backgrounds (why this distinction?)
-
Marc-AntoineA authored
The problem was due to the isLoading variable: exportVida returned if isLoading :/ Solution: use two different variables. One isLoading and one isExporting
-
Marc-AntoineA authored
-
- 12 Dec, 2022 1 commit
-
-
Marc-AntoineA authored
Remove the unused code UpdateIfQuery (todo refactor). Template is loaded through queryParams template. Is it possible to compress?
-
- 09 Dec, 2022 1 commit
-
-
Marc-AntoineA authored
If only one palette is available, we were stuck in an infinite loop trying to find a non existing new palette.
-
- 07 Dec, 2022 1 commit
-
-
Marc-AntoineA authored
fix: Background is now send backward creation Closes #95 See merge request !23
-