35 Commits

Author SHA1 Message Date
anuveyatsu
71ecf16728 [setup][xs]: remove 'jit' mode which is breaking tailwindcss behaviour for unknown reason. 2021-08-13 17:55:53 +06:00
anuveyatsu
1fe0f71029 [catalog][s]: added simple footer element. 2021-08-13 15:51:45 +06:00
anuveyatsu
d32e11ae6a [ckan catalog][m]: new hero element in the home page. 2021-08-13 15:12:11 +06:00
anuveyatsu
65e5a0b3bf [setup catalog][m]: upgrade TailwindCSS, install dependencies for TailwindUI and fix configs. 2021-08-13 14:55:03 +06:00
Rufus Pollock
bb93103997 [ex/catalog][xs]: fix link to portal.js github repo. 2021-06-24 11:15:28 +02:00
Rufus Pollock
2ce7356d87 [ex/catalog][xs]: try tweak to tailwind config to fix #568. 2021-06-24 11:13:28 +02:00
Rufus Pollock
1931eaad31 [examples/default][s]: update the README from nextjs to portaljs. 2021-06-17 17:30:47 +02:00
Rufus Pollock
5bd8ffae03
Merge pull request #569 from akkisagiraju/main
[example][catalog] Added start arg to SEARCH_QUERY
2021-06-17 13:49:53 +01:00
Rufus Pollock
27187fe02f [examples/default][s]: use the proper favicon (based on logo). 2021-05-25 22:44:45 +02:00
akkisagiraju
f22f275a58 [example][catalog] Added start arg to SEARCH_QUERY 2021-05-25 23:50:40 +05:30
Rising Odegua
49fd443de5 [Package.json][s]: Revert changes 2021-05-24 09:20:21 +01:00
Rising Odegua
4f9436b21c [Package.json][s]: Add react to peer dependency 2021-05-24 09:19:00 +01:00
Rising Odegua
9eeb90dd59 [Index][s]: Update navMenu error 2021-05-24 09:17:19 +01:00
Rising Odegua
539b206262 [Catalog][s]: Update catalog example 2021-05-21 17:03:28 +01:00
Rising Odegua
f8602184ce Refactor catalog example to use portal.js 2021-05-21 16:48:55 +01:00
Rising Odegua
43b2e34f4b [dataset-single][m]: Remove test for components since we are using portaljs 2021-05-21 10:22:37 +01:00
Rising Odegua
59dc4cc919 [dataset-single][m]: Update dataset-single example to use portaljs 2021-05-21 10:11:25 +01:00
Rufus Pollock
bbe1fde899 [examples/default][m]: update home page of the example - refs #560.
* use official logo
* tweak text and layout
* link to correct pages on site
2021-05-20 23:45:56 +02:00
Rufus Pollock
52028ae867 [examples/default,#560]: stub nextjs app using tailwind. 2021-05-19 19:11:32 +02:00
Rufus Pollock
11da887799
Merge pull request #553 from datopian/dependabot/npm_and_yarn/examples/dataset-frictionless/postcss-8.2.10
Bump postcss from 8.2.7 to 8.2.10 in /examples/dataset-frictionless
2021-05-14 09:15:53 +02:00
Rufus Pollock
87cbbf8218 [refactor,bugfix][xs]: move assets/demo.gif into dataset-frictionless example - follow up to be0d59ee4ec0408580fa05eae433bbf8aaec8986. 2021-05-14 09:12:40 +02:00
dependabot[bot]
d7f48c7698
Bump postcss from 8.2.7 to 8.2.10 in /examples/dataset-frictionless
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.7...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 10:21:25 +00:00
dependabot[bot]
03697550e8
Bump hosted-git-info in /examples/dataset-frictionless
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 23:55:43 +00:00
Rufus Pollock
be0d59ee4e [docs][s]: move getting started section from README (which was about single frictionless example) into single frictionless example directory in prep for the more detailed docs update later today. 2021-05-05 13:34:59 +02:00
Rising Odegua
9c90f3465a [index][m]: Add example dataset to public folder 2021-04-19 09:12:54 +01:00
Rising Odegua
e7267a594d [Index][s]: Add link import 2021-04-14 12:22:48 +01:00
Rising Odegua
ec88b6647a [examples-ssc][s]: update dataset link and path 2021-04-14 12:12:45 +01:00
Rising Odegua
d5a6726546 [Package.json][s]: Add nextjs export 2021-04-13 14:02:34 +01:00
Rising Odegua
3ed2ac8ef2 [single-dataset][s]: Update download dataset path 2021-04-13 13:55:08 +01:00
Rufus Pollock
2562781e3e [refactor,#527][m]: move the nextjs app at root of repo to examples/dataset-frictionless.
The current app at root of repo is for single frictionless dataset. Should be in its own example so we have space going forward for multiple example and for root to have core portal.js code.

* Also refactor its README (moved from root) to reflect it is just an example
* Move design content from the root README.md into DESIGN.md
* Stub a new root README.md based largely on examples/catalog/README.md
2021-04-12 16:15:20 +02:00
Rising Odegua
c905b59f3e [packages/portal][l]: Moved portal folder to root dir 2021-03-08 11:33:21 +01:00
Rising Odegua
95a4227162 [Cypress][s]: Add cypress package 2021-03-08 10:25:14 +01:00
Rufus Pollock
fbb8193869 [README][s]: small tweaks to README (and a formatting fix in examples/catalog/README). 2021-03-07 23:15:14 +01:00
Rufus Pollock
39c43a6a54 [gitignore][s]: consolidate on one .gitignore in the root directory. 2021-03-06 18:04:28 +01:00
Rufus Pollock
337d4a8186 [refactor,#59][s]: move packages/portal => examples/catalog as per plan in #59.
What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
2021-03-06 17:55:32 +01:00