Memberpanel - #599
Merged
Merged
Memberpanel#599
Conversation
* added multitext field and alises user field * breathing room * lint * prettier * working session with benj removal moved to onclick for whole pill styling changes * lint
Bumps [next](https://github.com/vercel/next.js) from 15.5.21 to 15.5.24. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v15.5.21...v15.5.24) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zoe | bito <zoe@zlynn.dev>
This reverts commit d8e474e.
This reverts commit 776795b.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
zoe2276
requested changes
Sep 13, 2026
| /> | ||
| </FormGroup> | ||
|
|
||
| <Link |
Contributor
There was a problem hiding this comment.
watch your render nesting depth
| color: rgba(241, 245, 249, 0.95); | ||
| background: rgba(15, 23, 42, 0.92); | ||
| font-size: 0.72rem; | ||
| font-weight: 560; |
Contributor
There was a problem hiding this comment.
this is not a valid font weight i dont think, im pretty sure they have to be evenly divisible by 100?
Comment on lines
+632
to
+634
| if (navUserId == null) { | ||
| return | ||
| } |
Comment on lines
+814
to
+815
| className={styles.emptyState} | ||
| style={{ color: '#ef4444' }} |
Contributor
There was a problem hiding this comment.
use cn with styles.errorState here
Comment on lines
+818
to
+820
| {userQuery.error instanceof Error | ||
| ? userQuery.error.message | ||
| : 'Unknown error'} |
zoe2276
requested changes
Sep 13, 2026
Comment on lines
+181
to
+183
| {isRefetching ? ( | ||
| <span className={styles.refetchingPill}>Loading...</span> | ||
| ) : null} |
BGL-PV
added a commit
that referenced
this pull request
Sep 13, 2026
* Establishing the foundation for review * forgot the protected page part of foundation * implementing base NavigationStack Component (#563) * implementing base NavigationStack Component * implementing folder structure for clarity of how it will work * addressing electro's comments * i forgot to change * removing placeholders * Implementing detailview (#564) * implementing the detail subcomponent * updating to improve syntax * Update panelHistory.ts * addressing electro's comments * removing panel history * changes * navigation button (#565) * navigation button * lint * massively refactoring navigation button * implementing bito feedback * Implementing the sidebar (#566) * base files * implementing sidebar code * implementing bitos suggestions * small change * teeny css update * Update SelectionIndicator.module.css * panel implementation (#592) * panel implementation * bitos changes * dwad * implementing home page (#593) * implementing dashboard home page * improvements based on bito * l * Revert "l" This reverts commit 63ba56f. * fixing build error * making the changes * fundrasing implementation (#595) * fundrasing implementation * formatting * bitos suggestions * push --------- Co-authored-by: zoe2276 <zoe@zlynn.dev> * Implemnting roles contributions and donors (#597) * feat/292/aliases (#591) * added multitext field and alises user field * breathing room * lint * prettier * working session with benj removal moved to onclick for whole pill styling changes * lint * implementing the dog shit * fuck you shell * push * fix page.module.css --------- Co-authored-by: zoe | bito <zoe@zlynn.dev> * Permissions and positions implemntation (#598) * Implementing P&P * chain selectism * bitos changes * Memberpanel (#599) * feat/292/aliases (#591) * added multitext field and alises user field * breathing room * lint * prettier * working session with benj removal moved to onclick for whole pill styling changes * lint * Bump next from 15.5.21 to 15.5.24 (#589) Bumps [next](https://github.com/vercel/next.js) from 15.5.21 to 15.5.24. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v15.5.21...v15.5.24) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zoe | bito <zoe@zlynn.dev> * admin version * new memberview * Revert "new memberview" This reverts commit d8e474e. * Reapply "new memberview" This reverts commit 776795b. * and this * chain selectors and undoing a false && * bitos changes * Update DonorView.tsx --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: zoe | bito <zoe@zlynn.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * initial * Revert "initial" This reverts commit 81c0425. * Endorsement hell (#601) * initial * endorsement implementation * fghjkl (#602) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: zoe2276 <zoe@zlynn.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
omni PR