Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"leaflet": "^1.9.4",
"lucide-react": "^0.468.0",
"mermaid": "^11.15.0",
"prismjs": "^1.30.0",
"react": "^19.0.0",
"react-day-picker": "^10.0.1",
"react-dom": "^19.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { Input } from '@/shared/components/ui/input'
import { TimeRangePicker, presetRange, type TimeRange } from '@/shared/components/ui/time-range-picker'
import { ResultsHeader, ResultRow, flattenDoc } from './log-results'
import { IndexPatternSelector } from './IndexPatternSelector'
import { SqlQueryEditor } from './SqlQueryEditor'
import { SqlQueryEditor } from '@/shared/components/sql-editor'
import {
logExplorerHttpService as svc,
LogExplorerHttpError,
Expand Down

This file was deleted.

300 changes: 0 additions & 300 deletions frontend/src/features/log-explorer/components/SqlQueryEditor.tsx

This file was deleted.

Loading
Loading