Files
Radicale/radicale/web
bb2 ccfbef066b UI: Decode URL in text field for better readability
**Optimize visual display:**
Decodes the URL displayed in the input field using `decodeURIComponent`. This makes the displayed link more user-friendly and intuitive, avoiding a screen full of percent signs in internationalized scenarios where collection folder names contain non-English characters or special symbols.

**Ensure copy safety:**
Preserves the original, encoded standard URL internally as `_completedUrl`. Clicking the "Copy" button or manually selecting the entire text box to copy will still place the original, encoded standard link into the clipboard.
2026-05-23 19:57:49 +08:00
..
2026-05-12 08:35:28 +02:00
2026-05-12 08:35:28 +02:00
2026-05-12 08:35:28 +02:00
2026-03-08 00:49:39 +01:00

Built-in web UI

If you have tsc installed, you can type-check all JavaScript using

tsc -p radicale/web/jsconfig.json --noEmit --pretty