Lukáš Tinkl
894cb9eff3
fix: Remove syncing header from ‘Notifications and Sounds’
...
Fixes #9683
2023-04-04 19:00:32 +02:00
Lukáš Tinkl
3c1775ba6e
fix: Setting / Notification & Sounds - Copy update
...
Change the text from "Allow Notifications" to "Allow Notification
Bubbles" to better describe the intent
Fixes #9882
2023-03-16 10:15:32 +01:00
Lukáš Tinkl
77ac9b0e78
fix(NotificationsView): fixup global @everyone text
...
Fixes #9708
2023-03-14 16:19:27 +01:00
Lukáš Tinkl
f5d6c538c2
chore: consolidate & refactor popup handling
...
- all remaining global popup components moved into a separate Popups
entity
- removed some static objects from the Global singleton (appMain,
pinnedMessagesPopup, communityProfilePopup, sounds); rationale:
singletons should not contain any state
- fixed support for popups in storybook
- fixed some warnings (most of them broke the popups in one way or the other)
2023-02-09 15:01:57 +01:00
Alexandra Betouni
aa2e6386a2
fix(statusApp): resolving qml errors/warnings pt2.1
...
Relates to #8864
2023-02-08 18:43:51 +02:00
Lukáš Tinkl
668ea868c4
fix(notifications): The sound of notifications is harsh and annoying
...
Use logarithmic sound volume scale instead of linear when interpreting
the sound volume value
TLDR; we were literally overblowing the speakers with absolute sound
volume levels; for the whole story I recommend reading:
https://www.dr-lex.be/info-stuff/volumecontrols.html
Also play a sound preview when changing the volume in Settings
Needs https://github.com/status-im/dotherside/pull/83
Fixes #8426
2022-12-12 11:39:32 +01:00
Lukáš Tinkl
7a407662e2
feat: New Profile Modal
...
Fixes : #7360
2022-10-17 12:05:54 +02:00
Lukáš Tinkl
813dbc57c0
feat: notification through notify-send on Linux
...
plus some minor UI changes in the Notifications settings; notably
toggling the exemptions was broken
Closes #2520
2022-10-13 17:28:46 +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
Boris Melnik
4f2db08a75
fix(StatusListItem): fix `sensor.onClicked` to `onClicked`
...
Closes : #7135
2022-08-25 11:55:55 +03:00
PavelS
38c77095b8
fix(@desktop/chat): adjust add members default picture
...
Update colorForPubkey to check if colorId is in bounds
Replace userCustomizationColors array usage with Utils function call
Fixes #6971
2022-08-23 13:07:58 +03:00
Alexandra Betouni
be64f60a86
fix(StatusInput): Updated status input custom height leftovers
...
Closes #6637
2022-07-26 14:45:41 -04: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
MishkaRogachev
58e0fce819
feat(@desktop): Fix twitchy scrolling issues
...
Close #6187
2022-07-21 18:44:30 +03:00
Sale Djenic
aeba272ae4
fix(@desktop/notifications): move notifications settings to `status-go`
...
Fixes #5649
2022-05-26 12:07:19 +02:00
Richard Ramos
d6b83e8b96
fix: invalid pubkey error
2022-05-25 18:39:59 -04:00
Sale Djenic
03d7632f32
fix(@desktop/notifications): revamp notifications settings & behaviour
...
- signal for adding notification to the Activity Center introduced
and emitted, but that part is not handled within this commit since
there are some details needed to be discussed in the PR#5334
- signal for displaying ephemeral app notification is introduced
and emitted, but that part is not handled within this commit since
we don't have yet ephemeral notificaiton in place.
Fixes #4902
2022-05-13 14:58:39 -04:00
Sale Djenic
2904018173
fix(@desktop/settings): content on the right side for all subsections need to have the same geometry
...
Structure of the all subsection of the settings section has the same
high level structure
Fixes #5650
2022-05-10 20:47:29 +02:00
Sale Djenic
9b1e794e8f
refactor(@desktop/settings-pivacy-security): privacy and security section updated
2022-02-01 11:47:43 +01:00
Sale Djenic
46869afa5f
refactor(@desktop/settings-notifications): notifications settings added
2022-02-01 11:47:18 +01:00
Khushboo Mehta
1977420db2
refactor: remove dynamic scoping from profile module
...
closes #4247
2022-02-01 11:43:27 +01:00
Pascal Precht
71bd0c579c
fix(@desktop/profile): make notifications view work in darkmode again
2021-11-05 11:02:45 -04:00
Sale Djenic
f0b2ed6cca
refactor(@desktop/general): `appSettings` moved to Nim
2021-11-05 11:02:45 -04:00
Alexandra Betouni
426c116bac
refactor(desktop) Made shared a QML module
...
Use it as import shared 1.0, import shared.controls 1.0
etc instead of import "../../../shared"
Closes #3934
2021-10-27 18:05:45 -04:00
Pascal Precht
a12d047d77
refactor: replace StatusRadioButtonRow with RadioButtonSelector
...
This does a couple of things:
- It remove StatusRadioButton row from ui/shared/status
- Introduces RadioButtonSelector in ui/shared/controls instead
- That component is then built with StatusQ
2021-10-27 11:47:27 -04:00
Pascal Precht
638e91717e
refactor: move `Separator` to ui/shared/panels
2021-10-14 12:51:27 -04:00
Pascal Precht
4e8f2303e6
refactor(@desktop/profile): introduce new QML and store structure in profile section
...
Closes #3712
2021-10-14 09:29:05 -04:00