Skip to content

Commit c999adb

Browse files
committed
Update environment configuration and clean up unused files
- Added `KERNELBOT_ENV` variable to `.env.docker.example`, `.env.example`, and `.env.railway.example` to specify the environment. - Enabled `ACL_CATALOG_ENABLED` in the environment files for production readiness. - Removed multiple unused audit image files and cleaned up `.gitignore` to exclude unnecessary directories. - Updated health check command in `docker-compose.yml` for better compatibility with dynamic port settings. - Enhanced documentation links in `README.md` for clearer setup instructions and deployment guidelines.
1 parent 3971a2b commit c999adb

14 files changed

Lines changed: 276 additions & 179 deletions

File tree

frontend/assets/css/discipline-panel.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
flex-shrink: 0;
4747
font-size: var(--font-size-xs);
4848
padding: 6px 10px;
49-
border: 1px solid var(--border);
5049
border-radius: var(--radius-md);
5150
background: transparent;
5251
color: var(--text-muted);
@@ -55,7 +54,7 @@
5554

5655
.discipline-panel__close:hover {
5756
color: var(--text);
58-
border-color: var(--brand-primary);
57+
background: var(--hover-overlay-medium);
5958
}
6059

6160
.discipline-panel__body {
@@ -100,7 +99,6 @@
10099
gap: 10px;
101100
width: 100%;
102101
padding: 8px 10px;
103-
border: 1px solid transparent;
104102
border-radius: var(--radius-md);
105103
background: transparent;
106104
color: var(--text);
@@ -110,7 +108,6 @@
110108

111109
.discipline-panel__study:hover {
112110
background: var(--surface-2);
113-
border-color: var(--border);
114111
}
115112

116113
.discipline-panel__check {
@@ -146,7 +143,6 @@
146143
width: 100%;
147144
min-height: 44px;
148145
padding: 10px 14px;
149-
border: 1px solid var(--brand-primary);
150146
border-radius: var(--radius-md);
151147
background: var(--brand-surface);
152148
color: var(--text);

frontend/assets/css/entrance.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ body.ui-landing .app .entrance-suggestion {
6161
background: var(--glass-bg);
6262
backdrop-filter: blur(14px);
6363
-webkit-backdrop-filter: blur(14px);
64-
box-shadow: var(--shadow-md);
6564
pointer-events: none;
6665
opacity: 0;
6766
transform: translateY(10px) scale(0.965);
@@ -253,7 +252,6 @@ body.ui-landing .app .entrance-suggestion {
253252
font-weight: 500;
254253
line-height: 1.3;
255254
letter-spacing: 0.01em;
256-
box-shadow: 0 8px 22px var(--brand-glow);
257255
cursor: pointer; /* click to drop the suggestion into the input */
258256
pointer-events: auto; /* re-enable clicks (overlay is click-through) */
259257
}
@@ -305,7 +303,6 @@ body.ui-landing .app .entrance-suggestion {
305303
color-mix(in srgb, var(--bg) 72%, transparent) 0%,
306304
color-mix(in srgb, var(--bg) 88%, transparent) 100%
307305
);
308-
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
309306
}
310307

311308
.entrance-headline {
@@ -369,7 +366,6 @@ body.ui-landing .app .entrance-suggestion {
369366
}
370367

371368
.entrance-discipline-pills .cmd-pill:hover {
372-
border-color: var(--brand-muted);
373369
color: var(--brand-inline);
374370
background: var(--brand-surface);
375371
}

0 commit comments

Comments
 (0)