Skip to content

Commit f007b27

Browse files
Merge pull request #472 from dreamfactorysoftware/develop
Data Explorer feature
2 parents 9a76090 + fab1d04 commit f007b27

27 files changed

+3517
-7
lines changed

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/7286.6879d23254080b7e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.2934e9c938b0345a.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

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: 3 additions & 2 deletions
Large diffs are not rendered by default.

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/main.ad26fc0e021d9867.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)