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
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
89e7b942aa
[KeyInfo component][xs]: removed complex/buggy logic for calculating total size of all files.
...
We still can display total size if it is available from 'descriptor.size', otherwise, we just display 'N/A'.
This is probably a good one for removal in the future as we could show sizes for each resource instead of total size.
2021-08-14 21:10:02 +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
2c42d3d83d
[ResourceInfo component][xs]: small improvements in the table to show more info.
2021-08-14 21:01:49 +06:00
anuveyatsu
5c0b053fe2
Update dist files with the latest fixes/improvements.
2021-08-14 20:38:41 +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
f9b9cf3680
[Key info component][s]: bug fixes and improvements to follow official frictionless spec.
2021-08-14 20:15:30 +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
4aac713387
[site,bugfix][xs]: correct import of Layout (layout => Layout) following 88fb3c63bd61ca829b6121cbd6597654fbe05640.
2021-07-28 23:41:41 +02:00
Rufus Pollock
2a5c05fbf8
[site,#572][xs]: remove components/prose.js as no longer used.
2021-07-28 23:36:34 +02:00
Rufus Pollock
88fb3c63bd
[site,bugfix,#572][xs]: rename layout.js to Layout.js (thought i had in commit 2 ago but apparently not!).
2021-07-28 23:35:12 +02:00
Rufus Pollock
22648a0528
[site,#572][s]: refactor existing site content into the content directory.
...
* Can get rid of existing pages as now our generic markdown / mdx loader at the root \[...slug\].js catches everything
* Convert gallery to a markdown file
2021-07-28 23:23:28 +02:00
Rufus Pollock
8c3b1bccd3
[site,#572][l]: merge in data literate material.
...
* Nav bar and layout
* Main catch all route that loads material from content
* Data Literate: demo plus all associated components
* content/data-literate/demo.mdx
* components/* (pretty much all are related to demo)
* lib/markdown.js, lib/mdxUtils.js
* api/proxy.js to proxy remote urls (to handle CORs)
* content/data-literate.md (DL home page - old data literate home page converted to markdown)
* excel-viewer.js: excel viewer demo from data literate
* package.json / yarn.lock
* Nav: @headlessui/react @heroicons/react/outline @heroicons/react
* CSV support for table: papaparse
* Excel support for tables etc: xlsx
* Vega: react-vega vega vega-lite
* MDX: next-mdx-remote (yarn rm @next/mdx)
2021-07-28 23:16:42 +02:00
Rufus Pollock
b81cf992de
[refactor][xs]: rename docs directory to site reflecting fact this is the full website.
2021-07-28 09:27:17 +02: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
59298543da
[site/docs][s]: remove link to section at bottom of pages as not used atm.
2021-06-20 22:10:54 +02:00
Rufus Pollock
b307009641
[site/nav][s]: add components to the navbar.
2021-06-20 22:10:25 +02:00
Rufus Pollock
43f666022a
[site/docs][s]: merge installation.md into index.md as no need to separate (and tidy a bit).
2021-06-20 22:09:53 +02:00
Rufus Pollock
5185349829
[site/docs][m]: refactor docs section to live at docs and use dynamic routes.
...
* This way adding new pages is just adding new markdown in markdowns folder (rather than having to create both markdown and a js file).
* Also renamed markdowns subfolder for docs stuff from api-doc to docs.
2021-06-20 21:55:00 +02:00
Rufus Pollock
bb202e1828
[site/docs/references][xs]: markdown formatting.
2021-06-19 20:26:33 +02:00
Rufus Pollock
12b830f1e5
[site/learn][xs]: correct formatting and template project link.
2021-06-17 17:31:31 +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
c05df61b6c
[site/learn][m]: first section of learn tutorial with motivation, features, setup and create portal.js app #562 .
2021-06-17 17:14:02 +02:00
Rufus Pollock
af39f8f335
[site/nav][xs]: tweak order of nav and remove home link as logo links to home.
2021-06-17 17:12:41 +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
73bc3d1761
[docs][m]: refactor to have a common layout component for all pages and a common prose layout within that for "prose" docs (everything other than front page) - refs #559 .
2021-06-15 19:24:12 +02:00
Rufus Pollock
cd6c81e44b
[docs,style][s]: fix layout of docs page with tailwind (e.g. center, fix margins).
2021-06-15 18:44:31 +02:00
Rufus Pollock
42638c95ad
[docs,#571][xs]: tweak tailwind purge to see if we can fix issue on vercel with tailwind (over) purging of styles - see #571 .
2021-06-15 18:25:22 +02:00
Rufus Pollock
2c2304494a
Merge pull request #570 from datopian/fix/docs-style
...
[Docs][s]: Fix style issue in docs
2021-06-09 10:45:50 +01:00
Rising Odegua
23b7bd5497
[Docs][s]: Fix style issue in docs
2021-06-09 09:29:58 +01:00
Rufus Pollock
072762ab23
[home][xs]: remove module.css as we moved to tailwind in last commit 6e81d5d7078238feec76e2e6357d92a4149a02b6.
2021-06-07 20:31:20 +02:00
Rufus Pollock
6e81d5d707
[site][s]: refactor front page to tailwind and use new logo.
2021-05-26 20:25:07 +02:00
Rufus Pollock
27187fe02f
[examples/default][s]: use the proper favicon (based on logo).
2021-05-25 22:44:45 +02:00
Rufus Pollock
22a72cea3e
[site/theme][s]: make favicon using the balloon logo.
2021-05-25 22:40:50 +02:00