Pavel Prichodko
37fe627d99
feat(system): add aria attribute to menu
2022-04-11 20:58:01 +02:00
Pavel Prichodko
c14b74002d
feat(system): add ButtonGroup component
2022-04-06 14:47:18 +02:00
Pavel Prichodko
9c351dd0d0
feat(system): add CopyInput component
2022-04-06 14:05:04 +02:00
Pavel Prichodko
db47a0aeb0
feat(system): add label to Input component
2022-04-06 14:04:42 +02:00
Pavel Prichodko
d428554d94
feat(react): pinned message state
2022-04-06 14:02:24 +02:00
Pavel Prichodko
f9c8c3f6dd
feat(react): add local storage hook
2022-04-06 14:00:28 +02:00
Pavel Prichodko
aadaa8d013
refactor(react): sidebar components structure
2022-04-06 14:00:03 +02:00
Pavel Prichodko
4979a5cd96
feat(system): add more dialog sizes
2022-04-06 10:38:34 +02:00
Pavel Prichodko
c4e80bbdb3
feat(system): add ref to popover and tooltip triggers
2022-04-06 10:37:53 +02:00
Pavel Prichodko
c7e6b14e35
feat(system): add small size button variant
2022-04-06 10:35:10 +02:00
Pavel Prichodko
15526db046
feat(system): add outline button variant
2022-04-06 10:34:35 +02:00
Pavel Prichodko
211adef137
feat(react): focus chat input when replying
2022-04-06 10:33:58 +02:00
Pavel Prichodko
d6ed1d8496
feat(react): add components config options
2022-03-31 16:05:59 +02:00
Pavel
6d2581c072
Use react-router-dom for routing ( #246 )
...
* feat(react): move chat and new-chat to routes
* feat(react): setup react router
* feat(react): use links in sidebar
* feat(react): add link to IconButton component
* feat(react): add router to config
2022-03-31 15:34:32 +02:00
Pavel Prichodko
775a0885c3
fix(react): add missing dependencies
2022-03-31 15:15:24 +02:00
Pavel Prichodko
45f8afd4e0
fix(system): DropdownMenu children prop type
2022-03-31 15:14:22 +02:00
Pavel Prichodko
7ebd125370
feat(system): add label props to AlertDialog
2022-03-31 15:14:01 +02:00
Pavel Prichodko
43ab8e6240
feat(system): pass open state to children in ContextMenu
2022-03-31 15:13:44 +02:00
Pavel Prichodko
b662c253f3
feat(system): use colors from design system in Button
2022-03-31 15:13:22 +02:00
Pavel Prichodko
66ecfa407e
refactor(react): chat messages content
2022-03-31 15:12:33 +02:00
Pavel Prichodko
aa0dd52252
feat(system): add mention and pin to colors
2022-03-31 14:53:42 +02:00
Pavel Prichodko
ba359a5cc7
feat(system): improve typography components
2022-03-18 19:14:30 +01:00
Pavel Prichodko
3370171ddf
feat(system): add radius to Image primitive
2022-03-18 19:14:13 +01:00
Pavel Prichodko
0adf32dc7a
feat(system): add Popover component
2022-03-18 19:13:14 +01:00
Pavel Prichodko
a5d820d58c
refactor(react): improve icons
2022-03-18 19:12:50 +01:00
Pavel Prichodko
49135c57e5
feat(system): improve Dialog composability
2022-03-18 18:10:14 +01:00
Pavel Prichodko
8efa04f054
feat(system): add Separator primitive
2022-03-18 14:32:11 +01:00
Pavel Prichodko
da9beccd76
Add colors from design system
2022-03-18 12:15:46 +01:00
Pavel Prichodko
8590951786
feat(react): add full radii property
2022-03-16 14:58:22 +01:00
Pavel Prichodko
f9a99c3946
feat(react): add MemberSidebar component
2022-03-16 12:42:30 +01:00
Pavel Prichodko
c1fba5e633
feat(react): add MainSidebar component
2022-03-16 12:41:55 +01:00
Pavel Prichodko
59f0198d81
refactor(react): community module structure
2022-03-16 12:41:15 +01:00
Pavel Prichodko
a7f2c89a08
feat(react): add global app context
2022-03-16 12:37:46 +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
e839363c53
Simplify consumer configuration and add options ( #236 )
...
* Improve components configuration
* Update examples
* Move Theme to types
2022-03-03 16:54:59 +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
c1f9fc9f9f
Support relative imports in packages ( #234 )
...
* Update tsconfigs
* Add ESLint support for relative paths
2022-03-02 18:08:35 +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 Prichodko
0644bfa3db
Fix react imports grouping sort
2022-02-24 23:30:34 +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
5ed925c02d
Move examples and migrate to Parcel ( #224 )
...
* Remove old examples
* Add Community and Channel examples
2022-02-23 15:32:08 +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