Michał Cieślak
b64dcaa14f
fix(general): removed not working code for cropping tmp profile image
...
It was a source of warnings in the app and storybook.
Closes : #8519
2022-12-01 15:13:46 +01:00
MishkaRogachev
e635ccdc93
fix(ActivityCenter): Get rid of DelegateChooser in ActivityCenterPopop
...
Close #8499
2022-12-01 15:05:03 +04:00
Jonathan Rainville
b65211ac94
feat(Settings): Enable Community Archive by default and remove toggle
...
Closes : #6098
Original commit by @borismelnik
2022-11-30 14:41:48 -05:00
Richard Ramos
8720fe6949
chore(waku2): disable light nodes in status.prod
2022-11-30 10:24:38 -05:00
Richard Ramos
50b4dacfef
feat: use identify protocol instead of separate wakuv2 nodeconfig items
2022-11-30 11:23:41 -04:00
Lukáš Tinkl
5c9cc84b3c
fix: figma links pasted in channel are not clickable
...
- recognize parentheses, `(` and `)` respectively, as part of a URL when
linkifying the hyperlink; these are valid URL characters
- also correct the "status-im" deep link prefix to the new form
Fixes : #8512
2022-11-30 15:44:05 +01:00
Pascal Precht
3af77c9c96
fix(chat): rename 'Chat' -> 'Messages' headline
...
Closes #8483
2022-11-30 14:33:20 +01:00
Boris Melnik
bff6b22fc4
fix(replies): Get original message from status-go for replies
...
Fixes : #7248
2022-11-30 14:07:49 +01:00
Lukáš Tinkl
3d4cb12d0c
fix: some notification UI fixes
...
This aims at bringing the notifcation display closer to what regular
messages look like, namely:
- show compressed chat keys
- don't show identicon rings for ENS names
- fix timestamps and their tooltips (`notification` isn't part of StatusMessage!)
- unbreak clicking outside of the whole popup overlay (`activityCenter`
is undefined)
- fix blurry checkmark icon for marking notification as read
2022-11-30 11:05:58 +01:00
Michał Cieślak
cda881af46
feat(Storybook): Possibility to modify Figma links directly from the app
...
Closes : #8450
2022-11-29 22:28:57 +01:00
Jonathan Rainville
4c1370f7ef
test(Settings): adds a test that sends a contact request with chat key
2022-11-29 15:51:29 -05:00
mprakhov
e8e2c022ca
fix(@desktop/chat): Hide quick actions panel in non-joined chats
2022-11-29 19:56:04 +02:00
Jonathan Rainville
dd1caf7a48
hotfix(wallet): comment out history timer to fix app hanging on close
...
Fixes #8401
Threads in Nim are very bad and when the app closes, the thread doesn't close until it is done. That means that the 20 minute timer needs to finish before it can be closed.
2022-11-29 10:37:35 -05:00
Patryk Osmaczko
316372b469
chore: remove StatusAppNavBarFilterModel
2022-11-29 16:06:33 +01:00
Patryk Osmaczko
5d305a5221
refactor(StatusAppNavBar): simplify navbar
...
- removed imperative filtering
- removed imperative size calculation
- removed all ugly hacks
fixes : #7167
fixes : #8463
2022-11-29 16:06:33 +01:00
Boris Melnik
87d51ab039
feat(ActivityCenter): Click on reply message jumps to message in chat log
...
Fixes : #8121
2022-11-29 16:42:37 +03:00
MishkaRogachev
726ae26128
hotfix(ActivityCenter): Fix AC timestamps and binding loop for previousMessageIndex
...
Close #8434
2022-11-29 16:49:36 +04:00
Pascal Precht
213924f6e9
feat(chat): support copy & pasting images into chat input
...
This adds support for receiving copied images from the clipboard
and pasting it into the chat input.
After pasting, chat input will recognize the image and render a preview
similar to how it would do it when selecting images via the file dialog.
**Also important to note**:
At the time of this PR, it seems that desktop only supports sending
jpegs to status-go. I'm not sure if this was deliberately done this way
because the protocol says it supports jpg, png, webp and gif.
Because of this, pasting for example pngs will work, however
transparency will be lost (which is also most likely the cause of #8820 )
This PR operates on that assumption. So while it adds support for
copy/pasting images, it does not address the lack of file type support.
Closes #3395
2022-11-29 12:31:18 +01:00
Michał Cieślak
5dcd3dde23
chore(Storybook): CMakeLists - common lib for app and tests defined
2022-11-29 11:30:13 +01:00
Michał Cieślak
8e39d761dc
feat(Storybook): Figma links loaded from json file
...
Closes : #8187
2022-11-29 11:30:13 +01:00
Jonathan Rainville
10684c22a0
fix(chat): dont notify or show badge on muted channels
...
Fixes #6184 and fixes #8370
2022-11-28 13:40:11 -05:00
Michał Cieślak
f934eeebb3
feat(Storybook): Prevent building for desktop using Storybook.pro
...
Closes #8451
2022-11-28 17:28:56 +01:00
Richard Ramos
e2f157018c
chore(storenode): bump status-go, and log result of each storenode requests
2022-11-28 10:07:20 -04:00
Richard Ramos
3516e1d341
fix: allow copying the results of callPrivateRPC
2022-11-28 10:06:41 -04:00
Michał Cieślak
a998f654a2
fix(Storybook): linking WebEngine causes errors on Linux
...
Linking to WE is not needed. Setting Qt::AA_ShareOpenGLContexts
attribute is sufficient to make QWebEngine working properly.
Closes : #8454
2022-11-28 15:04:31 +01:00
Richard Ramos
c207ee126f
feat: show peer multiaddresses with wakuext_peers
2022-11-28 09:27:57 -04:00
mprakhov
8f13ad8f93
test(@desktop/chat): Can reply to a message in a community channel
2022-11-28 14:19:00 +02:00
Lukáš Tinkl
6b7eea8db9
fix: unbreak suggestions for emojis containing an underscore
...
- don't consider `_` as a "punct" or invalid character, some emojis like
flags do contain it in their name
Fixes : #8446
2022-11-28 12:11:23 +01:00
Michal Iskierko
48b2b978e4
fix(@desktop/test): Fixing chat flow test
...
Fixing hover menu problems: reply, edit, delete message.
Fix #7911
2022-11-28 11:17:00 +01:00
MishkaRogachev
8b9b399077
fix(Contacts): Add self id for identity verification requests
...
Close #8277
2022-11-28 14:14:04 +04:00
Michal Iskierko
9ca058c6ef
chore(@desktop): Update DOtherside
...
Fix #6179
2022-11-28 10:41:27 +01:00
Michal Iskierko
995c77bcaa
chore(@desktop): Update nimqml
...
Issue #6179
2022-11-28 10:41:27 +01:00
Patryk Osmaczko
d0725d451e
fix(ui-test/ChatFlow): retry to load stickers
...
For some reason stickers are not loaded for the first time. User has now
the ability to retry the loading procedure. Retry action loads stickers
successfully in most cases.
fixes : #7995
2022-11-25 17:06:59 +01:00
Patryk Osmaczko
56fc768d6f
refactor(StatusStickersPopup): do general popup refactor
...
- remove imperative state assignments, rely on bidings
- move private stuff to QtObject{id: d}
- restructure object attributes to follow QML Coding Conventions
2022-11-25 17:06:59 +01:00
Patryk Osmaczko
4917f46785
chore(chat/stickers): expose `loadStickers` to the view
2022-11-25 17:06:59 +01:00
Patryk Osmaczko
8b4d527651
chore(chat/stickers): propagate stickers loading failure
2022-11-25 17:06:59 +01:00
Lukáš Tinkl
d5478babfb
fix: unbreak the image context menu
...
- don't reference non-existent code
- positioning it manually is wrong anyway
Fixes : #8447
2022-11-25 16:15:29 +01:00
Michal Iskierko
a46206e4fd
fix(@desktop/chat): Hide create chat panel when some other menu items are selected
...
Fix #7675
2022-11-25 14:17:23 +01:00
Pascal Precht
d8bda2490a
fix(communities): handle removed community chats properly
...
We were ignoring the `removedChats` in the messenger response and
therefore never processed deleted community chats in the client.
This commit adds `removedChats` to `handleCommunityUpdates()` and
ensures that the community channel's ID is used when emitting a signal
to the app.
This needs: https://github.com/status-im/status-go/pull/2973
Closes #8000
2022-11-25 09:21:50 +01:00
Lukáš Tinkl
c1fd4cc680
fix(StatusEmojiSuggestionPopup): emoji is blurry in the suggestions popup
...
use an SVG icon instead of a potentially lowres PNG
Fixes #8409
2022-11-24 14:35:54 +01:00
mprakhov
92da7ee9a3
fix(@desktop/test): [suite_communities / tst_communityFlows] - 'The admin changes the emoji of a channel'
2022-11-24 14:50:43 +02:00
Jakub Sokołowski
5f36d4f99f
ci: fix name of e2e test jobs in gh comments
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-23 20:04:25 +01:00
Dario Gabriel Lipicar
4907f52b46
refactor(@desktop/wallet): remove unused 'collectible' module
2022-11-23 15:29:19 -03:00
Dario Gabriel Lipicar
ecd799c209
fix(@desktop/wallet): fix switch accounts after opening collectible details
...
Moved logic for CollectibleDetailView to Nim module.
2022-11-23 15:29:19 -03:00
Lukáš Tinkl
2bf2861631
fix: reactions distance to message content is inconsistent
...
- harmonize the margins/spacings in other message components
- fix warnings
- cleanup/remove some dead code
Fixes #8295
2022-11-23 17:42:11 +01:00
Jakub Sokołowski
7ab06c6060
ci: clarify why we ignore UNSTABLE squish state
...
I tried using `--exitCodeOnFail` but it didn't work.
https://doc.qt.io/squish/cli-squishrunner.html#playback-option-op-op-op-op-exitcodeonfail
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-23 15:37:38 +01:00
alexjba
f8293a12f4
StatusChatInput.qml - Fixing emoij suggestion keyNav
...
Fixing up/down key handler when emojiSuggestions are visible
2022-11-23 16:21:31 +02:00
alexjba
1b2fd40b20
Adding qmake project file for wasm
...
This changeset contains the prerequisites required to compile StoryBook on wasm_32 and the README file with instructions
2022-11-23 16:20:37 +02:00
Pascal Precht
ba4c4b3e93
fix(Settings): better error handling for toggling archive protocol
...
Enabling the community archive protocol could fail when another app is
using the same port that is specified as torrent client port.
This would cause the app to crash.
With these changes we:
1. No longer crash the app but output an error in the logs
2. We popup a dialog telling the user that the specified pord is in use
Closes #7328
2022-11-23 14:56:08 +01:00
alexjba
98d3073a61
Update min text length in password
2022-11-23 15:21:21 +02:00