generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix application modal and routing (#790)
* feat: fix accept/reject btn and application modal for particular application * bug: fix twice api call for application fetch by status * chore: add status to query param when filter is applied * chore: skip failing test * fix: accept/disable buttons * chore: add limit to 6 to fetch application * test: fix failing tests * test: fix failing test for wrong value * bug: fix accept/reject btn for pending status * chore: run lint * chore: add application btn to dashboard page * chore: fix failing test * chore: fix failing test in home.test * chore: fix feedback to reflected on input if exist * chore: remove html from application path * chore: fix feedback default value * chore: fix feedback when updating the application * Fix /applications page bugs (#793) * fix: Application by id page - Add id in query params when view details btn is clicked - When url with id query param is opened, apps should load applications in background * fix: Status filter on applications page - Check the selected filter value when page with applied filter is reloaded - Remove status query param from url when status filter is cleared * fix: Overflowing text in application cards * Hidden elements should not be rendered on applications page * fix: Add necessary spacing on applications page * Add/update tests for applications page * Replace history state instead of push state on applications page * Remove unused variable * Remove redundant variables * Extract url state management in separate functions --------- Co-authored-by: Samarpan Harit <[email protected]>
- Loading branch information
1 parent
ee29e50
commit 888965d
Showing
6 changed files
with
170 additions
and
38 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
Oops, something went wrong.