Skip to content

fix(frontend): drop stale ui.css link from index template#9

Open
awais786 wants to merge 1 commit into
foss-mainfrom
feat/callback-independent-logout
Open

fix(frontend): drop stale ui.css link from index template#9
awais786 wants to merge 1 commit into
foss-mainfrom
feat/callback-independent-logout

Conversation

@awais786
Copy link
Copy Markdown

Build emits only main.css (compileStyles in scripts/_helpers.js). Template still referenced css/ui.css, producing a 404 in every page load. Removes the dead .

Related Ticket

Summary

Steps to reproduce

Checklist

  • Choose the correct target branch; use develop by default.
  • Provide a brief summary of the changes introduced.
  • Add a detailed explanation of how to reproduce the issue and/or verify the fix, if applicable.
  • Include screenshots or videos, if applicable.
  • Add or modify existing integration tests in case of bugs or new features, if applicable.
  • Refactor any modified SCSS files following the refactor guide.
  • Check CI passes successfully.
  • Update the CHANGES.md file, referencing the related GitHub issue, if applicable.

Build emits only main.css (compileStyles in scripts/_helpers.js).
Template still referenced css/ui.css, producing a 404 in every
page load. Removes the dead <link>.
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.

1 participant