João Demenech
2e30c76a3d
[#842,package.json][xs]: move eslint and @types deps to dependencies ( #848 )
2023-05-04 19:59:12 -03:00
João Demenech
edb2354945
merge: change version to 0.1.0, publish new version which adds ( #847 )
...
## Changes:
- @portaljs/components version bumped from 0.0.3 to 0.1.0
- New version adds the Catalog component
2023-05-04 13:56:17 -03:00
João Demenech
5834a4a470
Website Misc Improvements ( #836 )
...
* [#803,website][s]: remove gallery button from hero, add gallery link to navbar, make docs listed on /blog be displayed as blog posts
* [#803,analytics,website][xs]: implement GA
2023-05-04 13:43:13 -03:00
João Demenech
90b93e6819
[#819,xlsx][m]: remove data-literate, excel and everything related to the xlsx dependency ( #845 )
2023-05-04 13:42:13 -03:00
Luccas Mateus de Medeiros Gomes
ad52721a38
[components][m] - move catalog to @portaljs/components
2023-05-04 11:14:39 -03:00
Luccas Mateus de Medeiros Gomes
cf2a93abfd
[docs][sm] - change layout of docs
2023-05-04 09:47:02 -03:00
Luccas Mateus de Medeiros Gomes
8afb30c96b
[docs][sm] - add filters section to docs
2023-05-04 08:22:01 -03:00
Luccas Mateus
94a3c2a5f0
[learn-example][m] - add facets to catalog component ( #841 )
2023-05-04 07:39:59 -03:00
João Demenech
a0620f9255
merge: components package preparation, replace components on learn-example ( #835 )
...
* [#812,package][xl]: package preparation, replace components on learn-example
* [#812,package][xs]: upgrade portaljs/components version on learn-example
* [package][xs]: add deboundebinput back to lean-example
2023-05-03 19:27:51 -03:00
Luccas Mateus de Medeiros Gomes
e5513f59a6
[learn-example][sm] - fix build
2023-05-03 11:45:57 -03:00
Luccas Mateus
1782f23b84
Part 3 tutorial - Creating an index page ( #834 )
...
* [learn-example][m] - code section for the tutorial part 3
* [learn-example][sm] - dont panic when no markdown.db file found
* [docs][m] - creating an inedx page
2023-05-03 11:30:39 -03:00
João Demenech
72405162a1
merge: fix storybook build
...
* [package][xs]: remove parameter that was not being used
* [package][xs]: remove import that's breaking the build
* [package][xs]: trying to fix build error on Vercel
2023-05-02 17:31:48 -03:00
João Demenech
982733737d
merge: Components package initial setup + Components extraction
...
**Issue:** https://github.com/datopian/portaljs/issues/812
## Changes
- Renamed old package to "components-old"
- Created a Vite project based on https://dev.to/nicolaserny/create-a-react-component-library-with-vite-and-typescript-1ih9 and https://zach.codes/build-your-own-flexible-component-library-using-tsdx-typescript-tailwind-css-headless-ui/
- Implemented tailwind on it
- Extracted components
- LineChart
- Table
- Vega
- VegaLite
- Created stories for the extracted components
2023-05-02 16:41:28 -03:00
deme
ea5802a908
[#812,package][xl]: changed project to Vite, created stories for LineChart, Table, Vega and VegaLite
2023-05-02 16:37:22 -03:00
Luccas Mateus
229a7b5324
[alan-turing][m] - fix markdown ( #831 )
2023-05-02 15:31:45 -03:00
Luccas Mateus
014c4c043d
[alan-turing][m] - small tweaks ( #830 )
2023-05-02 12:53:10 -03:00
Luccas Mateus de Medeiros Gomes
ed3a26cd6d
[alan-turing][sm] - fix build
2023-05-01 21:40:46 -03:00
Luccas Mateus
026059184a
[alan-turing][m] - individual pages ( #828 )
2023-05-01 21:06:52 -03:00
João Demenech
a041d69282
merge: tutorial VI
...
**Issue:** https://github.com/datopian/portaljs/issues/821
## Changes
- Added `npm run export` command to `learn-example`
- Added "Deploying your PortalJS app" section to `/docs`
- Deploy to Vercel
- One-Click Deploy (to Vercel)
- Deploy to Cloudflare
2023-05-01 19:09:18 -03:00
deme
016f3e20e9
[#812,package][xl]: add Table component and story for it
2023-05-01 18:56:22 -03:00
deme
169a92d313
[#812,package][xl]: initial versioning of the package
2023-05-01 15:53:42 -03:00
deme
14abd5b768
[tutorial][xs]: fix typo
2023-05-01 15:02:59 -03:00
deme
4aaabba229
[#821,tutorial][m]: add export npm command to example-learn, add tutorial VI to /docs
2023-05-01 14:51:02 -03:00
Luccas Mateus de Medeiros Gomes
cc43597130
[learn-example][sm] - fix dark mode styling
2023-05-01 11:16:52 -03:00
João Demenech
d9a6ea4ef1
[docs][xs]: fix install command after rename
2023-05-01 08:30:17 -03:00
Luccas Mateus
f6b94ee254
Alan turing portal ( #815 )
...
* [alan-turing-portal][m] - initial commit
* [alan-turing][m] - first page with search
* [alan-turing][m] - cleanup
2023-04-29 23:37:30 -03:00
Luccas Mateus de Medeiros Gomes
04b05c0896
[learn-example][sm] - use getstaticprops
2023-04-29 13:54:51 -03:00
deme
5b4d2d1990
[#814,tutorial,docs][xl]: add initial version of the second tutorial, rename basic-example to learn-example, clean up learn-example
2023-04-28 21:57:49 -03:00
Luccas Mateus de Medeiros Gomes
b7e2e8e6b8
[basic-example][sm] - fix mistake
2023-04-28 09:51:38 -03:00
João Demenech
b6100546e3
merge: new docs inspired by Next.js
...
## Changes:
- Move the first version of the tutorial aside
- Rewrite the tutorial so that it's more similar to the Next.js one
- Minor fixes on the basic-example
2023-04-28 07:31:41 -03:00
Luccas Mateus de Medeiros Gomes
58ca032d3f
[basic-example][m] - update data to breaking bad
...
- Fix LineChart and allow the use of URLs
- Add applyFullWidthDirective back
- Fix favicon
- Remove data_1.csv and data_2.csv in favour of data.csv
- Remove vestiges of Vercel
2023-04-27 21:38:48 -03:00
Luccas Mateus de Medeiros Gomes
4b5329a93e
Merge branch 'feature/nextjs-inspired-docs' of github.com:datopian/portaljs into feature/nextjs-inspired-docs
2023-04-27 20:58:36 -03:00
deme
298b59d291
[#801,docs,tutorial][m]: move initial tutorial aside, rewrite the tutorial in a fashion more similar to the Next.js tutorial
2023-04-27 19:36:46 -03:00
Luccas Mateus
41e7f8ad8d
Basic example part 2 ( #806 )
...
* [basic-example][m] - initial commit
* [basic-example][m] - fix fetching of actual data
* [basic-example][m] - remove everything related to multiple pages
* [basic-example][sm] fix rendering issue
* [basic-example][m] - remove middleware
* [basic-example][m] - multiple datasets
* [basic-example][m] - multiple datasetst
2023-04-27 15:42:10 -03:00
Luccas Mateus de Medeiros Gomes
e354009e79
[basic-example][m] - multiple datasetst
2023-04-27 15:40:28 -03:00
João Demenech
ad209c8f21
merge: First tutorial + Example ( #804 )
...
## Changes:
- /docs is now a Getting Started page with the first tutorial
- basic-example added
2023-04-27 14:55:54 -03:00
Luccas Mateus de Medeiros Gomes
b49abb3b39
[basic-example][m] - multiple datasets
2023-04-27 07:51:09 -03:00
João Demenech
6d04e2d8c3
[readme][xs]: update discord link
2023-04-26 14:44:56 -03:00
Luccas Mateus de Medeiros Gomes
8038662160
[basic-example][m] - remove middleware
2023-04-26 09:15:55 -03:00
Luccas Mateus de Medeiros Gomes
5a70118545
[basic-example][sm] fix rendering issue
2023-04-26 08:24:11 -03:00
Luccas Mateus de Medeiros Gomes
8743f0d572
[basic-example][m] - remove everything related to multiple pages
2023-04-26 07:48:07 -03:00
Anuar Ustayev (aka Anu)
48908b0842
Merge pull request #802 from datopian/bugfix/docs-dms-images
...
Bugfix: add images that are missing on /docs/dms
2023-04-26 12:10:20 +06:00
Luccas Mateus de Medeiros Gomes
74a4f9a8ed
[basic-example][m] - fix fetching of actual data
2023-04-25 19:48:20 -03:00
deme
907015461a
[docs/dms][s]: add missing images
2023-04-25 17:43:56 -03:00
Luccas Mateus de Medeiros Gomes
7450302440
[basic-example][m] - initial commit
2023-04-25 15:03:07 -03:00
João Demenech
926ae16c35
Update discord invite link
2023-04-25 08:40:24 -03:00
João Demenech
63ab0c4d3c
Update discord link
2023-04-25 08:39:34 -03:00
Luccas Mateus de Medeiros Gomes
a31b2e8fa3
Empty-Commit
2023-04-25 07:59:57 -03:00
Luccas Mateus
5305cc4c2f
Make examples easy to use ( #798 )
...
* [monorepo][m] - remove nx from simple-example
* [simple-example][sm] - install octokit and simplify README
* [simple-example][m] - fix linting
* [monorepo][m] - simplify examples
* [monorepo][sm] - update docs
2023-04-25 07:39:34 -03:00
Anuar Ustayev (aka Anu)
e8bf4daf5f
Merge pull request #799 from datopian/feature/improve-user-flow
...
Improve user flow
2023-04-25 11:55:20 +06:00