36 Commits

Author SHA1 Message Date
Rufus Pollock
663f7569a7
[README][s]: fix link to demo. 2021-09-28 10:38:22 +02: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
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
akkisagiraju
f22f275a58 [example][catalog] Added start arg to SEARCH_QUERY 2021-05-25 23:50:40 +05:30
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
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