-
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.
✨ 53 feature pagination for ad list (#95)
* removed delete button * 🍺 edited api spec * generated api specs * replaced enum location with new location * 🍺 * 💩 updated repository implementation - needs correction * ♻️ removed old method and introduced sorting/ordering * 🐛 empty query upon empty input * addes route for the users board / myboard * added routing to accountcard to myboard * 🐛 renamed query param * added eventbus for updating adList * added logic to list to get list of ads from backend * adjusted cards to show information from api * 🐛 spelling mistake * updated links and eventbus * use eventbus to trigger update * added delay to request update * 💩 introduced composable to detect myboard * added route param as injected value * Minor spelling and redirect changes * removed composable * introduced store for ads * prevents user from loading if exists * prevents categories from loading if exists * ✨ added ability to remove selected user * 🐛 reset querys with null * 💬 spelling mistake * computed the chip value * update logic with watcher * used computed prop for myboard * 🐛 userId is not a string * removed props from myboard route * adapted icon text to display a link * removed prop isMyboard * added empty note * 💄 added loading spinner for ad-details * added default querys * 🚨 added type to function parameter * added constants for queries and changed router links * replaced query names with constants * 🚨 fixed linting * 🚨 fixed pmd issues * 🚨 spotless ... grr --------- Co-authored-by: jannik.lange <[email protected]> Co-authored-by: langehm <[email protected]>
- Loading branch information
1 parent
472ac57
commit 0c37db2
Showing
36 changed files
with
794 additions
and
319 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
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
Oops, something went wrong.