Commit Graph

84 Commits

Author SHA1 Message Date
Alicia Sykes
c4c88b85fc 🌐 Support for Chinese chars in tag input (#2009) 2026-05-02 14:08:38 +01:00
Alicia Sykes
6d38ee211a 🦖 Bring back old layout (#2094) 2026-04-27 10:40:04 +01:00
Alicia Sykes
d6aeae0673 Add/edit/remove widget through UI 2026-04-26 16:47:46 +01:00
Alicia Sykes
8689a0eac4 Confirm dialog, for confirmation before deletions 2026-04-26 10:41:42 +01:00
Alicia Sykes
7166ebd7cd 🩹 Fix warnings from modal opening 2026-04-25 21:44:19 +01:00
Alicia Sykes
747812971c During UI edit, strip out empty/defaults before save 2026-04-25 21:36:14 +01:00
Alicia Sykes
b84a9b5af3 Adds debug view, removes about page 2026-04-25 20:12:03 +01:00
Alicia Sykes
acbb069b2a 🩹 Semver fix for update checker 2026-04-25 17:51:05 +01:00
Alicia Sykes
09fd86876f 🚨 Fixes all remaining lint warnings 2026-04-25 13:24:34 +01:00
Alicia Sykes
9198d9d7da 🚨 Fixes ambiguous import warns from js-yaml 2026-04-25 13:14:58 +01:00
Alicia Sykes
2aaad0d89a 🏷️ Adds prop types to components 2026-04-25 13:09:20 +01:00
Alicia Sykes
b17eb80624 🔥 Remove all eslint-ignore comments, may fail 2026-04-25 11:32:10 +01:00
Alicia Sykes
030fa961e2 Adds new config view/export menu 2026-04-25 10:56:31 +01:00
Alicia Sykes
c4249e7d7e Lazy load the schema data, only when needed 2026-04-24 20:37:09 +01:00
Alicia Sykes
ce7662ea69 Performance, functionality and robustness work for multi-config editing 2026-04-24 19:21:51 +01:00
Alicia Sykes
4b7644721c Performance, functionality and robustness work for multi-config editing 2026-04-24 18:00:14 +01:00
Alicia Sykes
b06a775ac3 📱 Responsive edit mode bottom banner, with yaml link 2026-04-24 13:12:58 +01:00
Alicia Sykes
0a129b7b15 New masonry layout, for default section responsivness 2026-04-22 11:58:59 +01:00
Alicia Sykes
ba0c967c01 🚚 Updates util imports 2026-04-19 12:21:48 +01:00
Alicia Sykes
c9c7a9cd46 📱 Responsivness fixes for edit menu, plus tooltip orphan fix 2026-04-19 12:20:38 +01:00
Alicia Sykes
eb3d720882 Builds toast plugin, updates usage across app 2026-04-18 22:46:07 +01:00
Alicia Sykes
052ff83408 Schema-driven UI config editors 2026-04-18 17:59:22 +01:00
Alicia Sykes
201d83fb3c 🎨 Resolves style regressions 2026-04-17 21:13:59 +01:00
Alicia Sykes
def411a75f 👔 Removes dep for vue-tooltip, and wrote our own directive instead 2026-04-13 14:42:51 +01:00
Alicia Sykes
3ba0d7521a 👽 Begin the Vue 2 --> Vue 3 migration 2026-03-09 13:01:03 +00:00
Alicia Sykes
3c9e5bd369 Less confusing handling of local config 2024-04-16 16:50:06 +01:00
Alicia Sykes
f5789a3a25 🐛 Strips out sections[n].filteredItems (#1361) 2024-02-27 19:39:26 +00:00
mmihaly
e754fcd98c Updated config schema .
Updated multi-page config editor.
2023-12-22 22:24:38 -07:00
Alberto Caravaca
f3c854378c Correct config export removing leading space 2023-01-25 09:45:59 -06:00
Alicia Sykes
ac97be20be 🥅 Catch error, if clipboard not enabled (#681) 2022-06-04 21:12:26 +01:00
Alicia Sykes
3347dc9f61 🚧 Working on pages form in interactive editor 2022-04-25 21:45:14 +01:00
Alicia Sykes
f5a8c30257 🚚 Refactored saving logic into mixin 2022-04-24 16:01:30 +01:00
Alicia Sykes
a6f3c90722 Many big improvments to items + sections 2022-04-14 14:34:20 +01:00
Alicia Sykes
68b77587ff 🐛 Fixes str.split on tags array (#575) 2022-03-27 17:09:06 +01:00
Alicia Sykes
d5f0c19fbf 🛂 Adds access control options to interatvie editor menu (#485) 2022-02-12 21:23:22 +00:00
Alicia Sykes
c8ad80b79c 🛂 Adds access control checks in editor forms (#455) 2022-02-12 20:05:14 +00:00
Alicia Sykes
a65c3c569e Adds option to prevent saving changes locally (#485) 2022-02-11 10:20:45 +00:00
Alicia Sykes
76e5a1b77b Adds option to prevent saving changes to disk (#485) 2022-02-11 09:59:53 +00:00
Alicia Sykes
ebae510294 ⬆️ Updates rsup-progress to 3.0.0 2022-02-04 22:06:15 +00:00
Alicia Sykes
d07a5f7e6f Remove empty KeyCloak block from edit appConfig 2022-02-01 16:00:23 +00:00
Alicia Sykes
6e2ae6d3fc 🐛 Fixes numbers being removed from tags (#430) 2022-01-28 13:33:41 +00:00
Alicia Sykes
f463fbdf51 🐛 Attempts to fix Safari editor height (#439) 2022-01-24 17:46:50 +00:00
Alicia Sykes
f1239f3aea 🚨 Fixes DeepScan logic warning 2021-12-29 22:47:03 +00:00
Alicia Sykes
bf3ccc13d0 🐛 Fixes save item without title bug (#377)
Closes #377. This bg was caused by adding items without a title, meaning an ID could not be calculated. The solution was to add a validtion check to ensure that a title is specified befire saving
2021-12-29 22:31:59 +00:00
Alicia Sykes
c1d10d2791 🥅 Error catching for when sections contain only widgets instead of items 2021-12-22 21:06:10 +00:00
Brendan O'Leary
02180c5c23 Linting fix 2021-11-28 23:23:32 -05:00
Brendan O'Leary
917608c680 String to Bool for statusCheckAllowInsecure on save 2021-11-28 23:20:07 -05:00
Alicia Sykes
3f7b50512f 🔥 Removes edit raw conf button from Save menu (#325) 2021-11-11 21:43:17 +00:00
Alicia Sykes
fb73f0e154 🛂 Only authenticated users should be able to W2D 2021-11-10 21:43:18 +00:00
Alicia Sykes
c991a46298 ♻️ Refactor key names to use contstants 2021-11-07 22:55:06 +00:00