fix(onboarding): remove GenTeam e credits (outro produto) do first-run - #57
fix(onboarding): remove GenTeam e credits (outro produto) do first-run#57criptogus wants to merge 1 commit into
Conversation
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: 0fe4d633b4
ℹ️ 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".
| onbCredits: 'Active contributors get **1,000+ Hermes credits**', | ||
| onbJoinGenTeam: 'Join GenTeam', | ||
| 'HermesOffice is open source. Contribute on GitHub and help shape what comes next.', | ||
| onbOpenSource: '**100% open source** — no license fees.', |
There was a problem hiding this comment.
Remove the remaining credits claim from onboarding
When a first-run user advances from this rewritten open-source offer to slide 3, Onboarding.tsx still renders onbNote3, whose English text at strings.ts:238 says that AI features may consume Hermes credits; equivalent credit warnings remain in every locale. Since this change establishes that HermesOffice has no such credit system, the onboarding still presents the unsupported product concept it is intended to remove, so onbNote3 should also be removed or rewritten across the translations.
Useful? React with 👍 / 👎.
… do first-run O slide 2 do onboarding promovia a plataforma GenOffice/GenTeam e a recompensa '1.000+ Hermes credits', moeda que nao existe no fork HermesOffice. Reescreve a copia nas 19 linguas para apontar para o GitHub do projeto (open source) e renomeia openGenTeam/open-genteam para openGitHub/open-github. GENTEAM_URL agora leva ao repo do fork.
0fe4d63 to
bf18eb9
Compare
|
Fechado sem merge: a correcao do onboarding (GenTeam/credits -> GitHub) ja foi re-infundida na camada Hermes do sync PR #58 (mergeado). Este PR e redundante. |
Resumo
Auditoria UX/UI do HermesOffice identificou que o slide 2 do onboarding ainda promovia a plataforma GenOffice/GenTeam e a recompensa "1.000+ Hermes credits" — moeda que não existe no fork HermesOffice (o fork não tem sistema de credits da Genspark).
Mudanças
openGenTeam/home:open-genteam→openGitHub/home:open-github, eGENTEAM_URL→HERMESOFFICE_REPO_URL.grep -rni genteam apps/shell/src→ 0 ocorrências.Validação
npm run typechecklimpo em todos os 7 workspaces.