Skip to content

feat: Modernise and redesign the web application UI with animations, dark mode, and improved UX#7

Draft
Copilot wants to merge 4 commits into
mainfrom
copilot/modernise-redesign-web-app-ui
Draft

feat: Modernise and redesign the web application UI with animations, dark mode, and improved UX#7
Copilot wants to merge 4 commits into
mainfrom
copilot/modernise-redesign-web-app-ui

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 7, 2026

  • Understand the issue: translucent glass backgrounds let rainbow conic-gradient bleed through interior instead of showing only as a thin ring border
  • Add --rainbow-fill / --rainbow-fill-text tokens to both templates
    • Light: #ffffff / var(--primary)
    • Dark: #0f172a / #a5b4fc
  • WEB_INTERFACE_TEMPLATE: Input :focus → solid var(--rainbow-fill) + backdrop-filter: none
  • WEB_INTERFACE_TEMPLATE: .rainbow-wrap:hover .btn / :focus-within .btnbackground: var(--rainbow-fill); color: var(--rainbow-fill-text)
  • DOCS_VIEW_TEMPLATE: .icon-btn base → solid var(--surface) (removed translucent glass + backdrop-filter)
  • DOCS_VIEW_TEMPLATE: .icon-btn:hover / :focusbackground: var(--rainbow-fill); color: var(--rainbow-fill-text); border-color: transparent
  • Verified both templates render correctly
  • CodeQL: 0 alerts; Code review: pre-existing items only, no new issues

…ark mode

Agent-Logs-Url: https://github.com/WebCafeTech/AutoCodeWikiAI/sessions/bb80bf96-49f1-42e4-84e4-1505f8700974

Co-authored-by: mukund-gohil-atos <82583411+mukund-gohil-atos@users.noreply.github.com>
Copilot AI changed the title [WIP] Modernise and redesign the web application UI feat: Modernise and redesign the web application UI with animations, dark mode, and improved UX Apr 7, 2026
Copilot AI requested a review from mukund-gohil-atos April 7, 2026 19:18
Agent-Logs-Url: https://github.com/WebCafeTech/AutoCodeWikiAI/sessions/ac5e2007-508a-4b90-8700-3778ecfd9eee

Co-authored-by: mukund-gohil-atos <82583411+mukund-gohil-atos@users.noreply.github.com>
Agent-Logs-Url: https://github.com/WebCafeTech/AutoCodeWikiAI/sessions/e8970313-8873-4445-91e7-b81a31580ed2

Co-authored-by: mukund-gohil-atos <82583411+mukund-gohil-atos@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Modernise and redesign the web application UI

2 participants