feat(shell): icone HermesMark (H) no lugar de Genspark AI nas 5 apps - #61
Conversation
Substitui o logo 'Genspark AI' (talho do GenOffice) pelo badge H do Hermes na ribbon/AiPanel de docs, sheets, slides, pdf e markdown. Renomeia a funcao GensparkMark->HermesMark e atualiza imports/usos. Label da ribbon 'Genspark AI' -> 'Hermes AI' nas 19 linguas (ribbonAiAssistant). O clique abre o gateway Hermes local (provider hermes ja forcado nos mains). Provider Genspark de IA permanece como opcao; apenas a marca/icone na UI foram substituidos. Genspark segue nos creditos (NOTICE) como base open source.
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d34a490235
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <div className="ai-panel-header"> | ||
| <span className="ai-panel-title"> | ||
| <GensparkMark size={22} /> | ||
| <HermesMark size={22} /> |
There was a problem hiding this comment.
Rename the expanded panel along with its mark
When the AI panel is expanded, the new Hermes mark is still displayed beside the old Genspark title: this aiPanelTitle resolves to Genspark, and the same stale header remains in the inspected slides, markdown, PDF, and sheets panels (with stale resizer ARIA labels in the latter three). Consequently, every app switches to Hermes branding in the ribbon but reverts to Genspark branding after the user opens the assistant; update the panel titles and associated accessibility labels across all five implementations.
Useful? React with 👍 / 👎.
Troca o logo 'Genspark AI' (talho GenOffice) pelo badge H do Hermes na ribbon/AiPanel de docs, sheets, slides, pdf, markdown. Renomeia GensparkMark->HermesMark. Label 'Genspark AI'->'Hermes AI' em 19 linguas. O clique abre o gateway Hermes local (provider hermes). Genspark segue nos creditos (NOTICE) como base open source.