mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-29 00:52:37 -04:00
[PR #687] [MERGED] feature: improve user interface #798
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/687
Author: @fuse314
Created: 4/8/2024
Status: ✅ Merged
Merged: 6/15/2024
Merged by: @qdm12
Base:
master← Head:feature/user-interface📝 Commits (9)
6a94a85feat: improve ui, including dark/light theme and mobile friendly interface101c9affix: serve static resources, favicon, github svg5eace62feat: update readme, add screenshots and gif, fix colors6586c8bfix: use go1.22.09dae5b2Remove no longer needed webui.png602984cdocs(readme): fix bullet point indentation510b2f2chore: auto-format index.html template529cafePin to Go 1.22 only67e99fdAdd credits for UI rework📊 Changes
10 files changed (+246 additions, -79 deletions)
View changed files
📝
README.md(+6 -2)📝
internal/records/html.go(+5 -5)📝
internal/server/handler.go(+8 -0)📝
internal/server/ui/index.html(+46 -72)📝
internal/server/ui/static/favicon.ico(+0 -0)📝
internal/server/ui/static/favicon.svg(+0 -0)➕
internal/server/ui/static/styles.css(+181 -0)➕
readme/webui-desktop.gif(+0 -0)➕
readme/webui-mobile.png(+0 -0)➖
readme/webui.png(+0 -0)📄 Description
replaces / closes #369
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.