Show reviews on your own profile and rework the seller header - #124
Open
AndrewG828 wants to merge 1 commit into
Conversation
Your profile's third tab was Requests, which duplicated a list you can already reach and had nothing to do with the other two. It becomes Reviews, backed by the same `getUserReviewsBySeller` call the seller profile uses, so you can see what buyers said about you without visiting your own page as a stranger. Tabs now carry labels and counts rather than bare icons — three unlabelled glyphs gave no clue what the third one was — and the count comes from the loaded data, so an empty tab reads as "Archive (0)" instead of looking broken. On the seller profile the header, tab bar and content become one scroll view with the tab bar pinned, replacing three nested scroll views that each scrolled independently. Follow moves up next to the rating where the decision is being made, instead of a full-width bar below the metrics. Two fixes: - The toolbar showed the handle while the header (which already shows the name) was on screen, and literal placeholder copy — "For example, nothing" — once it scrolled away. Inverted: the toolbar names the profile only when the header carrying that name is gone. - `loadExternalUser` refetched on every appear, including returning from a push. It now tracks the loaded and in-flight user ids and skips redundant loads, with `forceRefresh` for callers that mean it. `customToolbar` is removed along with the header it drew. Note for whoever picks up Requests: with the tab gone and Home no longer pushing `SearchView`, there is no way left to reach `NewRequestView`. The feature isn't deleted, just unreachable — it needs a home in the new navigation. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017R8mua9xepzF3mnRETtd6W
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
This was referenced Sep 3, 2026
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.
Your profile's third tab was Requests, which duplicated a list you can already
reach and had nothing to do with the other two. It becomes Reviews, backed by
the same
getUserReviewsBySellercall the seller profile uses, so you can seewhat buyers said about you without visiting your own page as a stranger.
Tabs now carry labels and counts rather than bare icons — three unlabelled
glyphs gave no clue what the third one was — and the count comes from the loaded
data, so an empty tab reads as "Archive (0)" instead of looking broken.
On the seller profile the header, tab bar and content become one scroll view
with the tab bar pinned, replacing three nested scroll views that each scrolled
independently. Follow moves up next to the rating where the decision is being
made, instead of a full-width bar below the metrics.
Two fixes:
was on screen, and literal placeholder copy — "For example, nothing" — once it
scrolled away. Inverted: the toolbar names the profile only when the header
carrying that name is gone.
loadExternalUserrefetched on every appear, including returning from a push.It now tracks the loaded and in-flight user ids and skips redundant loads,
with
forceRefreshfor callers that mean it.customToolbaris removed along with the header it drew.Note for whoever picks up Requests: with the tab gone and Home no longer pushing
SearchView, there is no way left to reachNewRequestView. The feature isn'tdeleted, just unreachable — it needs a home in the new navigation.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_017R8mua9xepzF3mnRETtd6W