-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set the Status Filter for Default Member View Change default Member Status filter from "Show All" to "Is Raiding" * Clarify the Raid Role Dropdown Copy Modified button text for clarity. * Add Copy Raid ID Button Fixes the previous implementation of Copy in InfoStack, which was not clickable. The workaround for truncating the Raid ID in RaidDetailsCard was the following snippet using minWidth, which could probably be done better. <Stack justify='center' minWidth={'0.5'}> * Add Min Width on Consultation/Raid Details section * Clarify the Count on Raids, Consultations, Members * Show Project Specs when no link is available Also addresses "Specs value is missing or missing NA option" * Make Raid Links match default font and size Fix: `InfoStack` with link is different size/font to text infos * Improve Status Update readability via layout Also solves a bug where revealed status updates could overflow the width of the container. Called "Better status update layout" in RIP 149 notes * Clarify the Count on Applications * task: removed "Dashboard" text from / * Fix Client Email overlapping with adjacent text * WIP multi-select raid roles required mutation * Working update raid roles multi-select * Standardize role remove across 2 files * Note: need to let react hook form manage state * Style update role section * add escrow zap * separate escrow utils & gql * update gnosis * QA on escrow zap * update walletconnect & wagmi, use pnpm # Conflicts: # libs/dm-hooks/src/useEscrowZap.ts --------- Co-authored-by: Derrek <[email protected]> Co-authored-by: memosys <[email protected]>
- Loading branch information
1 parent
2f8dff6
commit d76add2
Showing
15 changed files
with
267 additions
and
117 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.