|
40e894df8b
|
chore: automated housekeeping...
|
2024-10-19 14:44:55 +02:00 |
|
|
bdc9ba52a6
|
Refactoring: use theme instead of layout in a lot of places
|
2024-10-17 04:06:09 +02:00 |
|
|
9427083939
|
Fix: see #2212: actually save custom themes as visited
|
2024-10-17 02:10:25 +02:00 |
|
|
c795e74037
|
Fix: some fixes to studio
|
2024-10-10 23:28:09 +02:00 |
|
|
0be7c64ea1
|
Feat(studio): add possibility to directly write into the theme files
|
2024-09-25 11:40:45 +02:00 |
|
|
8e27256d8f
|
UX(studio): focus on key if a new tag is added
|
2024-09-24 13:24:10 +02:00 |
|
|
0c9e41a6ce
|
Fix: studio now handles arrays better (might fix #2102)
|
2024-09-24 13:13:08 +02:00 |
|
|
6672fc87b4
|
Fix: some fixes to make studio useable again, probably fixes #2139
|
2024-09-14 22:43:09 +02:00 |
|
|
c176091863
|
Studio: automatically detect possible tag values, fix #2103
|
2024-09-12 02:37:26 +02:00 |
|
|
f5d7686c98
|
chore: automated housekeeping...
|
2024-09-02 12:48:15 +02:00 |
|
|
a3f204777a
|
Fix crash in studio
|
2024-08-24 23:41:09 +02:00 |
|
|
9b8a9337fd
|
chore: automated housekeeping...
|
2024-08-16 10:06:59 +02:00 |
|
|
4dd3e99ce2
|
Studio: Add message that overriden values cannot be changed
|
2024-08-13 17:59:27 +02:00 |
|
|
dca17742b4
|
Studio: improve delete button
|
2024-08-12 10:08:10 +02:00 |
|
|
39ce276c46
|
Fix studio, add options for 'rotation' (see #2072)
|
2024-08-11 19:54:37 +02:00 |
|
|
def7523334
|
Chore: cleanup of imports and unused arguments
|
2024-08-11 19:04:44 +02:00 |
|
|
8c779fe09b
|
Performance: split validation into multiple files, avoid using 'fixImages' and 'exractImages' into well-known themes as it takes a big chunk of data
|
2024-08-11 12:03:24 +02:00 |
|
|
3ec957e1e5
|
Studio: UX improvements, fix crash
|
2024-08-10 12:50:55 +02:00 |
|
|
51fa48a01f
|
Merge master
|
2024-08-09 17:02:59 +02:00 |
|
|
6a0b77eb99
|
chore: automated housekeeping...
|
2024-08-09 16:55:08 +02:00 |
|
|
f51a1a3cc1
|
Studio: fix path
|
2024-08-02 19:25:59 +02:00 |
|
|
d1ec9a43fc
|
Add various improvements and fixes to studio, should fix #2055
|
2024-08-02 19:25:59 +02:00 |
|
|
1b01f75905
|
Merge master
|
2024-07-28 02:38:24 +02:00 |
|
|
15aa141e15
|
Small UI tweaks for studio, improve linting and typing
|
2024-07-26 18:13:26 +02:00 |
|
|
4add2d1aff
|
chore: automated housekeeping...
|
2024-07-21 10:52:51 +02:00 |
|
|
25075bf881
|
Studio: fix dynamic markers
|
2024-07-16 23:06:26 +02:00 |
|
|
214ba40dfa
|
Merge master
|
2024-07-09 16:56:19 +02:00 |
|
|
9e84bf7ed2
|
Studio: fix crash when creating a new tagRendering
|
2024-07-09 14:41:39 +02:00 |
|
|
da615acfb1
|
Housekeeping
|
2024-07-09 13:44:59 +02:00 |
|
|
65176122c2
|
Fix #2010
|
2024-07-09 00:22:26 +02:00 |
|
|
5628e66dce
|
Add icons and titles to studio accordeons
|
2024-06-26 11:57:18 +02:00 |
|
|
cd0d275965
|
Chore: housekeeping
|
2024-06-20 04:21:29 +02:00 |
|
|
ad7976f142
|
Remove obsolete comment
|
2024-06-19 00:30:06 +02:00 |
|
|
62944c3883
|
Studio: use accordions in SchemaBasedArray.svelte to make browsing more easy
|
2024-06-19 00:29:19 +02:00 |
|
|
c08fe03ed0
|
Chore: formatting
|
2024-06-16 16:06:26 +02:00 |
|
|
6549a5d10f
|
Merge branch 'master' into develop
|
2024-05-14 19:01:26 +02:00 |
|
|
8218b42c9e
|
Studio: fix crash
|
2024-05-14 19:01:05 +02:00 |
|
|
7072f2d93d
|
UX: fix #1932
|
2024-05-06 11:24:26 +02:00 |
|
|
504cc1fe33
|
Studio: Add deeplinks, fix #1926
|
2024-04-28 00:23:20 +02:00 |
|
|
204027b4e9
|
Studio: show correct question if available, see #1929
|
2024-04-28 00:00:28 +02:00 |
|
|
4a8ecddd2f
|
Studio: reorder 'configuration file'-tab of Layer and Theme editors
|
2024-04-27 23:45:25 +02:00 |
|
|
fc6d86397e
|
Remove all usages of 'nano-markdown', use centralized 'Markdown.svelte'-instead
|
2024-04-27 23:44:54 +02:00 |
|
|
181965efd9
|
Studio: cleanup 'null'-layers before generating errors
|
2024-04-27 23:43:39 +02:00 |
|
|
d2e7bac775
|
Add better support for markdown (switch nano-markdown for markdown-it as the former doesn't support backtick-code-formatting), add Markdown element. See #1929
|
2024-04-27 22:44:35 +02:00 |
|
|
95bc755611
|
Add styling to delete button
|
2024-04-23 21:58:48 +02:00 |
|
|
56ba426ab5
|
Fix: emit warning for invalid suggestions
|
2024-04-23 21:42:55 +02:00 |
|
|
9a43da6f8a
|
Studio: fix #1901, #1902
|
2024-04-23 21:31:58 +02:00 |
|
|
28bf8cca9f
|
Studio: studio now supports loading self-made layers in themes
|
2024-04-23 15:35:18 +02:00 |
|
Robin van der Linde
|
5e4f67e9a6
|
Slightly clean up styling
|
2024-02-22 03:05:50 +01:00 |
|
Robin van der Linde
|
e932bfd9cd
|
Merge branch 'develop' into feature/json-editor
|
2024-02-22 02:24:17 +01:00 |
|