Skip to content

Commit 529f100

Browse files
committed
wip
1 parent f52ea4a commit 529f100

File tree

13 files changed

+2767
-7
lines changed

13 files changed

+2767
-7
lines changed

webapp/src/App.css

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,66 @@
274274

275275
.error-container {
276276
color: var(--error-color, #dc3545);
277+
}
278+
279+
/* Query Expansion Syntax Guide Styles */
280+
.expandable-guide {
281+
border: 1px solid #ddd;
282+
border-radius: 5px;
283+
margin-bottom: 15px;
284+
overflow: hidden;
285+
}
286+
287+
.expandable-header {
288+
background-color: #f5f5f5;
289+
padding: 10px;
290+
cursor: pointer;
291+
display: flex;
292+
justify-content: space-between;
293+
align-items: center;
294+
}
295+
296+
.expand-icon {
297+
font-size: 12px;
298+
transition: transform 0.3s ease;
299+
}
300+
301+
.expandable-content {
302+
max-height: 0;
303+
padding: 0 15px;
304+
overflow: hidden;
305+
transition: max-height 0.3s ease, padding 0.3s ease;
306+
}
307+
308+
.expandable-content.expanded {
309+
max-height: 1000px; /* Large enough to contain content */
310+
padding: 15px;
311+
}
312+
313+
.expand-icon.expanded {
314+
transform: rotate(180deg);
315+
}
316+
317+
.expandable-section-title {
318+
margin-top: 15px;
319+
margin-bottom: 5px;
320+
}
321+
322+
.expandable-section-title:first-of-type {
323+
margin-top: 10px;
324+
}
325+
326+
.expandable-description {
327+
margin-top: 0;
328+
}
329+
330+
.expandable-example {
331+
margin-top: 5px;
332+
color: #666;
333+
}
334+
335+
.expandable-footer {
336+
margin-top: 15px;
337+
border-top: 1px solid #eee;
338+
padding-top: 10px;
277339
}

webui/src/main/resources/application/asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.7d601242.css",
4-
"main.js": "/static/js/main.85908642.js",
3+
"main.css": "/static/css/main.ad0eeff7.css",
4+
"main.js": "/static/js/main.94761dbe.js",
55
"static/js/7732.1eb5a529.chunk.js": "/static/js/7732.1eb5a529.chunk.js",
66
"static/js/4467.0d8e509c.chunk.js": "/static/js/4467.0d8e509c.chunk.js",
77
"static/js/3761.3928b16a.chunk.js": "/static/js/3761.3928b16a.chunk.js",
@@ -73,8 +73,8 @@
7373
"static/js/8035.c6386f00.chunk.js": "/static/js/8035.c6386f00.chunk.js",
7474
"static/js/3355.f80f4792.chunk.js": "/static/js/3355.f80f4792.chunk.js",
7575
"index.html": "/index.html",
76-
"main.7d601242.css.map": "/static/css/main.7d601242.css.map",
77-
"main.85908642.js.map": "/static/js/main.85908642.js.map",
76+
"main.ad0eeff7.css.map": "/static/css/main.ad0eeff7.css.map",
77+
"main.94761dbe.js.map": "/static/js/main.94761dbe.js.map",
7878
"7732.1eb5a529.chunk.js.map": "/static/js/7732.1eb5a529.chunk.js.map",
7979
"4467.0d8e509c.chunk.js.map": "/static/js/4467.0d8e509c.chunk.js.map",
8080
"3761.3928b16a.chunk.js.map": "/static/js/3761.3928b16a.chunk.js.map",
@@ -141,7 +141,7 @@
141141
"3355.f80f4792.chunk.js.map": "/static/js/3355.f80f4792.chunk.js.map"
142142
},
143143
"entrypoints": [
144-
"static/css/main.7d601242.css",
145-
"static/js/main.85908642.js"
144+
"static/css/main.ad0eeff7.css",
145+
"static/js/main.94761dbe.js"
146146
]
147147
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link href="/favicon.svg" rel="icon"/><meta content="width=device-width,initial-scale=1" name="viewport"/><meta content="#000000" name="theme-color"/><meta content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws: wss: http: https: *; img-src 'self' data: blob: *; worker-src 'self' blob:;" http-equiv="Content-Security-Policy"><link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Syne:wght@600;700;800&display=swap&subset=latin&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Raleway:wght@600;700;800&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap" rel="stylesheet"><title>Cognotik</title><script defer="defer" src="/static/js/main.85908642.js"></script><link href="/static/css/main.7d601242.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link href="/favicon.svg" rel="icon"/><meta content="width=device-width,initial-scale=1" name="viewport"/><meta content="#000000" name="theme-color"/><meta content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' ws: wss: http: https: *; img-src 'self' data: blob: *; worker-src 'self' blob:;" http-equiv="Content-Security-Policy"><link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Syne:wght@600;700;800&display=swap&subset=latin&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Raleway:wght@600;700;800&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap" rel="stylesheet"><title>Cognotik</title><script defer="defer" src="/static/js/main.94761dbe.js"></script><link href="/static/css/main.ad0eeff7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

webui/src/main/resources/application/static/css/main.ad0eeff7.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/src/main/resources/application/static/css/main.ad0eeff7.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/src/main/resources/application/static/js/main.94761dbe.js

Lines changed: 1244 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)