Skip to content

Commit ad1cea2

Browse files
authored
Merge branch 'develop' into fix/mcp-oauth-redirect-passthrough
2 parents 4f4f6ba + 20cf6e3 commit ad1cea2

32 files changed

Lines changed: 5069 additions & 968 deletions

dist/1064.51f76a90b9f6bf10.js

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

dist/3474.e9f6ba4bf6cc33a5.js

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

dist/7846.ec7ac8023cd7c3fa.js

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

dist/8876.e018d519f7446d4f.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"title": "Data Explorer",
3+
"selectDatabase": "Select a database API",
4+
"selectTable": "Select a table to view data",
5+
"noDatabases": "No database APIs configured",
6+
"noDatabasesHint": "Create a database API connection first to explore your data.",
7+
"noTables": "No tables found",
8+
"noTablesHint": "This database has no accessible tables.",
9+
"noData": "No records found",
10+
"noDataHint": "This table is empty.",
11+
"loading": "Loading...",
12+
"loadingSchema": "Loading schema...",
13+
"loadingData": "Loading data...",
14+
"errorLoading": "Error loading data",
15+
"retry": "Retry",
16+
"tables": "Tables",
17+
"showing": "Showing",
18+
"of": "of",
19+
"records": "records",
20+
"searchTables": "Search tables...",
21+
"database": "Database",
22+
"table": "Table",
23+
"readOnly": "Read-only",
24+
"rowsPerPage": "Rows per page",
25+
"schemaInfo": "Schema Info",
26+
"columns": "Columns",
27+
"relationships": "Relationships",
28+
"filterPlaceholder": "Filter...",
29+
"clearFilters": "Clear all filters",
30+
"recordDetail": "Record Detail",
31+
"nullValue": "NULL",
32+
"showApiCall": "Show API Call",
33+
"quickSearch": "Search rows..."
34+
}

dist/assets/i18n/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@
245245
"api-docs": {
246246
"nav": "API Docs",
247247
"header": "{{nav.api-connections.api-docs.nav}}"
248+
},
249+
"data-explorer": {
250+
"nav": "Data Explorer",
251+
"header": "{{nav.api-connections.data-explorer.nav}}"
248252
}
249253
},
250254
"api-security": {

dist/common.2ea0eeef6c2f795b.js

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

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<html lang="en" data-critters-container>
3-
<head><base href="/dreamfactory/dist/">
3+
<head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><base href="/dreamfactory/dist/">
44
<meta charset="utf-8">
55
<title>DreamFactory Admin Interface</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">

dist/main.a54e1010cb4191bc.js

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

dist/runtime.80f033498e05fea4.js

Lines changed: 1 addition & 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)