1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00
Commit graph

15 commits

Author SHA1 Message Date
mike12345567 eeda89725d Renaming data source -> datasource as per Mel's request. 2022-09-14 12:11:20 +01:00
ChukwuEmeka 82795b50ef switched from deprecated node-sass to sass library 2022-09-06 21:51:45 +01:00
dependabot[bot] 985f74467f
Bump node-fetch from 3.2.2 to 3.2.10 in /examples/nextjs-api-sales
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.2 to 3.2.10.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.2...v3.2.10)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-06 07:59:05 +00:00
dependabot[bot] 70d4889d9e
Bump minimist from 1.2.5 to 1.2.6 in /examples/nextjs-api-sales
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 10:38:58 +00:00
mike12345567 16b09af549 Merge branch 'examples/nextjs' of github.com:Budibase/budibase into examples/nextjs 2022-03-10 17:56:52 +00:00
Joe 253f2957d3
Update README.md 2022-03-10 13:34:26 +00:00
mike12345567 2d4028d93c Updating readme to be a bit more accurate. 2022-03-10 13:18:35 +00:00
mike12345567 169df4f337 Editting readme for example and linting example. 2022-03-10 10:12:21 +00:00
mike12345567 418c00c52a Some quick updates, cleaning up codebase. 2022-03-09 16:31:08 +00:00
mike12345567 666fc883fb Adjusting colours, some quick fixes after changing to sales person for relationship name. 2022-03-09 15:19:18 +00:00
mike12345567 c51352c9bf Final version of example, has save form and table of sales, supporting relationships and pagination all from Postgres. 2022-03-09 15:00:36 +00:00
mike12345567 1b965732d4 Fixing heading. 2022-03-08 20:18:11 +00:00
mike12345567 5162a3ee17 Adding in pagination to next frontend. 2022-03-08 20:17:07 +00:00
mike12345567 3fe8c6a0b4 Adding API communications to nextjs app. 2022-03-08 17:29:49 +00:00
mike12345567 ddc2722c4d initial version of nextjs app with bulma, for use with BB public API. 2022-03-08 13:43:12 +00:00