Skip to content

Commit

Permalink
doc: add pivot readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Nov 13, 2024
1 parent 1b439a1 commit 022091d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ UNDB is a no-code platform that can also serve as a Backend as a Service (BaaS).

![kanban](./docs/images/kanban.jpeg)
![gallery](./docs/images/gallery.jpeg)
![form](./docs/images/form.jpeg)
![calendar](./docs/images/calendar.jpeg)
![pivot](./docs/images/pivot.jpeg)
![form](./docs/images/form.jpeg)
![openapi](./docs/images/openapi.jpeg)

## Quick start
Expand Down
Binary file added docs/images/pivot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions packages/i18n/src/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,6 @@ type RootTranslation = {
* C​a​l​e​n​d​a​r
*/
calendar: string
/**
* P​i​v​o​t
*/
pivot: string
}
widgetTypes: {
/**
Expand Down Expand Up @@ -888,10 +884,6 @@ export type TranslationFunctions = {
* Calendar
*/
calendar: () => LocalizedString
/**
* Pivot
*/
pivot: () => LocalizedString
}
widgetTypes: {
/**
Expand Down

0 comments on commit 022091d

Please sign in to comment.