feat(FE-001): implement social feed screen tab UI#336
Open
ayomidearegbeshola29-dev wants to merge 1 commit into
Open
feat(FE-001): implement social feed screen tab UI#336ayomidearegbeshola29-dev wants to merge 1 commit into
ayomidearegbeshola29-dev wants to merge 1 commit into
Conversation
Add Public/Friends tab bar to Home screen with active tab highlighting. - useState tracks active tab (public | friends) - Active tab underline and label use COLORS.primary (#1A4B4A, dark green) - Feed items filtered by visibility per active tab Closes Fracverse#309
Contributor
|
@ayomidearegbeshola29-dev |
Contributor
|
@ayomidearegbeshola29-dev |
Contributor
|
@ayomidearegbeshola29-dev |
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.
feat(FE-001): Implement Social Feed Screen Tab UI
Summary
Redesigns the Home screen (
mobileapp/app/(personal)/home.tsx) to host a tab bar that lets users switch between Public Feed and Friends feeds.Changes
mobileapp/app/(personal)/home.tsxtabBarrow with twoTouchableOpacitytabs: Public Feed and FriendsuseState<"public" | "friends">("public")2pxbottom border inCOLORS.primary(#1A4B4A— dark green)COLORS.primarywith bold weightPRIVATEitemsFRIENDS-visibility items and items sent/received by the current userPRIVATEitems are excluded from both tabsAcceptance Criteria Checklist
COLORS.primary=#1A4B4A)How to Test
Screenshots
Closes #309