Skip to content

Commit

Permalink
[WiP] Examples/react api (#1071)
Browse files Browse the repository at this point in the history
* Exclude node_modules

* [examples] New, react with crud rest api

* [examples] Fix, show form id state

* [examples] Fix, improved show cols

* [examples] New, react with crud rest api

* [examples] Fix, remove unneeded files

* [api] FAB menus with React

* Fix, menu and back session info

* Fix, pagination end

* New, page size selection

* Use rison on API to simply everything

* Begining filters

* New, table filters

* New, table filters v2

* DRY

* Add form and select fields
  • Loading branch information
dpgaspar authored Jul 1, 2020
1 parent 4afbf69 commit 63e3670
Show file tree
Hide file tree
Showing 29 changed files with 50,536 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ app.db
./tmp
build/
dist/
node_modules/
docs/_build/
.idea
.idea/
Expand Down
Loading

0 comments on commit 63e3670

Please sign in to comment.