[No QA] Docs updates for E/A#94669 Spend page total spend currency selector - #94498
[No QA] Docs updates for E/A#94669 Spend page total spend currency selector#94498MelvinBot wants to merge 4 commits into
Conversation
Co-authored-by: Krishna Chaitanya <c3024@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
|
@MelvinBot merge main branch into this branch |
…rch-footer-currency Co-authored-by: Krishna Chaitanya <c3024@users.noreply.github.com> # Conflicts: # docs/articles/new-expensify/reports-and-expenses/Getting-Started-with-the-Spend-Page.md
|
🤖 Merged There was one merge conflict in
They were non-overlapping additions at the same location, so both are preserved. The PR now shows as mergeable. |
This comment has been minimized.
This comment has been minimized.
|
@MelvinBot The feature this documents shipped differently. #90777 was reverted in #94562 and re-implemented in #94669, which merged on 2026-07-30. Please update this PR to match the behavior in #94669:
|
Co-authored-by: Krishna Chaitanya <c3024@users.noreply.github.com>
|
Updated the docs and PR metadata to match the behavior shipped in #94669. 🚀 Doc changes (
PR metadata:
|
This comment has been minimized.
This comment has been minimized.
|
There's nothing to fix in the code — every real CI check is passing ( The only failing check is Check independent approval (its Next step is just to get a review/approval. Once this is marked Note: I couldn't verify anything in a browser this run (web driving was unavailable), but this is a docs-only PR and the conclusion is based entirely on the CI check results above, so that doesn't affect the analysis. |
|
@MelvinBot mark the PR as ready for review. |
|
Done — marked this PR as ready for review. ✅ |
|
|
||
| --- | ||
|
|
||
| # How to change the currency of the total spend on the Spend page |
There was a problem hiding this comment.
Heading hierarchy violation: This adds another top-level # heading. Per HELP_AUTHORING_GUIDELINES (Sections 4 and 9), an article may have exactly one # heading (the title) plus an optional # FAQ — all other content sections must use ##. Change this to ## How to change the currency of the total spend on the Spend page.
There was a problem hiding this comment.
Fixed in fdb1713 — changed this to ## How to change the currency of the total spend on the Spend page and demoted its sub-sections to ### so nesting is preserved. The diff no longer introduces a new top-level # heading.
HelpDot Documentation ReviewOverall AssessmentThis PR documents the new Total spend currency selector on the Spend page (matching #94669). It adds one instructional section, one FAQ entry, and expands the article keywords. The added content is clear, accurate, well-structured at the second-level heading, and uses task-based headings. The main governance issue is structural: the diff introduces an additional top-level heading, which conflicts with the single-H1 rule in the authoring spec. Scores Summary
Key Findings
Recommendations
Files Reviewed
Note: Detailed line-by-line feedback has been provided as inline comments. |
|
Status is unchanged from my earlier comment: every real CI check is passing, and the only red one is Check independent approval (its That's a process gate, not something a commit can fix — it clears once an independent reviewer approves this PR. There's no code change to push here. |
|
@MelvinBot address github-actions bot comments. |
…line styling Co-authored-by: Krishna Chaitanya <c3024@users.noreply.github.com>
|
Addressed the github-actions HelpDot review. Pushed Applied
Not changed, with reasoning
One note on the heading rule: the single- |
|
There's no code failure to fix here. The only failing check is Check independent approval, and the one "pending" check ( Check independent approval is a review-gating check, not a build/test/lint failure. It fails because this PR hasn't yet received an approval from an independent reviewer. It's not something I can resolve by pushing a commit — it will turn green on its own once an independent reviewer (someone other than the author) approves the PR. Nothing in the diff is broken, so there's no fix to push. To clear the check, get an independent reviewer to approve. Note: I couldn't verify anything in a browser for this run (web browser control was unavailable), but that isn't needed here — this is a docs-only PR and the failing check is purely a review-approval gate, determined from the checks metadata alone. |
|
A preview of your ExpensifyHelp changes have been deployed to https://d86f31e1.helpdot.pages.dev ⚡️ Updated articles: |
Explanation of Change
Documents the currency selector on the Spend page total spend footer, matching the behavior shipped in #94669.
The footer's Total spend amount can be converted into a different currency via a searchable currency picker (with Apply and Reset). Conversion works whether or not rows are selected:
The picker is disabled only while offline or while the totals are loading (converting requires a refresh from Expensify).
Background
This documents the re-implemented feature. The original #90777 was reverted in #94562 and re-implemented in #94669 (merged 2026-07-30) on a dedicated
GetTransactionsConvertedAmountread command, which removed the previous limitations that disabled the picker for grouped rows and out-of-page selections.Changes
Updated
docs/articles/new-expensify/reports-and-expenses/Getting-Started-with-the-Spend-Page.md:keywordsfor retrieval.Related
@c3024, please review the files changed and confirm they reflect the current behavior. Then mark this PR
Ready for review.