2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-10 14:26:34 +00:00

26 Commits

Author SHA1 Message Date
MishkaRogachev
6a72773ab6 feat(ActivityCenter): Refactor AC Store and fix notifications counting
Close 
2022-10-28 12:29:40 +03:00
Lukáš Tinkl
f722dc0761 fix(CommunitiesGridView): don't display header labels when section empty
Do not display the Featured/Popular labels when the corresponding section
is emtpy

Fixes: 
2022-10-21 11:40:52 +02:00
Lukáš Tinkl
8e307d6c35 chore: minor Discord import related UI fixes
- correct plural in qsTr()
- readonly properties
- remove obsolete/dead/unused code
2022-10-20 10:40:41 +02:00
Patryk Osmaczko
fa1f396a86 fix(communities/portal): navigate or spectate community
fixes: 
2022-10-18 21:21:10 +02:00
Patryk Osmaczko
27a9133882 feat(communities/portal): add tags filtering 2022-10-18 12:53:41 +02:00
Michał Cieślak
2b6150177b feat(Storybook): First sample page (CommunitiesPortalLayout) 2022-10-10 15:09:12 +02:00
Pascal Precht
bf14b06d55 feat(CreateCommunityPopup): add discord import progress panel and discord message handling
This adds the UI plus all necessary models and signal handling to render
discord import progress in the desktop application.

It also introduces message handling for discord chat message types.

Requires  to function

Co-authored with @caybro
2022-10-06 09:13:57 +02:00
Michał Cieślak
4452574c24 feat(CommunitiesPortal): show placeholder when no search results
Closes: 
2022-10-04 11:09:40 +02:00
Michał Cieślak
e70fecaf2d feat(CommunitiesPortal): implement text search using mocked model
Additionally:
- communities grid made scrollable
- filtering done using SortFilterProxyModel
- various adjustments to the design
- clear input button added to the search input

Closes: 
2022-10-04 11:09:40 +02:00
Alexandra Betouni
fc3daa1451 (StatusSectionLayout): removed big space between header and content
Closes 7312
2022-09-28 15:37:52 +03:00
Lukáš Tinkl
f4a78a1f10 fix: port to StatusButton changes in master
and pull in changes from StatusQ master
2022-09-14 09:16:58 +02:00
Alexandra Betouni
e1c548696f feat(Desktop)!: Updating desktop app due to IconSettings refactor
As part of https://github.com/status-im/StatusQ/issues/781
2022-09-02 18:41:21 +03:00
Alexandra Betouni
b6ff7b9ded feat(desktop): Made activity button be visible everywhere
Closes 
2022-09-02 10:29:23 +03:00
Pascal Precht
fa5b862d2c feat(CreateCommunityPopup): introduce file selector and category panels 2022-08-26 10:59:41 +02:00
Pascal Precht
3509de8673 feat(AdvancedView): introduce feature flag for discord import tool
This adds a feature flag for the discord import tool so we can start
landing individual pieces of the feature without it being fully
implemented.

It also introduces the modal chooser for creating new communities but
it doesn't do anything more than that, as of this commit

Closes 
2022-08-26 10:18:49 +02:00
Pascal Precht
e98a3b27fb refactor: move CommunityBanner to shared namespace 2022-08-26 10:18:49 +02:00
MishkaRogachev
34671a27c1 fix(@desktop/community): Add tags row on communities portal page
Close 
2022-08-12 11:52:13 +04:00
PavelS
6216a9536d fix(@desktop/community) Community portal adjustment
Fixes 
2022-08-04 15:49:08 +03:00
Noelia
7b4802db83 test(CreateGroupChat): Create Group Chat
- Created new test case with basic create group chat scenario.
- Added specific data folder for `tst_groupChat`.
- Removed deprecated data folder.
- Added dynamic login (depending on the account).
- Added global account information in `suite_status/data` folder.
- Added new group chat validations, title, history texts, members added and send chat message.
- Replaced some ids by objectNames.
- Some improvements in `names.py`.
- Onboarding objects refactor.

Fixes 
2022-07-28 14:21:32 +02:00
Alexandra Betouni
84522bd7fe fix(CommunitiesPortal): fixed status input as per design
Closes #https://github.com/status-im/status-desktop/issues/6358
2022-07-25 15:07:27 +03:00
Jonathan Rainville
1dfd1539f2 test(community): add e2e test that creates a community
Fixes 
2022-07-22 11:19:10 -04:00
MishkaRogachev
0d3aed0611 fix(@desktop): Fix scrolling twitches using ScrollView amd Flickable items
Close 
2022-07-21 18:44:30 +03:00
Alexandra Betouni
2bd685943f feat(chat): Removing dynamic scoping from chat section
Closes 
2022-07-15 17:00:36 +03:00
Noelia
1da749ebe9 fix(CommunitPortal): Scroll doesn't work correctly on the Community Portal page
- Replaced `ScrollView` to new component in `StatusQ` -> `StatusScrollView`.

Fixes 
2022-07-15 07:57:36 +02:00
Noelia
70383a51bd feat(CommunitiesPortal): Enable Communities portal & update chat menu
- Removed 'Communities Portal' toggle from the advanced settings and enable it by default.
- Removed dropdown menu. The button opens directly the join public chat modal.
- In the portal, "Import community" button is now clickable and opens the import community modal.
- In the portal, "Create community" button is now clickable and opens the create community modal.
- Enabled navigation to the clicked community.

Closes 
2022-06-27 10:28:36 +02:00
Noelia
ed39690071 feat(CommunitiesPortal): Communities Portal first UI approach
Closes 
2022-06-02 08:24:02 -04:00