Global search limited working prototype

* added publication
* need to filter cards on client side
This commit is contained in:
John R. Supplee 2021-01-10 22:58:29 +02:00
parent 5913a4af1b
commit 01bd94d2b3
4 changed files with 186 additions and 20 deletions

View file

@ -1,4 +1,4 @@
.due-cards-board-wrapper
.global-search-board-wrapper
border-radius: 8px
//padding: 0.5rem
min-width: 400px
@ -9,14 +9,14 @@
margin-right: auto
margin-left: auto
.due-cards-board-title
.global-search-board-title
font-size: 1.4rem
font-weight: bold
padding: 0.5rem
background-color: grey
color: white
.due-cards-swimlane-title
.global-search-swimlane-title
font-size: 1.1rem
font-weight: bold
padding: 0.5rem
@ -30,7 +30,7 @@
.swimlane-default-color
background-color: lightgrey
.due-cards-list-title
.global-search-list-title
font-weight: bold
font-size: 1.1rem
//padding-bottom: 0
@ -38,7 +38,7 @@
text-align: center
margin-bottom: 0.7rem
.due-cards-list-wrapper
.global-search-list-wrapper
margin: 1rem
border-radius: 5px
padding: 1.5rem
@ -47,23 +47,23 @@
min-width: 250px
max-width: 350px
.due-cards-card-wrapper
.global-search-card-wrapper
margin-top: 0
margin-bottom: 10px
.due-cards-dueat-list-wrapper
.global-search-dueat-list-wrapper
max-width: 500px
margin-right: auto
margin-left: auto
.due-cards-field-name
.global-search-field-name
font-weight: bold
.due-cards-context
.global-search-context
display: inline-block
.due-cards-context-separator
.global-search-context-separator
font-weight: bold
.due-cards-context-list
.global-search-context-list
margin-bottom: 0.7rem