Pavel Prichodko
7265ec260c
feat(react): add user profile dialog to chat message
2022-05-23 14:46:08 +02:00
Pavel Prichodko
89177dfdc3
feat(react): comment out unused parts
2022-05-23 14:39:42 +02:00
Pavel
5cd02e8d64
Delete legacy code ( #249 )
...
* refactor(react): delete unused contexts
* refactor(react): delete unused hooks
* refactor(react): delete unused components
* refactor(react): delete unused types
* refactor(react): delete unused utils
* feat(react): simplify Community component structure
2022-04-18 16:20:31 +02:00
Pavel Prichodko
a781ef4f7c
feat(react): improve dark mode
2022-04-18 15:50:00 +02:00
Pavel Prichodko
f9abfc56d8
feat(react): update media query for sidebars
2022-04-14 16:18:31 +02:00
Pavel Prichodko
51c6250b6e
feat(react): improve usage of theme tokens
2022-04-14 13:44:55 +02:00
Pavel Prichodko
151b80bc9b
feat(react): implement message reactions
2022-04-14 12:37:59 +02:00
Pavel
9c74cf4685
Dialogs ( #247 )
...
* Add community dialog
* feat(react): add welcome dialog
* feat(react): add connect wallet dialog
* feat(react): add disconnect dialog
* feat(react): add create profile dialog
* feat(react): add welcome dialog
* feat(react): add load throwaway profile dialog
* feat(react): add sync status profile dialog
* fix(react): disconnect dialog spacing
* feat(react): add get started section to main sidebar
* feat(react): add user profile dialog
* feat(react): add edit group dialog
* feat(react): support opening dialogs programmatically
* feat(react): delete legacy components
2022-04-12 15:51:49 +02:00
Pavel Prichodko
d9a0fb49ae
refactor(react): unify imports from system
2022-04-11 21:36:31 +02:00
Pavel Prichodko
eba39b7e27
feat(react): add ReactionPopover component
2022-04-11 21:08:17 +02:00
Pavel Prichodko
b771115011
feat(react): unify chat menu
2022-04-11 21:00:10 +02:00
Pavel Prichodko
aadaa8d013
refactor(react): sidebar components structure
2022-04-06 14:00:03 +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
66ecfa407e
refactor(react): chat messages content
2022-03-31 15:12:33 +02: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
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 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
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