enhance(ux): query

1. allow editing dsl query with both the query builder and the default text
editor
2. displays placeholder `Set query title` when a query doesn't have a
title yet
This commit is contained in:
Tienson Qin
2024-10-01 02:46:18 +08:00
parent e69621da69
commit 1bb69c74f2
7 changed files with 125 additions and 109 deletions

View File

@@ -3,6 +3,10 @@
&-filter {
@apply flex flex-row flex-wrap items-center gap-1;
svg {
width: 14px;
height: 14px;
}
}
.cp__select-main {