1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
joostdecock
3111a6df8b [shared] fix: Pattern translation in UI
This fixes problems with pattern translation where the translation
inside a pattern we using the UI's i18n instance to do the translation.

That causes issues when the pattern language and UI langauges are
different (something we support). Furthermore, we need to load the
design's own namespace as the default, and load the annotations plugin
namespace and do some other things that are specific to translation
inside the patterns.

This resolves that by creating a dedicated i18n instance to handle
translation inside patterns.

This unblocks #6340
2024-03-16 11:39:26 +01:00
Joost De Cock
5c32ad1bc1 fix(shared): Fix SVG display in Safari. Closes #5653 2023-12-30 18:52:49 +01:00
joostdecock
c65c5876a3 wip(sde): Working on file list 2023-09-29 16:01:27 +02:00
Enoch Riese
48757e218d Merge branch 'develop' into eriese-ui-tweaks 2023-06-26 11:42:25 -05:00
Enoch Riese
989c6e02cb ui tweaks from contributor call feedback 2023-06-24 15:00:46 -05:00
Enoch Riese
a01af799d3 get rid of sizeMe 2023-06-23 20:18:08 -05:00
Enoch Riese
aaa19f213c fix pan-zoom infinite loop 2023-06-22 14:57:47 -05:00
Enoch Riese
e1998a8deb lint fixes 2023-06-22 10:52:02 -05:00
Enoch Riese
5311c667da reset zoom buttons 2023-06-21 21:17:07 -05:00
Enoch Riese
6f28c36c59 lint fixes 2023-06-07 14:12:51 -05:00
Enoch Riese
b879e23018 movable pattern for print layout 2023-06-05 16:08:58 -05:00
joostdecock
eef8d68781 feat(shared): PanZoomPattern component 2023-06-01 20:18:37 +02:00