Pavel
b88f7e73da
[website] Add documentation ( #403 )
...
* setup md/mdx
* add test page
* setup mdx provider
* Add breadcrumbs
* links -> routes
* add information box
* add more remark plugins
* text InformationBox
* setup contentlayer
* add testing docs folder
* setup docs static generation
* add ssg to blog too
* add Shortcut component
* add SearchButton
* add hook for keyboard shortcuts
* update main docs page
* update main learn page content
* side-bar -> sidebar-menu
* rename docs pages
* add heading anchors, use new components
* add table of contents to docs
* move styling to breadcrumbs
* cleanup markdown examples
* change slugify fn
* update getting-started.md
* add highlight matches component
* update learn pages
* rename website InformationBox to Admonition
* ?enable user-select
* add static helpers to epics
* simplify components structure
* update insights layout
* add link tree utils
* add search engine
* update docs import
* update contenlayer
* add docs indexer
* support code block highlighting
* search index
* fix types
* remove supporting files
* update tree builder
* make build work
* update docs
* update label
* update toc
* add config.json
* update menu
* search index import
* learn -> help
* fix md file
* update toc
* fix code snippets
* add help index route
* remove testing files
* add original docs
* migrate getting started
* migrate messaging-and-web3-browser docs
* migrate network-nodes-and-statistics docs
* handle empty content
* add navigation config
* wip
* migrate status-wallet docs
* migrate to new admonitions format
* migrate your-profile-and-preferences docs
* migrate part of status-communities docs
* mv
* rm log
* index
* fix lint
* fix warn
* fix title
* fix docs layout
* udpate next.config
* use lowercase lang
* generate contentlayer types before typechecking
* update docs images
* update help routes
---------
Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
2023-06-27 21:30:11 +01:00
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 Prichodko
a9e9682ed0
rename typegen -> build:types
2023-03-14 13:49:33 +01:00
Pavel Prichodko
01a06e8132
unify react versions
2023-03-13 22:24:39 +01:00
Pavel Prichodko
47308ca5c3
unify package.jsons
2023-03-13 21:48:42 +01:00
Pavel Prichodko
1042d1acfd
replace rm with rimraf
2023-01-20 15:27:05 +01:00
Pavel Prichodko
27430ce846
v0.1.1
2022-10-09 18:58:52 -05:00
Pavel Prichodko
3896ea8f6e
v0.1.0
2022-10-07 22:09:04 +02:00
Pavel
95dc03b99f
Fetch history ( #292 )
2022-10-07 21:30:22 +02:00
Felicio Mununga
36322d5a41
Add Activity Center ( #312 )
...
* add activityCenter.ts
* use activityCenter.ts
* add "Launch via Vite Node"
* remove comments
* add comments
* type hook
* reverse order of notifications
* remove `activityCenter` from `provider.tsx`
* set `count`'s default value
* ref `ChatMessage` by id instead of object reference
* Revert "ref `ChatMessage` by id instead of object reference"
This reverts commit 1284386d22
.
* add badge `totalCount`
* add `@radix-ui/react-tabs`
* skip non-mentions
* update comments
* add `member` to `ChatMessage`
* add `MarkAllAsReadIcon`
* add `40` avatar variant
* add `initialsCount` to `Avatar`
* add `TinyReplyIcon`
* use `Popover`
* move components
* move components
* wip
* ignore clicks on tags themselves
* add root route
* use chat display name
* fix icons
* use `asChild` for tabs
* remove `vertical`
* use `value` and `onValueChange`
* use active state with `compoundVariants`
* use `&[data-state]...` instead of `compoundVarinats` and `active` prop
* fixup `chatDisplayName`
* postion badge
* prevent dragging of the whole page in either direction
* add tooltips
* change message's background on hover
* change navigation style
* add `category` to `removeNotifications`
* prevent deleting of messages that are not mentions or replies from activity center
* show members sidebar by default
* fix members layout
* add comment
* add `date-fns`
* add date separator
* comment
* move `Badge` to `/system`
* move `Tag` to `/system`
* comment `Text`
* replace `Link` for `useNavigate`
* move `Activity` to `/system`
* comment
* export `Notification`
* update fixtures in `activityCenter`
* remove fixtures
* movet `Tabs` to `/system`
* update `mapChatMessage`
* update `.eslintignore`
* resolve typecheck errors
* update `.prettierignore`
* resolve formatting error
* upgrade tooltip
* use `scrollIntoView`
* remove comments
* rename `close` to `onNavigateChange`
* revert scrolling changes in `/member-sidebar`
* rename members label from `Online` to `All`
* rename `initialsCount` and use union
* rename `MarkAllAsReadIcon`
* rename `selected`
* fix typo
* revert formatting
* close `Avatar`
* use `css` where possible without changing elements
* extract props types to interfaces
* rename `ActivityCenter`
* remove `overflow`
* replace `style` for not yet stitched elements
* revert global style changes
2022-10-07 20:02:17 +02:00
Felicio Mununga
2b71b49e71
Move global/base styles and remove `styled-components` ( #314 )
2022-10-05 16:29:36 +02:00
Felicio Mununga
c4f052f71a
set `"access": "public"` for publishing
2022-07-06 15:37:35 +02:00
Pavel Prichodko
706c5693fa
remove relative paths from status-react
2022-07-01 15:20:34 +02:00
Felicio Mununga
d225623df9
v0.1.0-alpha.2
2022-06-30 17:03:12 +02:00
Felicio Mununga
1b89774ad1
v0.1.0-alpha.1
2022-06-30 16:02:34 +02:00
Pavel
0677fedc0e
Setup GitHub Actions ( #287 )
...
* add new GitHub Action for CI
* add yarn flag
* use actions v3
* add ci badge (lol)
* cache lint and format scripts
* add more steps
* remove unused component
* fix lint errors
* remove unsued eslint plugins
2022-06-29 16:46:51 +02:00
Pavel Prichodko
df6b52736e
set mode to development during dev
2022-06-28 16:54:21 +02:00
Pavel
680ce2f79b
Move to ESM, Vite, Vitest and Turborepo ( #286 )
...
* fix example hot module replacement
* add turbo
* migrate to vite
* use turbo for running scripts
* migrate testing to vitest
* set yarn in settings.json
* set noEmit in base tsconfig
* update yarn.lock
* move protos to src
* remove relative paths from status-js
* remove unused files
* update declaration dir
* use vite-node as a debugging runtime
* fix test
* unify tests
* fix test case typo
2022-06-28 16:40:39 +02:00
Pavel Prichodko
54020b4be6
upgrade stitches
2022-06-09 14:48:54 +02:00
Pavel Prichodko
817b877634
add idToContentTopic
2022-06-04 13:09:49 +02:00
Felicio Mununga
093010a844
remove js-sha3 from status-react
2022-05-25 14:42:27 +02:00
Felicio Mununga
cc760d258a
remove js-waku from status-react
2022-05-25 14:42:01 +02:00
Felicio Mununga
b1e5bea532
Fix status-js `name` ( #268 )
2022-05-24 12:42:05 +02:00
Pavel
0e799928e5
Bump to js-waku@0.23.0 ( #263 )
2022-05-19 15:37:46 +02:00
Pavel Prichodko
a361820b24
setup: add clean scripts
2022-04-18 16:54:40 +02:00
Pavel Prichodko
555d22e006
feat(system): add Checkbox component
2022-04-11 21:29:58 +02:00
Pavel Prichodko
5c0f785b2d
fix(react): add missing dependencies
2022-04-11 21:04:05 +02:00
Pavel Prichodko
d54e048dd9
chore(react): upgrade qrcode.react
2022-04-11 21:03:41 +02:00
Pavel Prichodko
775a0885c3
fix(react): add missing dependencies
2022-03-31 15:15:24 +02:00
Pavel Prichodko
8efa04f054
feat(system): add Separator primitive
2022-03-18 14:32:11 +01:00
Pavel
16fac14582
Add Design System ( #238 )
...
* feat(examples): add full height and remove wrapping div
* Remove Channel component in favour of options
* feat(react): add hook for keyboard shortcuts
* setup: sort only react related packages at the top
* Add radix-ui packages
* feat(system): add stitches config file
* feat(system): add Image primitive
* feat(system): add Avatar component
* feat(system): add Box primitive
* feat(system): add Flex primitive
* feat(system): add Grid primitive
* feat(system): add Tooltip component
* feat(system): add Icon primitive
* feat(system): add Button component
* feat(system): add IconButton component
* feat(system): add EthAddress component
* fix(system): pass down button props
* feat(system): add option to hide Icon from screen readers
* feat(system): add Heading component
* feat(system): add Text component
* feat(system): add TextInput component
* feat(system): add Dialog component
* feat(system): add VisuallyHidden primitive
* feat(system): add Menu primitive
* feat(system): add DropdownMenu component
* feat(system): add ContextMenu component
* refactor(system): Icon component prop name
* feat(system): add AlertDialog component
* feat(system): update Avatar default background color
2022-03-15 13:47:17 +01:00
Pavel
5d3926779f
Update @status-im/react exports ( #235 )
...
* Move Community to modules folder
* Move Channel to modules folder
* Remove fetch metadata provider
* Update index file extension
2022-03-03 16:20:23 +01:00
Pavel
3aba1ec88a
Upgrade js-waku to 0.18.0 ( #232 )
...
* Bump js-waku to 0.18.0
* Update nodes init function
2022-02-28 13:40:33 +01:00
Pavel Prichodko
3bac286c21
Add react and react-dom as peerDependency
2022-02-25 00:08:29 +01:00
Pavel
5338e8a080
Remove unused files and cleanup package.json ( #230 )
...
* Remove unused files
* Cleanup package.json scripts and deps
* Reorder package.json fields
2022-02-25 00:02:30 +01:00
Pavel
e6680f8e62
Improve ESLint monorepo configuration ( #228 )
...
* Unify ESLint configuration
* Add .eslintignore file
* Add Node and Jest ESLint plugins
* Fix linting issues
* Sort imports and type imports
2022-02-24 22:58:50 +01:00
Pavel
88f1dddf58
Use Parcel for building of packages ( #227 )
...
* Use Parcel for building packages
* Make package exports explicit
* Fix missing dependencies
2022-02-24 16:44:09 +01:00
Pavel
1a1e86195e
Improve TypeScript monorepo configuration ( #226 )
...
* Unify TypeScript configuration
* Fix package.json target fields
2022-02-23 16:16:42 +01:00
Pavel
2a2c356807
Improve Prettier monorepo configuration ( #225 )
...
* Add prettier configuration files
* Move prettier command to monorepo root
* Format all files
2022-02-23 15:49:00 +01:00
Pavel
f1b125cc4d
Update packages to @status-im ( #223 )
...
* Downgrade to yarn v1
* Rename status-communities to status-core
* Rename chat-sdk to status-react
* Rename packages in examples
* Update readme
* Remove changelog
* Add extensions recommendations
* Update gitignore
* Rename package imports
2022-02-23 15:03:14 +01:00