Skip to content

Commit 0590b02

Browse files
authored
Merge pull request #470 from dreamfactorysoftware/feature/data-explorer
Add Data Explorer tab for database browsing
2 parents 3b02fd4 + ce19627 commit 0590b02

26 files changed

+1351
-8
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/1212.7583676fba10ff85.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: 1 addition & 1 deletion
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.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

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.9829fb1aef36ddb7.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.ad26fc0e021d9867.js

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

0 commit comments

Comments
 (0)