Using query instead of parameters for tag filter URI. Added generic scrolling component, using for actor photos and entity children. Removed pagination from filter bar.

This commit is contained in:
2020-06-29 03:55:10 +02:00
parent 98c19b560f
commit 8f9eb91b13
13 changed files with 536 additions and 321 deletions

View File

@@ -89,7 +89,6 @@ export default {
<style lang="scss" scoped>
.pagination {
width: 100%;
display: flex;
justify-content: center;
}
@@ -99,7 +98,7 @@ export default {
}
.pagination-bottom {
margin: 1rem 0 0 0;
margin: .5rem 0 1rem 0;
}
.pagination-button {