Commit 62a7b31
Edit Campaign View (#610)
* campgaign details can be edited now
* removed unused state
* add new `*_MAX_*` env variables to rust workflow
* run rust workflow on pulls to `CHAOS-598-nextjs` branch
* reduce database seeding role desc length
* increase `ROLE_DESCRIPTION_MAX_CHARS` in workflow
* fix seeder imports & errors
* check in Cargo.lock
* fix lucide icon imports
* change `Promise<void>` returns to `Promise<AppMessage>`
---------
Co-authored-by: Kavika <kavika.palletenne@devsoc.app>1 parent d3e5c79 commit 62a7b31
File tree
25 files changed
+8745
-40
lines changed- .github/workflows
- backend
- database-seeding
- src
- server
- src/models
- frontend-nextjs
- src
- app/[lang]
- dashboard/organisation/[orgId]/campaigns/[campaignId]
- components/ui
- dictionaries
- hooks
- models
25 files changed
+8745
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments