From 8c48d4d489e0fd670ba46953dca3a435220d00f4 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:58:10 -0400 Subject: keymenu changes --- .../views/collections/collectionSchema/CollectionSchemaView.scss | 4 +++- .../views/collections/collectionSchema/CollectionSchemaView.tsx | 7 ++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index e3f3dafab..c32661214 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -51,7 +51,9 @@ .schema-filter-menu { background: $light-gray; position: absolute; - max-height: 300px; + border: 1px solid $medium-gray; + border-bottom: 2px solid $medium-gray; + max-height: 201px; display: flex; overflow: hidden; flex-direction: column; diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx index ef3efea39..cc8b0fc7e 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx @@ -1159,11 +1159,8 @@ export class CollectionSchemaView extends CollectionSubView() {
{key} - {this.fieldInfos.get(key)!.fieldType ? ':' : ''} - - - {this.fieldInfos.get(key)!.fieldType} + : {this.fieldInfos.get(key)!.description}
@@ -1313,7 +1310,7 @@ export class CollectionSchemaView extends CollectionSubView() { } @computed get docsWithDrag() { - let docs = this._docs; + let docs = this.docs.slice(); if (this.sortField){ const field = StrCast(this.layoutDoc.sortField); const desc = BoolCast(this.layoutDoc.sortDesc); // is this an ascending or descending sort -- cgit v1.2.3-70-g09d2