Pavel
|
45e36b2360
|
[website] Add blog (#417)
* add ghost api
* connect blog overview page
* connect and render post detail
* add processing to server
* update blog detail page
* add eslint-plugin-tailwindcss
* add @tanstack/react-query
* truncate text by numberOfLines
* use ComponentPropsWithRef to infer style prop type
* update ghost fns
* update index
* add tag page
* add author page
* update /
* update /tag
* update /author
* update detail page
* fix posts type
* disable redirect
* remove global background
- not found pages
- pages without common layout (preview)
* tmp: hide nav on smaller screens
* update app layout spacing
* remove text truncating
* update / spacing and sizing
* update .vscode/settings.json
* update .eslintrc
* update prettier-plugin-tailwindcss
* sort tailwind classes
* add packages/eslint-config-custom
* use turbo lint
* use tailwind.config.cjs
see https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/212
* reset global line-height
* fix lint-staged
* update color tokens
* update spacing and sizes
* Update apps/website/src/lib/ghost.ts
Co-authored-by: Pavel <14926950+prichodko@users.noreply.github.com>
* update layout max width
* update card min width
* set line-height
* set overflow on pre
* use flex for markdown content to prevent overflow
* collect follow-ups
* add visibility filter
* update page count
* rename var
* remove filter
* use prod ghost api key
* update ghost api
* revert line-height
* add limit to getPosts params
* update visible posts
* add related articles
* add env vars to gh
* rename eslint config package
* update gh vars
* rename envs
* set emtpy array to related posts
* fix lint-staged
* prevent importing server envs on client
* set limit
---------
Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
|
2023-06-21 11:35:48 +01:00 |
Pavel
|
e05c318035
|
Add initial insights implementation (#388)
* add colors to tailwind config
* update reset.css
* add epics page
* add epic detail page
* add orphans page
* add repos page
* add missing @status-im/components exports
* update visx link
* support icons in <Tag />
* update Tag in website
* emojiOnly -> iconOnly
* update icons scripts
* add missing dir to clean script
* enable eslint next config
* restructure website and add layouts
* move static data outside components
|
2023-05-03 14:25:17 +02:00 |
Pavel
|
6558e437f5
|
Automate sync of colors and icons with Figma (#378)
* remove old icons
* add script for syncing icons
* regenerate icons
* update @status-im/icons exports
* allow scroll in storybook
* migrate to new icons import
* add iconography story
* update root package.json
* fix typo
* add @status-im/colors
* generate colors
* add colors story
* fix ci
|
2023-04-14 23:27:05 +02:00 |
Pavel Prichodko
|
a9e9682ed0
|
rename typegen -> build:types
|
2023-03-14 13:49:33 +01:00 |
Pavel Prichodko
|
1fac364ffe
|
fix local development
|
2023-03-14 13:48:09 +01:00 |
Pavel Prichodko
|
24df67ad33
|
update scripts
|
2023-03-13 22:52:54 +01:00 |
Pavel Prichodko
|
05d4a54c14
|
upgrade vite and friends
|
2023-03-13 22:37:38 +01:00 |
Pavel Prichodko
|
1fb8f99740
|
fix icons generations
|
2023-03-13 21:47:52 +01:00 |
Pavel Prichodko
|
1532c3cb57
|
add suffix to icons
|
2023-01-23 14:03:08 +01:00 |
Pavel Prichodko
|
e1c18bc086
|
add all icons + cross-platform generation
|
2023-01-20 15:27:05 +01:00 |
Pavel Prichodko
|
aee4269406
|
add icons package
|
2023-01-18 14:18:27 +01:00 |