forked from PalisadoesFoundation/talawa-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Action Items to Event Dashboard (PalisadoesFoundation#1669)
* add modals * design adjustments * add popover on notes * add tests and refactor * add tests for action items modal * remove unnecassary fields from the update modal * add translations * minor correction * refactor * fix failing test * improve coverage * change left drawer text to 'Event Action Items' * restore package-lock.json * corrections
- Loading branch information
Showing
27 changed files
with
1,859 additions
and
567 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
25 changes: 25 additions & 0 deletions
25
src/components/ActionItems/ActionItemsContainer.module.css
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.actionItemStatusBadge { | ||
width: 5.5rem; | ||
margin-left: 1.1rem; | ||
} | ||
|
||
.createModal { | ||
margin-top: 20vh; | ||
margin-left: 13vw; | ||
max-width: 80vw; | ||
} | ||
|
||
.titlemodal { | ||
color: var(--bs-gray-600); | ||
font-weight: 600; | ||
font-size: 20px; | ||
margin-bottom: 20px; | ||
padding-bottom: 5px; | ||
border-bottom: 3px solid var(--bs-primary); | ||
width: 65%; | ||
} | ||
|
||
.actionItemsOptionsButton { | ||
width: 24px; | ||
height: 24px; | ||
} |
Oops, something went wrong.