Skip to content

Iris needs an icon!#5077

Merged
rjpower merged 1 commit intomarin-community:mainfrom
wmoss:iris-favicon
Apr 22, 2026
Merged

Iris needs an icon!#5077
rjpower merged 1 commit intomarin-community:mainfrom
wmoss:iris-favicon

Conversation

@wmoss
Copy link
Copy Markdown
Contributor

@wmoss wmoss commented Apr 22, 2026

Felt like Iris needed more personality 😄

Mostly just trying to make it easier for me to find the tab in chrome

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6db4942d87

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +133 to +135
def favicon_route() -> Route:
"""Route for serving favicon.ico from the Vue dashboard dist root."""
return Route("/favicon.ico", _favicon)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Mark favicon route as public for auth-enabled controller

The new Route("/favicon.ico", _favicon) endpoint is unannotated, and _RouteAuthMiddleware default-denies any matched Route without @public/@requires_auth when dashboard auth is enabled. In clusters with auth configured, requests to /favicon.ico will therefore return 401 (not the icon), so the feature does not work in the primary authenticated deployment path; this route should be explicitly marked public (or otherwise skipped by policy) like other unauthenticated UI assets.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed now.

@wmoss wmoss force-pushed the iris-favicon branch 2 times, most recently from daba59c to e46c82b Compare April 22, 2026 21:27
@wmoss wmoss changed the title Iris needs a icon! Iris needs an icon! Apr 22, 2026
Mostly just trying to make it easier for me to find the tab in chrome
Copy link
Copy Markdown
Collaborator

@rjpower rjpower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha critically important indeed...

@rjpower rjpower merged commit da71182 into marin-community:main Apr 22, 2026
39 of 42 checks passed
@wmoss wmoss deleted the iris-favicon branch April 22, 2026 23:11
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.

2 participants