Comfy logo on browser refresh returns... removal and comment

Open Beginner friendly
#10,826 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
typescript
Domain
frontend

Research direction

Start with src/components/Logo.tsx and inspect how the logo is rendered during browser refresh. Compare the current bright yellow logo with the requested unobtrusive spinning-circle behavior from version 1.39.19. Done means the distracting logo is removed or replaced with the requested spinner and the change remains after future builds.

Written by the indexing model from the issue text.

Description

area:ui

Appreciate you have a lot of work ironing out recent Frontend issues, but can I make a suggestion?

  • 1.38.13: Huge yellow/blue logo displayed (see issue #8876)—very distracting.
  • 1.39.19: Spinning circle—works nicely, unobtrusive.
  • 1.41.21: New bright yellow logo appeared—better than 1.38.13 but distracting enough that I wanted to put time into wrestling a front-end chage (again) to remove it.

For now I've removed it as I find it hugely distracting personally (you already have 'C' branding in left menu and webpage title).

I guess it could be fixed at source, editing src/components/Logo.tsx
... probably replace the logo render with: export function Logo() { return null; }

For anyone who wants to edit once installed, I needed to edit my venv:
home/username/ComfyUI/.venv/lib/python3.12/site-packages/comfyui_frontend_package/static/assets/index-4Ajm-uWD.js
I replaced these two lines:
f(Y,{size:xl,color:yellow,"disable-animation":``})
and
f(Y,{size:xl,color:yellow})
with
null
This works locally but is overwritten by future builds.

It would be great if the spinning circle from 1.39.19 could be restored instead. Thanks for all the work.

┆Issue is synchronized with this Notion page by Unito

Dominant language
TypeScript
Stars
2k
Forks
706
Avg merge
1d 4h
Merged PRs (30d)
554

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Comfy-Org/ComfyUI_frontend

All issues in Comfy-Org/ComfyUI_frontend

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.