Use items (#354)

* Extract tabular items logic into composition

* Fix racing condition in watchers

* Remove empty test

* Use v-select in detail sidebar tabular

* Fix pagination styles

* Reset to page 1 on sort / limit changes

* Cast limit to string

* Fix button test

* Add content padding to tabular layout
This commit is contained in:
Rijk van Zanten
2020-04-07 15:40:49 -04:00
committed by GitHub
parent c052a9e407
commit 897ecfb1db
10 changed files with 337 additions and 317 deletions

View File

@@ -294,10 +294,6 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
.private-view {
--content-padding: 0 !important;
}
.action-delete {
--v-button-background-color: var(--danger);
--v-button-background-color-hover: var(--danger-dark);