1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-31 19:50:55 +00:00
Commit graph

19 commits

Author SHA1 Message Date
Peter Bieringer
95cd6938d9
Merge pull request #1456 from MatthewHana/v3.2-devel
WEB UI: HREF for Upload, Refresh button, and CSS fixes
2024-03-18 18:41:54 +01:00
MatthewHana
e66055de08 WEB UI: HREF for Upload, Refresh button, and CSS fixes 2024-03-17 12:30:15 +11:00
Peter Bieringer
e76011ecc6 remove tab (cosmetics) 2024-03-13 05:57:50 +01:00
MatthewHana
ed6432706f [WEB UI] New WebUI Improvements
Added WebUI improvements as discussed in discussion #1416 in March 2024.
2024-03-13 07:42:47 +11:00
Peter Bieringer
1afc34c2bb remove trailing spaces 2024-03-09 08:06:12 +01:00
MatthewHana
80d91a8987 Added Webcal support in web UI
Added support to view, edit, and add Webcals in web UI to support functionality added in PR #1229.
2024-03-05 23:57:58 +11:00
Matthew Hana
6474f8f31c General HTML fixes
Incorporated pull requests #1305 and #1306.

Restored declaration of 'hidden' class to index file.

Restored h2 in sections for navigation purposes.

Cleaned up index.html.
2024-03-04 21:42:35 +11:00
Matthew Hana
b45c97d5a5 New Web UI
Updated web UI to a more modern interface while keeping the HTML structure as similar to the original as possible.

New features include:
-Mobile view compatibility
-New light color scheme using primary colors based off Radicale's official colors
-Dialog theme for most sections
-Floating Action Buttons (FAB's) for creating and uploading a new collection
-Commands to edit/delete a collection have become buttons that only show on hover.
-Improved loading screen
-New loading circle with consistent color scheme
-More explanation for dialog text
-Added warning to delete screen
2024-03-04 21:42:35 +11:00
Peter Bieringer
2b6626d053
Merge pull request #1306 from heull001/html
Added html-tags
2024-03-01 06:31:40 +01:00
Henning
a58e68ea37 Added main-tag
Semantic tags improve accessibility for screenreader-users.
2023-06-06 13:23:22 +02:00
Henning
3e95c0ab0e Added html-tags
HTML5 needs <head> and <body> to valid. Also <html> has to be closed.
2023-06-06 13:21:05 +02:00
Henning
7c25c7715f changed rel="shortcut icon" to rel="icon"
"icon" is standard and used by all modern browsers. Only IE needed
"shortcut icon". Since is it not longer supported and would have needed an
.ico-file, "icon" is the right value for rel.
2023-06-06 12:54:51 +02:00
Unrud
83c02a64b9 Shorter web interface title 2020-05-22 16:34:48 +02:00
Unrud
bd71c04973 Use correct delimiter 2020-02-20 18:29:08 +01:00
Unrud
f844bbacda Web: Show startup loading message 2020-01-16 04:39:22 +01:00
Unrud
1ef067c7e9 Web: Replace attribute name with data-name 2020-01-16 03:58:31 +01:00
Unrud
d7c7d694e0 Web: Use class "hidden" instead of overwriting style 2020-01-16 03:58:30 +01:00
Unrud
1e27581afd Web: Remove unnecessary tags 2020-01-16 03:58:30 +01:00
Unrud
8869b34470 refactor 2018-08-28 16:19:43 +02:00
Renamed from radicale/web/index.html (Browse further)