mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Allow sorting of search results and space contents
Closes #187 Sort search results and space contents by Name, Created or Revised.
This commit is contained in:
parent
0985dbf5b6
commit
1d00f8ac6e
19 changed files with 1182 additions and 807 deletions
|
@ -21,6 +21,7 @@ export default Component.extend({
|
|||
icon: '',
|
||||
color: '',
|
||||
light: false,
|
||||
outline: false,
|
||||
themed: false,
|
||||
dismiss: false,
|
||||
truncate: false,
|
||||
|
@ -48,6 +49,10 @@ export default Component.extend({
|
|||
bc += '-light';
|
||||
}
|
||||
|
||||
if (this.outline) {
|
||||
bc += '-outline';
|
||||
}
|
||||
|
||||
if (!this.uppercase) {
|
||||
bc += ' text-case-normal';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue