Files
Radicale/radicale
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-04-28 00:54:51 -05:00
2026-04-23 06:13:32 +02:00
2026-04-08 21:49:55 +02:00
2026-04-08 21:49:55 +02:00
2026-05-12 08:35:28 +02:00
2026-05-12 08:35:28 +02:00
2023-02-10 22:03:33 +01:00
2025-12-10 18:10:51 +01:00
2025-12-10 18:34:22 +01:00