-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: ✨ add pagination * fix: 🐛 fix bugs when previewing multiple resources
- Loading branch information
1 parent
18f02d8
commit 6e49e79
Showing
7 changed files
with
80 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"Preview of {name}": "Preview of {name}", | ||
"{count} columns": "{count} columns | {count} column | {count} columns", | ||
"Showing the first {shown} of {count} rows": "No rows in file | Showing the only row | Showing the first {shown} of {count} rows", | ||
"Explore data": "Explore data", | ||
"The preview of this file failed to load.": "The preview of this file failed to load.", | ||
"{count} rows": "{count} rows | {count} row | {count} rows", | ||
"Sort ascending": "Sort ascending", | ||
"Sort descending": "Sort descending" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"Preview of {name}": "", | ||
"{count} columns": "", | ||
"Showing the first {shown} of {count} rows": "", | ||
"Explore data": "", | ||
"The preview of this file failed to load.": "", | ||
"{count} rows": "", | ||
"Sort ascending": "", | ||
"Sort descending": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"Preview of {name}": "Prévisualisation de {name}", | ||
"{count} columns": "{count} colonnes | {count} colonne | {count} colonnes", | ||
"Showing the first {shown} of {count} rows": "Pas de ligne dans le fichier | Affichage de la seule ligne | Affichage des {shown} premières lignes sur {count}", | ||
"Explore data": "Explorer les données", | ||
"The preview of this file failed to load.": "La prévisualisation de ce fichier n'a pas pu être chargée.", | ||
"{count} rows": "", | ||
"Sort ascending": "", | ||
"Sort descending": "" | ||
} | ||
} |