-
Notifications
You must be signed in to change notification settings - Fork 26
Feature/citizen reports guides #686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| FileName = citizenGuide.FileName!, | ||
| PresignedUrl = result!.Url, | ||
| MimeType = citizenGuide.MimeType!, | ||
| UrlValidityInSeconds = result.UrlValidityInSeconds, |
Check warning
Code scanning / CodeQL
Dereferenced variable may be null
Variable [result](1) may be null at this access because of [this](2) assignment.
| import { Button } from '@/components/ui/button'; | ||
| import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; | ||
| import { Separator } from '@/components/ui/separator'; | ||
| import { useToast } from '@/components/ui/use-toast'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class
Unused import useToast.
| import { Separator } from '@/components/ui/separator'; | ||
| import { useToast } from '@/components/ui/use-toast'; | ||
| import { useCurrentElectionRoundStore } from '@/context/election-round.store'; | ||
| import { useQueryClient, useSuspenseQuery } from '@tanstack/react-query'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class
Unused import useQueryClient.
idormenco
added a commit
to imdeaconu/votemonitor
that referenced
this pull request
Sep 25, 2024
* Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx
idormenco
added a commit
to imdeaconu/votemonitor
that referenced
this pull request
Sep 25, 2024
* Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx
imdeaconu
added a commit
to imdeaconu/votemonitor
that referenced
this pull request
Sep 25, 2024
* Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx Co-authored-by: Ion Dormenco <[email protected]>
idormenco
added a commit
that referenced
this pull request
Sep 25, 2024
* fix: make dropdown menus scrollable * fix: truncate overflowing table columns * fix: add new columns and make default column size larger * Squashed commit of the following: commit 742f250 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:55 2024 +0300 add read notification checkmark commit ea11fa0 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:30 2024 +0300 add read notification column * Squashed commit of the following: commit d8833dc Author: imdeaconu <[email protected]> Date: Fri Sep 13 13:29:31 2024 +0300 WIP: add selector functionality commit 3608c0e Author: imdeaconu <[email protected]> Date: Fri Sep 13 10:00:05 2024 +0300 WIP: create new tags input * chore: remove unused import * chore: delete duplicated / unused classes * WIP: start creating new filters * feature: add searching to MonitoringObserversTagFilter * chore: update config files * Revert "[NGO Admin] Rewrite the tag selector component (#675)" This reverts commit 2ad0e90. * revert to old filtering system and add questions answered dropdown * add has notes * disable filtering by curent tags * add filters * Cleanup, improve performance of ps select * Update locations-levels.ts * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * fix build, and tag selector * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * Feature/citizen reports guides (#686) (#2) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx Co-authored-by: Ion Dormenco <[email protected]> --------- Co-authored-by: Ion Dormenco <[email protected]>
idormenco
added a commit
that referenced
this pull request
Sep 30, 2024
* fix: make dropdown menus scrollable * fix: truncate overflowing table columns * fix: add new columns and make default column size larger * Squashed commit of the following: commit 742f250 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:55 2024 +0300 add read notification checkmark commit ea11fa0 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:30 2024 +0300 add read notification column * Squashed commit of the following: commit d8833dc Author: imdeaconu <[email protected]> Date: Fri Sep 13 13:29:31 2024 +0300 WIP: add selector functionality commit 3608c0e Author: imdeaconu <[email protected]> Date: Fri Sep 13 10:00:05 2024 +0300 WIP: create new tags input * chore: remove unused import * chore: delete duplicated / unused classes * WIP: start creating new filters * feature: add searching to MonitoringObserversTagFilter * chore: update config files * Revert "[NGO Admin] Rewrite the tag selector component (#675)" This reverts commit 2ad0e90. * revert to old filtering system and add questions answered dropdown * add has notes * disable filtering by curent tags * add filters * Cleanup, improve performance of ps select * Update locations-levels.ts * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * fix build, and tag selector * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * Feature/citizen reports guides (#686) (#2) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx Co-authored-by: Ion Dormenco <[email protected]> * update MOTagsSelect to work with form submissions * update BinarySelect to take boolean values * add form submissions filters * redo filtering for Form submissions * hide language column * misc changes * Update column-defs.tsx * Update column-visibility-options.tsx --------- Co-authored-by: Ion Dormenco <[email protected]>
idormenco
added a commit
that referenced
this pull request
Oct 2, 2024
* fix: make dropdown menus scrollable * fix: truncate overflowing table columns * fix: add new columns and make default column size larger * Squashed commit of the following: commit 742f250 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:55 2024 +0300 add read notification checkmark commit ea11fa0 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:30 2024 +0300 add read notification column * Squashed commit of the following: commit d8833dc Author: imdeaconu <[email protected]> Date: Fri Sep 13 13:29:31 2024 +0300 WIP: add selector functionality commit 3608c0e Author: imdeaconu <[email protected]> Date: Fri Sep 13 10:00:05 2024 +0300 WIP: create new tags input * chore: remove unused import * chore: delete duplicated / unused classes * WIP: start creating new filters * feature: add searching to MonitoringObserversTagFilter * chore: update config files * Revert "[NGO Admin] Rewrite the tag selector component (#675)" This reverts commit 2ad0e90. * revert to old filtering system and add questions answered dropdown * add has notes * disable filtering by curent tags * add filters * Cleanup, improve performance of ps select * Update locations-levels.ts * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * fix build, and tag selector * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * Feature/citizen reports guides (#686) (#2) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx Co-authored-by: Ion Dormenco <[email protected]> * update MOTagsSelect to work with form submissions * update BinarySelect to take boolean values * add form submissions filters * redo filtering for Form submissions * hide language column * misc changes * Update column-defs.tsx * Update column-visibility-options.tsx * fix filtering component * fix filteringg by form aggregation * delete redundant file --------- Co-authored-by: Ion Dormenco <[email protected]>
idormenco
added a commit
that referenced
this pull request
Oct 4, 2024
* Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx
idormenco
added a commit
that referenced
this pull request
Oct 4, 2024
* fix: make dropdown menus scrollable * fix: truncate overflowing table columns * fix: add new columns and make default column size larger * Squashed commit of the following: commit 742f250 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:55 2024 +0300 add read notification checkmark commit ea11fa0 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:30 2024 +0300 add read notification column * Squashed commit of the following: commit d8833dc Author: imdeaconu <[email protected]> Date: Fri Sep 13 13:29:31 2024 +0300 WIP: add selector functionality commit 3608c0e Author: imdeaconu <[email protected]> Date: Fri Sep 13 10:00:05 2024 +0300 WIP: create new tags input * chore: remove unused import * chore: delete duplicated / unused classes * WIP: start creating new filters * feature: add searching to MonitoringObserversTagFilter * chore: update config files * Revert "[NGO Admin] Rewrite the tag selector component (#675)" This reverts commit 2ad0e90. * revert to old filtering system and add questions answered dropdown * add has notes * disable filtering by curent tags * add filters * Cleanup, improve performance of ps select * Update locations-levels.ts * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * fix build, and tag selector * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * Feature/citizen reports guides (#686) (#2) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx Co-authored-by: Ion Dormenco <[email protected]> --------- Co-authored-by: Ion Dormenco <[email protected]>
idormenco
added a commit
that referenced
this pull request
Oct 4, 2024
* Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx
idormenco
added a commit
that referenced
this pull request
Oct 4, 2024
* fix: make dropdown menus scrollable * fix: truncate overflowing table columns * fix: add new columns and make default column size larger * Squashed commit of the following: commit 742f250 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:55 2024 +0300 add read notification checkmark commit ea11fa0 Author: imdeaconu <[email protected]> Date: Wed Sep 11 19:54:30 2024 +0300 add read notification column * Squashed commit of the following: commit d8833dc Author: imdeaconu <[email protected]> Date: Fri Sep 13 13:29:31 2024 +0300 WIP: add selector functionality commit 3608c0e Author: imdeaconu <[email protected]> Date: Fri Sep 13 10:00:05 2024 +0300 WIP: create new tags input * chore: remove unused import * chore: delete duplicated / unused classes * WIP: start creating new filters * feature: add searching to MonitoringObserversTagFilter * chore: update config files * Revert "[NGO Admin] Rewrite the tag selector component (#675)" This reverts commit 2ad0e90. * revert to old filtering system and add questions answered dropdown * add has notes * disable filtering by curent tags * add filters * Cleanup, improve performance of ps select * Update locations-levels.ts * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * fix build, and tag selector * Feature/citizen reports guides (#686) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx * Feature/citizen reports guides (#686) (#2) * Add citizen reports api * rename api feature * refactor guides * Add tests, rename folder, fix selects * Update EditTextGuide.tsx * Update file-uploader.tsx * Update EditTextGuide.tsx Co-authored-by: Ion Dormenco <[email protected]> --------- Co-authored-by: Ion Dormenco <[email protected]>
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.
No description provided.