hydrogen
9f6e582111
feat: support seeing who liked a message
2020-11-26 11:20:43 -05:00
hydrogen
2baa55b5c4
feat: add fetch more menu item in the chat drop down menu
...
fix import
fix extra spaces
2020-11-26 11:20:25 -05:00
hydrogen
388b57cb76
fix: remove already fixed TODO comment
2020-11-26 11:18:50 -05:00
hydrogen
8ca3a9b899
feat: make download view a browser tab instead
...
fixes https://github.com/status-im/nim-status-client/issues/1232
This PR repurposes the DownloadView into a Loader component of a browser tab and is displayed when:
1. a new downloads tab is opened or
2. a new tab with the link status://downloads or finally when
3. the ShowAll button has been clicked.
You can open any number of Downloads tabs
When you open a new tab and type in status://downloads the title will remain as 'New Tab'
fix: add localization
2020-11-26 11:18:50 -05:00
Jacek Sieka
fa3aa77ee5
rcc: single dash options
...
According to help, options are single-dash - in fact, the default `rcc`
on fedora doesn't accept double-dash.
2020-11-26 11:17:47 -05:00
emizzle
e0e1487643
refactor: replace transaction modal `reset` functionality
...
The transaction component's `reset` functionality was meant ot reset a form when the modal was closed. It was difficult to manage and added extra overhead for each additional transaction modal created.
Instead of using reset functions, we can use Loaders to load and destroy the modal's as they are opened and closed. We do not need to keep them in memory and then also reset their functions. It creates a smaller memory footprint to destroy the object and reload on open.
feat: load gas prediction prices asynchronously
2020-11-26 11:17:24 -05:00
Richard Ramos
d2ec9854ad
fix: transaction dialog not showing up due to missing slot
2020-11-26 10:50:47 -04:00
Pascal Precht
8b74141b99
feat: allow users to change font size for chat messages
...
Closes #737
2020-11-25 14:41:29 +01:00
Pascal Precht
1277395431
chore: expose linkUrls property on Message QML type
2020-11-25 14:41:29 +01:00
Pascal Precht
8263a9bec8
refactor: revamp profile appearance settings view to align with designs
2020-11-25 14:41:29 +01:00
Pascal Precht
7a92eaf106
feat: introduce StatusImageRadioButton
2020-11-25 14:41:29 +01:00
Jakub Sokołowski
6b3f9a31c2
lower number of artifacts to keep in CI to 10
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-24 21:00:52 +01:00
Pascal Precht
69fd2dc99b
uiux(StatusChatInput): ensure input gets focussed when replying to messages
2020-11-24 11:20:09 +01:00
Pascal Precht
ede6afff26
feat: allow users to restore notification settings
...
Fixes #1280
2020-11-24 11:19:04 +01:00
Pascal Precht
af1f03dc7c
feat: allow users to list muted chats and contacts
...
Partially fixes #1280
2020-11-24 11:17:18 +01:00
Pascal Precht
db0b765d74
feat(Notifications): allow users to turn of notifications for non-contacts
...
Partially fixes #1280
2020-11-24 11:16:02 +01:00
Pascal Precht
f8c5002ff8
feat: enable notification message preview settings
2020-11-24 11:16:02 +01:00
Pascal Precht
60a939d29e
feat: introduce StatusNotification component
...
This component renders a macos like notification and can be used in the
notification settings for message previews.
2020-11-24 11:16:02 +01:00
Pascal Precht
693214a940
fix: ensure letter identicon determines correct channel color
...
When the `StatusLetterIdenticon` received a `#channel` name that starts
with `#`, it wouldn't properly determine the channel color because of
not stripping out the `#`.
2020-11-24 11:16:02 +01:00
Pascal Precht
7005a3d7b6
fix(StatusChatInput): ensure image have rounded corners
2020-11-23 11:57:51 +01:00
RichΛrd
d601df179d
Add right anchor to chatText on ENS section
2020-11-19 21:15:36 -04:00
Jonathan Rainville
7aef0e1710
fix: fix emoji search messing up with recents
2020-11-19 17:00:37 -05:00
Jonathan Rainville
d49be78417
feat: show nickname if there is one in the mentions
2020-11-19 17:00:28 -05:00
Richard Ramos
6f3749d787
fix: compass should not display over devtools and webpages can request focus
2020-11-19 17:00:07 -05:00
Richard Ramos
1737fc2506
fix: mangled ens name
2020-11-19 16:59:57 -05:00
Richard Ramos
1d6b7b5759
fix: clear input field when opening "Add contact" popup
2020-11-19 16:59:09 -05:00
Jonathan Rainville
d4a220b051
fix: enable copying <script> but will still go away when putting emoji
2020-11-19 16:58:41 -05:00
Jonathan Rainville
299496a871
fix: remove errors on collectibles rpc errors
2020-11-19 16:58:07 -05:00
Jonathan Rainville
447591e9b4
feat: make the message box scale according to the parent's width
2020-11-19 16:57:58 -05:00
Richard Ramos
983fbfd3d4
fix: scroll speed
2020-11-19 16:57:20 -05:00
Richard Ramos
efddea2bc8
fix: allow chat window to snap-resize
2020-11-19 16:56:32 -05:00
Jonathan Rainville
1ec28bca01
feat: enable animated gifs but stop them on click and out of focus
2020-11-19 16:55:41 -05:00
Richard Ramos
9148be5718
fix: make toggle buttons great again
2020-11-19 16:54:59 -05:00
Jonathan Rainville
dbf34142e1
fix: emoji category button having a white background
2020-11-19 16:54:41 -05:00
Jonathan Rainville
880d97dea0
fix: do not strip spaces from the parts of messages
...
this caused spaces to disappear when using markdown
2020-11-19 16:54:24 -05:00
Richard Ramos
c4bfba5cbf
fix: hide chat input if you havent joined a group
2020-11-19 16:54:17 -05:00
Richard Ramos
e4b4bf9900
fix: code review
2020-11-19 16:54:09 -05:00
Richard Ramos
997e34ed8a
fix: app crashes when adding a contact and getContactById is nil
2020-11-19 16:54:09 -05:00
Jonathan Rainville
c10e0a8503
fix: ensure html is escaped in the notification window
2020-11-19 16:53:33 -05:00
Pascal Precht
6dabd361e1
refactor: remove IconButton in favour of StatusRoundButton
2020-11-19 16:52:32 -05:00
Pascal Precht
2aac433a3d
refactor: get rid off `AddButton` and make use of `StatusRoundButton` instead
2020-11-19 16:52:32 -05:00
Jonathan Rainville
537ae7991b
fix: make sure the mention and emoji pickers close when pressing escape
2020-11-19 13:54:17 -05:00
Jonathan Rainville
89b45146fc
fix: fix ens names that are not status having an extra `.eth` added
2020-11-19 13:54:17 -05:00
Jonathan Rainville
553ff2e915
fix: fix putting a single @ putting a random mention
2020-11-19 13:54:17 -05:00
hydrogen
ae5ad63410
fix: component layout
2020-11-18 12:06:13 +01:00
hydrogen
df9ac80eb9
feat: loading spinner while resolving ens name
2020-11-18 12:06:13 +01:00
Pascal Precht
0f6d40f931
feat: introduce StatusImageModal component
2020-11-17 12:48:06 -05:00
Pascal Precht
47a561daf4
uiux: apply rounded corners to images from image URLs
2020-11-17 12:48:06 -05:00
Pascal Precht
be2aadb4e2
uiux: Refactor chat images so they look like they've been designed
...
Fixes : #1114
2020-11-17 12:48:06 -05:00
Pascal Precht
4ac8400038
fix: ensure `sending` message state isn't shown when message is expired
2020-11-17 10:01:13 -05:00