Anthony Laibe
5fc85af04b
fix(@desktop/communities): Remove search from invite
...
fixes #3053
Align invite popup with design
2021-08-04 14:41:13 -04:00
Anthony Laibe
b21e1d87c0
feat(@desktop/chat): Style gif widget component
2021-08-03 16:42:05 -04:00
Anthony Laibe
c5051d4d4f
feat(@desktop/chat): display gif with 3 columns
2021-08-03 16:42:05 -04:00
Andrei Smirnov
0ef1dee5ce
fix(@desktop/timeline): profile picture is not updated in timeline
2021-08-02 19:56:46 -04:00
Jonathan Rainville
164efde2c4
chore(theme): add dropShadow theme color and use it where needed
2021-08-02 17:02:01 -04:00
Anthony Laibe
9e53c23596
fix(@desktop/wallet): Do not allow decimal number for gas limit
...
fixes #3048
2021-08-02 16:49:03 -04:00
Richard Ramos
9204e409f3
chore: update translation files
2021-08-02 13:31:53 -04:00
Pascal Precht
49a522e889
fix(@desktop/chat): ensure edit message input uses correct theme color
...
Fixes #2978
2021-07-28 16:45:49 -04:00
Richard Ramos
97f0a0435d
refactor: SNT transaction modal (for buying sticker packs and ens)
2021-07-28 11:56:17 -04:00
Jonathan Rainville
6dc5e1177b
fix(delete): fix deleting pins when deleting messages
2021-07-26 17:14:07 -04:00
Jonathan Rainville
93f602adf2
fix(delete): fix delete button color and typo in warning
2021-07-26 17:14:07 -04:00
Jonathan Rainville
523e94ae0c
feat: enable to delete messages
...
Fixes #2775
2021-07-26 17:14:07 -04:00
Jonathan Rainville
552b6e8af9
fix(edit): fix edit input text color in dark theme
2021-07-26 17:14:07 -04:00
Sale Djenic
3c2c8816d2
bug(@desktop/wallet): gas selector modal has text, divider and custom/suggestions toggle overlapped
...
Bug is easily reproducible if you try to buy some stickers, in that case suggestion text
overlaps divider and buttons, and if you don't enough balance warning about that will overlap
all that also.
Fixed by increasing hight of the appropriate modal.
Fixes : #2994
2021-07-26 13:20:21 -04:00
Anthony Laibe
54570bce6e
fix(@desktop/translation): update translation
...
fixes #2993
2021-07-23 16:35:23 -04:00
Anthony Laibe
58506fbd97
feat(@desktop/chat): Display gif popup next to emoji
2021-07-23 15:27:56 -04:00
Pascal Precht
ee7fe04bd1
fix(CreateCategoryPopup): ensure validation message is position correctly
...
Fixes #2973
2021-07-21 12:18:02 -04:00
Richard Ramos
6564bd8497
fix: make gas selector visible in transaction modals
...
Fixes #2434 . Modals that were affected by this issue were
- RegisterENSModal (for registeing an ens username)
- SetPubKeyModal (for changing the contact code of an already owned ens)
- StatusStickerPackPurchaseModal (for acquiring a sticker pack)
2021-07-20 10:29:54 -04:00
Andrei Smirnov
a3979511e2
fix(@desktop/wallet): modal is not being closed when clicking Add Account
2021-07-20 10:05:52 -04:00
Sale Djenic
abf89fa399
chore(@desktop/general): use different icons for Windows/Linux and MacOS
...
Icons are updated, mac uses rounded rect log, win and linux circle logo.
Fixes : #2833
2021-07-19 13:37:56 -04:00
Alexandra Betouni
81fe8976dd
[ #1945 ] Fixed ToolTip position when there is no space
...
Closes #1945
2021-07-19 13:25:47 -04:00
Sale Djenic
1acbc76cc9
chore(@desktop/general): run translation script
...
All untranslated properties are translated now using translation scripts.
2021-07-19 12:27:45 -04:00
Sale Djenic
e9585e6209
feature(@desktop/communities): add loading state when import community
...
Toast message is added when user access an existing community using community's private key. Toast
message with message that importing community is in progress is displayed while community is being
imported and once it is imported toast is closed and new one, which will be closed in 4 seconds,
with message that community is imported is displayed.
Fixes : #2467
2021-07-19 12:27:45 -04:00
Alexandra Betouni
c1a6e57ca6
[ #2650 ] Fixed pasting rich text in text box
...
* Text copied from clipboard that included images
and other rich content was not visible in text
box when pasted, modified to keep only plain
text instead and removed unnecessary funtions
* Also removed unecessary Rectangle in Input
Closes #2650
2021-07-16 17:56:14 -04:00
Pascal Precht
c0da840a87
fix(ContactsListAndSearch): ensure component doesn't depend on `parent`
...
Also add default `height` as it otherwise breaks UI in other places.
2021-07-15 08:38:24 -04:00
Alexandra Betouni
d866a9f59e
[ #2376 ] Removed invalid error message when adding new contact
...
* Also removed from adding new chat
Closes #2376
2021-07-14 18:21:19 -04:00
Jonathan Rainville
3e33db039f
fix(search): fix 1-1 name, pic, icon and symbol
2021-07-14 17:42:55 -04:00
Anthony Laibe
66a0611d91
fix(@desktop/chat): Hide add contact button on private chat
...
fixes #2595
2021-07-13 17:20:23 -04:00
Andrei Smirnov
b27a52bfce
fix(@desktop/groups): wrong message when all contacts have been added to a group chat
2021-07-13 17:05:58 -04:00
Andrei Smirnov
42b92a5853
fix(@desktop/chat): odd logging
2021-07-13 17:05:58 -04:00
Andrei Smirnov
fcc2a9e025
fix(@desktop/timeline): timeline and images area bugfixes
2021-07-13 17:05:58 -04:00
Alexandra Betouni
40b2a5c778
[ #1608 ] convert text to emoji automatically
...
For example, typing :D should turn into 😁
Closes #1608
2021-07-13 11:42:46 -04:00
Jonathan Rainville
4277a6e7f4
feat(mentions): show mentions ordered by how it matches the filter
...
Fixes #2543
2021-07-13 09:41:52 -04:00
Jonathan Rainville
2716abf096
fix(wallet): make it possible to send a 0 tx with a warning
...
Fixes #2652
2021-07-12 17:11:41 -04:00
Pascal Precht
a69c2aea73
refactor(Chat, Communities): replace `TopBar` with `StatusChatToolBar`
...
This commit replaces the `TopBar` components with StatusQ's `StatusChatToolBar`
and touches a few other things as part of this refactoring, namely:
1. `ChannelContextMenu` has been renamed to `ChatContextMenu` and is now a `StatusPopupMenu`
2. Leftover components have been removed: `StatusChatInfo`, `StatusChatInfoButton` and `TopBar`
3 `ActivityCenter` has been moved into `ChatColumn.qml` because `StatusChatToolBar` doesn't provide it
4. `Share chat` option in `ChatContextMenu` has been removed as it wasn't doing anything.
Closes #2746
2021-07-09 10:39:58 -04:00
Alexandra Betouni
35198cb448
[ #2534 ] Adding emoji skin color selector
...
* Icon was there but feature was not implemented
fixes #2534
2021-07-07 14:40:10 -04:00
Andrei Smirnov
d67bb1f999
Fixed #2151 - updated status icons.
2021-07-06 12:48:38 -04:00
Richard Ramos
c7750da267
feat: edit messages
2021-07-06 11:30:07 -04:00
Sale Djenic
6f55c51ff2
fix(wallet): Crash when enter -1 to Gas Selector
...
Validation check is updated, so user cannot enter zero or less than zero value for "gas amount limit" or "per-gas overall limit".
In gas.nim a crash prevention check is added.
Fixes : #2753
2021-07-06 10:46:07 -04:00
Sale Djenic
a9fd4513aa
fix(wallet): Clicking Request Address when sending -1 STT crashes the app
...
Validation check is updated, so user cannot enter zero or less than zero value in amount input field.
Also in utils.nim a crash prevention check is added so if we try to convert a less than zero float number to an unsigned number, app won't crash any more, but that casting will return a zero as unsigned int number.
Fixes : #2755
2021-07-06 10:45:25 -04:00
Richard Ramos
e347255df4
fix: channel description width
2021-07-06 10:44:28 -04:00
Sale Djenic
ba01d6ad75
fix(communities): bug: "Invite successfully sent" shown prematurely on Community invite popup
...
The issue actually appeared because of ignoring message label when we calculated the top margin offset, fixed now.
Fixes : #2449
2021-07-02 08:54:02 -04:00
Sale Djenic
b9ff88f41c
fix(communities): Naming validation for communities
...
Channel, channels category name and community name handled according to the new validation.
Fixes : #2297
2021-07-02 08:53:19 -04:00
Sale Djenic
341d3ebcf7
fix: typing in `<` in the input box deletes everything afterwards in
...
Fixes : #2267
2021-07-02 08:52:03 -04:00
Sale Djenic
d3290bde02
fix(onboarding): Mobile onboarding slider is shown on desktop
...
Mobile onboarding screen is removed. Instead of it "Before you get started..." modal popup is added to the "Get your keys" screen.
Fixes : #2558
2021-06-29 07:57:17 -04:00
Jonathan Rainville
f71870cb8f
fix(wallet): fix gas price being 0 and add back validation
...
Fixes #2668
2021-06-29 07:54:53 -04:00
Richard Ramos
1d3e5230b2
revert: SortFilterProxyModel
2021-06-23 08:08:08 -04:00
Iuri Matias
f8e5b25a09
refactor: extract messages from chat view
...
refactor: extract messages from chat view
refactor: extract messages from chat view
refactor: extract messages from chat view
update references to messageView
fix setup
remove duplicated method
2021-06-22 15:12:01 -04:00
B.Melnik
3c6b6f9e54
feat(SVGImage): Improvement of icons
2021-06-21 16:45:40 -04:00
Richard Ramos
fd4e0de3f3
feat: SortFilterProxyModel
2021-06-21 16:28:46 -04:00