fix(web): move credits chip to top of sidebar footer - #5287
Merged
Conversation
Renders the credits indicator above "Invite members" in both the collapsed and expanded sidebar footer layouts. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
tlgimenes
force-pushed
the
claude/enumerated-squishing-swan
branch
from
July 27, 2026 20:40
b5af9b8 to
53d0244
Compare
rafavalls
approved these changes
Jul 27, 2026
tlgimenes
enabled auto-merge (squash)
July 27, 2026 21:36
tlgimenes
disabled auto-merge
July 27, 2026 21:58
tlgimenes
enabled auto-merge (squash)
July 27, 2026 21:59
auto-merge was automatically disabled
July 27, 2026 22:09
Pull request was closed
decocms Bot
pushed a commit
that referenced
this pull request
Jul 27, 2026
PR: #5287 fix(web): move credits chip to top of sidebar footer Bump type: patch - decocms (apps/api/package.json): 4.138.0 -> 4.138.1 Deploy-Scope: web
pedrofrxncx
pushed a commit
that referenced
this pull request
Jul 28, 2026
Renders the credits indicator above "Invite members" in both the collapsed and expanded sidebar footer layouts. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
pedrofrxncx
pushed a commit
that referenced
this pull request
Jul 28, 2026
PR: #5287 fix(web): move credits chip to top of sidebar footer Bump type: patch - decocms (apps/api/package.json): 4.138.0 -> 4.138.1 Deploy-Scope: web
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.
Summary
Moves the credits indicator (
SidebarTopActions) to be the first item of the sidebar footer section — directly above Invite members — instead of rendering after the quick actions.Applied to both footer layouts (collapsed and expanded) so the ordering is consistent.
Testing
Visual-only reorder; no logic change. Verify in the sidebar that the credits chip appears above "Invite members" in both expanded and collapsed states.
bun run fmtandbun run lintpass (lefthook pre-commit).🤖 Generated with Claude Code