Skip to content

Fixed: the Getting Started Guide's Next button would stay disabled after entering (or pasting) a Plugin Token. - #321

Merged
Dan0sz merged 3 commits into
developfrom
fix_api_key_wizard_slide
Aug 10, 2026
Merged

Fixed: the Getting Started Guide's Next button would stay disabled after entering (or pasting) a Plugin Token.#321
Dan0sz merged 3 commits into
developfrom
fix_api_key_wizard_slide

Conversation

@Dan0sz

@Dan0sz Dan0sz commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

This PR fixes issue #320

Summary by CodeRabbit

  • Bug Fixes

    • Fixed the Getting Started Guide’s Next button so it responds correctly when credentials are entered or pasted.
    • Improved wizard navigation by enabling controls when all required fields are complete.
    • Credential button states now update for all input changes, including non-keyboard interactions.
  • Translations

    • Updated translation resources with current admin, setup, integration, privacy, provisioning, and upgrade messages.
  • Documentation

    • Added release notes for version 2.6.1.

@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c7443465-42e2-43c5-a14b-4c3aff14ef48

📥 Commits

Reviewing files that changed from the base of the PR and between 3ea53ca and 3be3c33.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • assets/src/js/admin/main.js
  • languages/plausible-analytics.pot
  • readme.txt
💤 Files with no reviewable changes (1)
  • CHANGELOG.md

📝 Walkthrough

Walkthrough

Changes

Credential wizard and release metadata

Layer / File(s) Summary
Wizard credential validation
assets/src/js/admin/main.js
Credential inputs now include wizard steps. Input events update button state. Wizard Next anchors validate all inputs in the current step and update their enabled styling.
Translation catalog regeneration
languages/plausible-analytics.pot
The translation template updates its timestamp, source references, catalog entries, and numbered placeholders.
Release documentation
readme.txt, CHANGELOG.md
The readme adds the 2.6.1 changelog entry. CHANGELOG.md is deleted.

Sequence Diagram(s)

sequenceDiagram
  participant WizardStepInputs
  participant InputListener
  participant disableConnectButton
  participant WizardNextAnchor
  WizardStepInputs->>InputListener: Emit input event
  InputListener->>disableConnectButton: Update credential state
  disableConnectButton->>WizardStepInputs: Validate all step inputs
  disableConnectButton->>WizardNextAnchor: Toggle pointer events and color classes
Loading

Suggested reviewers: metmarkosaric

Poem

A rabbit finds a token bright,
The wizard’s button turns to light.
Pasted words now count with care,
New translations bloom everywhere.
Release notes mark the fix just right.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: fixing the Getting Started Guide Next button after Plugin Token entry or paste.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix_api_key_wizard_slide

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Dan0sz
Dan0sz merged commit 01f2852 into develop Aug 10, 2026
7 checks passed
@Dan0sz
Dan0sz deleted the fix_api_key_wizard_slide branch August 10, 2026 14:29
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