Feat(settings): add renderer for settings configuration #142

Merged
jakob.scheid merged 88 commits from feature/settings-renderer into main 2026-07-28 20:14:50 +02:00
Showing only changes of commit 241ac889fc - Show all commits
@@ -20,7 +20,7 @@ const normalizePagePath = function normalizePagePath (path) {
return path return path
.replace(/\.+/g, '.') .replace(/\.+/g, '.')
.replace(/^\.+|\.+$/g, '') .replace(/^\.+|\.+$/g, '')
.replaceAll('.', '/'); .replace(/\./g, '/');
}; };
export const useSettingsPage = function useSettingsPage () { export const useSettingsPage = function useSettingsPage () {