You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
it('should load and render the accepted application requests when accept is selected from filter, and after clearing the filter it should again show all the applications',asyncfunction(){
0 commit comments