Bump docker/login-action from 3.7.0 to 4.1.0#6
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@c94ce9f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
enapt
added a commit
that referenced
this pull request
May 14, 2026
New frontend/js/components/welcome.js renders a one-time overlay
highlighting four key header elements:
- Model picker dropdown
- + Find model button (HuggingFace browser)
- Auto-manage badge (storage manages itself)
- Settings gear (everything else)
Triggers:
- On first dashboard load if SETUP_DONE_KEY or SETUP_SKIPPED_KEY is set
but WELCOME_SEEN_KEY isn't (covers the case where the user closed the
page mid-setup-complete before the modal could show).
- Directly from Setup.complete() and Setup.finish() so the tour
appears immediately after the wizard.
Dismissal:
- Got it button, close icon, and backdrop click all dismiss and
persist WELCOME_SEEN_KEY=true so it doesn't reappear.
Re-open:
- btn-show-welcome added to Settings calls App.welcome.reopen() which
skips the seen-flag gate. The user is deliberately re-reading, not
being shown it again unsolicited.
i18n: 14 new keys (welcome.title/subtitle/card{1-4}_{title,body}/cta/
close_aria + settings.show_welcome{,_title}) translated idiomatically
across all 21 locales. Net i18n count: 1139 keys / 1141 entries per
locale (was 1128/1130 after the earlier R127 orphan cleanup).
CSS: welcome-modal styles appended to frontend/css/style.css —
centered modal, 4 icon+body cards, single CTA at bottom-right.
Verified live in browser via Chrome DevTools MCP:
- English / Japanese / Arabic all render correctly
- Arabic RTL flips icon + button positioning as expected
- Got it button dismisses & persists the seen flag
- 'Show welcome tour' in Settings re-opens without resetting the flag
CLAUDE.md, MEMORY.md, FUTURE_WORK.md updated. All R125 ease-of-use audit
follow-ups now closed (R126 closed #1/#3/#5/#6, R127 closed #2/#4/#7/#8).
927 lib + 75 integration tests pass; clippy clean default + llama.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps docker/login-action from 3.7.0 to 4.1.0.
Release notes
Sourced from docker/login-action's releases.
Commits
4907a6dMerge pull request #930 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...1e233e6chore: update generated content6c24eadbuild(deps): bump the aws-sdk-dependencies group with 2 updatesee034d7Merge pull request #958 from docker/dependabot/npm_and_yarn/lodash-4.18.11527209Merge pull request #937 from docker/dependabot/npm_and_yarn/proxy-agent-depen...d39362abuild(deps): bump lodash from 4.17.23 to 4.18.1a6f092bchore: update generated content60953f0build(deps): bump the proxy-agent-dependencies group with 2 updates62c6885Merge pull request #936 from docker/dependabot/npm_and_yarn/docker/actions-to...102c0e6chore: update generated contentDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)