109 Commits

Author SHA1 Message Date
dependabot[bot]
953de0e15c
Bump next from 10.2.0 to 11.1.2 in /examples/default
Bumps [next](https://github.com/vercel/next.js) from 10.2.0 to 11.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.2.0...v11.1.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 19:54:12 +00:00
dependabot[bot]
d60b037d49
Bump next from 10.0.8 to 11.1.2 in /examples/dataset-frictionless
Bumps [next](https://github.com/vercel/next.js) from 10.0.8 to 11.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.0.8...v11.1.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 19:45:20 +00:00
anuveyatsu
46da83048e [catalog/tests][xs]: update snapshot for testing search page. 2021-08-25 13:32:42 +06:00
anuveyatsu
9543cdf998 [catalog/resource page][l]: implemented resource page with core Table component. 2021-08-25 13:31:14 +06:00
anuveyatsu
f2629cb195 [catalog/dataset page][m]: implement dataset page using tailwindui assets. 2021-08-25 10:50:12 +06:00
anuveyatsu
feb1fd62f4 [catalog/queries][s]: optimized the way we query graphql so that we only use single query for dataset/resource pages. It also fixes some buggy behaviour of next.js described in https://github.com/vercel/next.js/issues/8563. 2021-08-24 12:15:03 +06:00
anuveyatsu
6bc36f9e3b [catalog/css setup][xs]: removed purging css as it is not working as expected. Removed theme configs in tailwind config. Note that CSS asset in production is now 298kb which is a lot comparing to 4kb previously. 2021-08-24 11:54:01 +06:00
anuveyatsu
40b3f52564 [catalog/setup/css][s]: small bug fix re missing argument; remove tailwind purge option as already purging via postcss. 2021-08-23 11:36:15 +06:00
dependabot[bot]
69d6bfa525
Bump path-parse from 1.0.6 to 1.0.7 in /examples/dataset-frictionless
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 07:59:24 +00:00
dependabot[bot]
8408d7abc6
Bump path-parse from 1.0.6 to 1.0.7 in /examples/default
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 07:59:07 +00:00
anuveyatsu
0d400a6756 [catalog/home/recent datasets][m]: re-implemented 'Recent datasets' element with TailwindUI. 2021-08-20 13:58:00 +06:00
anuveyatsu
6e2102e13b [catalog/home/hero][s]: fixed search element in hero. 2021-08-20 13:37:56 +06:00
anuveyatsu
56618506a8 [catalog/tailwind][xs]: use tailwind version from core lib. 2021-08-20 13:30:06 +06:00
anuveyatsu
9a117e3306 [catalog/setup][xs]: use yarn by default and remove package-lock to be consistent. 2021-08-20 13:28:59 +06:00
anuveyatsu
0cce15b991 [catalog/ui][m]: implemented custom navbar. 2021-08-20 13:25:58 +06:00
anuveyatsu
7a17f4843d [catalog/setup][xs]: updates for deployment.
- Set DMS to demo.dev.datopian.com which has more datasets than demo.ckan.org.
- Fix typesript bug which was breaking previous deployment.
- Update yarn.lock file so that 'portal' is installed from the latest commit.
2021-08-15 00:31:57 +06:00
anuveyatsu
4dfaaad85e [catalog/org][l]: implemented org page using TailwindUI.
- Removed outdated tests for search page.
2021-08-14 23:36:44 +06:00
anuveyatsu
12df6dba3b [catalog/query][xs]: fixed OrgInfo component of dataset page to re-use get dataset query as it doesn't need full org information.
Updated get dataset query to follow frictionless spec.
2021-08-14 23:22:17 +06:00
anuveyatsu
18dece1c04 [catalog/query][s]: changed get org query to return sufficient data about an org + follow frictionless spec. 2021-08-14 23:19:47 +06:00
anuveyatsu
04a7a59c17 [catalog/graphql][xs]: get all necessary data for a resource descriptor from CKAN API. 2021-08-14 21:02:51 +06:00
anuveyatsu
e993612466 [catalog][xs]: made graphql query to follow frictionless spec + to return more data for package page. 2021-08-14 20:35:27 +06:00
anuveyatsu
0d11409088 [catalog][xs]: made created/updated fields more human-readable. 2021-08-14 20:33:57 +06:00
anuveyatsu
e8f9d2bc8e [catalog][m]: re-implemented search page using TailwindUI. 2021-08-14 13:09:53 +06:00
anuveyatsu
b0ee6b4c71 [catalog][m]: added Stats component. 2021-08-13 18:55:46 +06:00
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