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
Rufus Pollock
94cf026434
[site,refactor][xs]: remove couple of unused images.
2021-05-25 22:38:59 +02:00
Rufus Pollock
eea65972d8
[site/theme][s]: link navbar logo to home page.
2021-05-25 22:24:51 +02:00
Rufus Pollock
91da4579f0
[docs][s]: replace temporary logo with portal.js logo.
2021-05-25 22:23:41 +02:00
akkisagiraju
f22f275a58
[example][catalog] Added start arg to SEARCH_QUERY
2021-05-25 23:50:40 +05:30
Rufus Pollock
cbab921e87
[docs,refactor][xs]: move to 2 space indenting in jsx components.
2021-05-25 19:00:41 +02:00
Rufus Pollock
fe13333e5c
[docs/README][s]: make it a docs README vs standard nextjs readme.
...
* (v) Brief into
* Run info
* Deploy info
2021-05-25 18:20:39 +02:00
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
b103b0e845
[Package.json][s]: add react to peer dependecy
2021-05-21 13:42:46 +01:00
Rising Odegua
96f9f6adc4
[Package.json][s]: Removed portal package
2021-05-21 12:39:00 +01:00
Rising Odegua
3b6fbbcd44
[Actions][s]: Remove gh-page build since we are building to vercel
2021-05-21 10:51:40 +01:00
Rising Odegua
c1e68325da
Merge pull request #565 from datopian/update/examples
...
Update single dataset example to use portal.js
2021-05-21 10:24:59 +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