18 Commits

Author SHA1 Message Date
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
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
0cce15b991 [catalog/ui][m]: implemented custom navbar. 2021-08-20 13:25:58 +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
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
Rufus Pollock
bb93103997 [ex/catalog][xs]: fix link to portal.js github repo. 2021-06-24 11:15:28 +02:00
Rising Odegua
f8602184ce Refactor catalog example to use portal.js 2021-05-21 16:48:55 +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