Iuri Matias
63b3ee3942
toggle browser settings
2021-03-31 15:35:04 -04:00
Iuri Matias
fdf9d0b5ec
fix blank sync settings
2021-03-30 15:36:09 -04:00
Iuri Matias
22370e0b34
update to beta.8.rc1
2021-03-26 15:30:40 -04:00
Jonathan Rainville
038ea033c9
feat: implement new dark theme colors for menu and more
...
Fixes #2094
2021-03-26 15:28:06 -04:00
Jonathan Rainville
e0b8a74e29
fix: fix show tooltip under the version button because of small space
2021-03-25 16:57:47 -04:00
Jonathan Rainville
d3dbab11d2
fix: fix settings menu overflowing
2021-03-25 16:57:47 -04:00
Jonathan Rainville
012b5dc8a0
fix: fix language list view scrollbar and binding loop
2021-03-25 16:45:56 -04:00
Iuri Matias
3813a1a330
fix language modal
2021-03-25 16:45:56 -04:00
Iuri Matias
5e0da7c1ec
updated language modal
2021-03-25 16:45:56 -04:00
rinzlxr
0abaa61067
fix: typos and switch statement string literals
...
remove console log
fix last typo
2021-03-25 15:00:13 -04:00
Iuri Matias
857f0ac069
remove various titles from profile sections
2021-03-24 14:45:17 -04:00
Iuri Matias
3d2eaa3369
remove various titles from profile sections
2021-03-24 14:45:17 -04:00
rinzlxr
47ae3a4c16
ens section fixes
...
use the available dark image for ens section
add the image, ensure 624 widths and fix button
move common strings to constants and use number consts
2021-03-24 14:09:59 -04:00
Pascal Precht
a030a4fadc
refactor: make add new contact modal looks the same as new chat modal
...
Closes #1660 #2086
2021-03-22 15:55:13 -04:00
Pascal Precht
d2b9d54c4b
fix: ensure lists and radio button groups look concise throughout app
...
Fixes #1992
2021-03-19 16:17:14 -04:00
Pascal Precht
29c7f7b91d
uiux(Profile): adjust layout max width of profile sections
...
Closes #1994
2021-03-18 14:50:58 -04:00
Pascal Precht
b4389402e9
refactor: make use of StatusContextMenuButton
2021-03-18 10:03:08 +01:00
Jonathan Rainville
f3b452188a
chore: extract join.status link prefixes to Constants
2021-03-17 16:09:23 -04:00
Jonathan Rainville
b9594591b0
fix: fix a lot of issues relative to dark theme
...
Fixes #1997
2021-03-16 17:22:58 -04:00
Jonathan Rainville
9d9b0ab5e6
fix: fix chat link preview modal
...
Fixes #2001
Fixes icons
Fixes Icon border
Fixes button hover
Fixes list scrolling and overflow
2021-03-16 17:20:12 -04:00
Iuri Matias
9621230e6d
update default settings
2021-03-16 16:51:14 -04:00
Iuri Matias
9c404a1047
show browser favourites bar by default
2021-03-16 16:51:14 -04:00
Iuri Matias
e6a3014d9f
update description of sign out button
2021-03-16 12:43:37 -04:00
Iuri Matias
3119aebed4
re-add sign out button
2021-03-16 12:43:37 -04:00
Iuri Matias
93668ff75a
hide chat mode switch for now and make compact mode the default
2021-03-16 12:43:07 -04:00
rinzlxr
410851da33
fix: profile menu seperators
...
fixes #1991
fix: use secondary color instead
2021-03-16 12:38:17 -04:00
Iuri Matias
3878b8a662
update to beta.7.rc2
2021-03-15 15:05:33 -04:00
Iuri Matias
00e66009db
update to beta.7.rc1
2021-03-08 14:26:39 -05:00
Jonathan Rainville
44c9f480c2
feat: set profile and community image cropper to 1:1 ratio
2021-03-05 14:01:30 -05:00
Richard Ramos
9fe925ca8f
fix: make the profile icons smooth
2021-03-05 10:34:10 -05:00
Jonathan Rainville
f9817d4f52
feat: add community requests, permissions, ENS and more
2021-03-03 16:45:23 -05:00
Iuri Matias
6222ff985f
update to beta.6
2021-02-23 14:28:35 -05:00
Richard Ramos
fd8a84eb9d
fix: minimize on close
2021-02-23 08:53:37 -05:00
Richard Ramos
6f11ee972a
fix: remove defaultAppSettings completely
2021-02-18 16:40:21 -05:00
Richard Ramos
6207c8af53
fix: appSettings were being overwritten due to defaultAppSettings periodically executing sync()
2021-02-18 16:40:21 -05:00
Jonathan Rainville
0e699cac65
chore: run translation scripts
2021-02-18 15:23:58 -05:00
Jonathan Rainville
b277346490
chore: change translations to only translate complete languages
2021-02-18 15:23:58 -05:00
Iuri Matias
7b5a1660f8
make compact mode the default
2021-02-10 15:48:57 -05:00
ace-smart
849be39ee2
Adjusted confirm button wrong style. Fixes #1811
2021-02-10 13:36:20 -05:00
Richard Ramos
2ac67f95aa
fix: add contact using status ens name
2021-02-08 17:39:10 -05:00
ace-smart
e0a6f48b8e
Resolved fixed width issue of profile setting's left panel items. Fixes #1794
2021-02-08 17:37:53 -05:00
Jonathan Rainville
e57fc2afb7
fix: fix appearance container to not have hover state and better height
2021-02-08 16:48:14 -05:00
Pascal Precht
105c4cba4a
refactor(ContactsContainer): make use of NoFriendsRectangle
2021-02-02 11:51:02 +01:00
Pascal Precht
1b009d634d
refactor(Notifications): turn reset button into link-like element
...
This is so that it looks and behaves as designed.
2021-02-02 11:51:02 +01:00
Pascal Precht
62183fb414
refactor: replace StyledButton with StatusButton
...
There are some inconcistencies in the application when it comes to
button UI elements because we're using `StatusButton` in some places,
in other we use `StyledButton`. The latter is the original
component we've created when we started out building Status
Desktop, but is planned to be removed entirely in favour of
`StatusButton`.
This commit replaces the usages of `StyledButton` with `StatusButton`
2021-02-02 10:57:42 +01:00
Pascal Precht
3bf15785fa
fix(Profile): ensure invite friends link is rendered
...
There's a but in the app's profile section where the link to
invite friends is never rendered, even if the currently logged-in
user has no added contacts.
This is because the UI refers to the count of *all* contacts the
user has (even removed ones - remember that, once added, removing
a contact is only done by removing a tag).
This commit ensures that the invitation link is rendered by
relying on the *added* contacts list. It also prevents the
"blocked contacts" button from rendered when there's no blocked
contacts.
2021-02-01 11:57:24 -05:00
Jonathan Rainville
682d5dcd21
fix: fix privacy setting page design and spacings
2021-01-22 13:41:46 -05:00
Jonathan Rainville
13dc160d11
fix: fix muted chats modal not showing correctly
2021-01-22 13:41:46 -05:00
Pascal Precht
4fbe1f202f
uiux: adjust hover color for menu items in profile and channel list
2021-01-22 13:39:15 -05:00
staked-smart-ace
062c2e26b2
Updated profile settings icon color. Fixes #1731
2021-01-22 13:38:47 -05:00
staked-smart-ace
492fcc2dcd
Updated profile settings icon color. Fixes #1731
2021-01-22 13:38:47 -05:00
Jonathan Rainville
fe3698a912
feat: improve contact list clicks and hovers
2021-01-21 12:05:09 -05:00
Richard Ramos
d8345c5e0e
fix: Adding contacts via profile settings
2021-01-19 16:52:37 -05:00
Jonathan Rainville
32570e39c8
fix: update privacy settings like design
2021-01-19 16:47:16 -05:00
Jonathan Rainville
eb6c865e5b
fix: fix lists of browser settings
2021-01-19 16:45:57 -05:00
Jonathan Rainville
c26e91ab35
fix: fix lists in browser settings
2021-01-19 16:45:57 -05:00
Jonathan Rainville
7fef440a97
fix: fix design of appearance in settings
2021-01-19 16:45:57 -05:00
Jonathan Rainville
acac683dc2
feat: fix Notification page and lists of contacts
2021-01-19 16:45:57 -05:00
staked-smart-ace
086c868bdc
uiux(StatusButton): introduce warn type
...
Fixes #1603
2021-01-19 12:45:03 +01:00
staked-smart-ace
78479749c6
Keep item ID. Fixes #1619
2021-01-18 15:27:56 -05:00
staked-smart-ace
6ae099ab11
Keep string explanation comment. Fixes #1619
2021-01-18 15:27:56 -05:00
staked-smart-ace
c84806aa4e
Adjusted badge positions as designs. Fixes #1619
2021-01-18 15:27:56 -05:00
Jonathan Rainville
8462c1c013
fix: fix QML warnings + some UI fixes to match the design
2021-01-15 13:52:05 -05:00
Richard Ramos
efc1feb2fa
feat: add custom mailserver
2021-01-15 13:51:31 -05:00
Pascal Precht
14809cebfe
uiux(About): revamp about page
...
Closes : #1625
2021-01-15 10:57:31 -05:00
Jonathan Rainville
7230cdf7c7
feat: only show profile pics for contacts by default
...
But add a profile switch to show them for everyone
2021-01-15 10:53:45 -05:00
Pascal Precht
d4227e75d0
uiux(Glossary): make links behave the way they should
...
Closes #1624
2021-01-14 16:02:10 -05:00
Pascal Precht
61e5bcb24b
fix(Contacts): make add contact button work again
...
Adding a contact through the Add Contact Modal isn't working because the
function being called to add a contact doesn't actually exist.
This was most likely a mistake as the change was just to call that function
in question from a different property.
This commit does exactly that.
Fixes #1660
2021-01-14 16:00:20 -05:00
Pascal Precht
085f5901ac
uiux: revamp advanced settings panel
...
Closes #1623
2021-01-14 15:41:14 -05:00
Iuri Matias
d5f8148fc3
update to beta.5
2021-01-13 15:14:21 -05:00
Jonathan Rainville
e459d4dbd4
fix: fix PopupModal to not show a footer at all if there is no children
2021-01-13 14:32:35 -05:00
Pascal Precht
686bcd03ca
uiux(Profile): adjust layout of contact list section
...
The contact list was taking the entire width of its surrounding element,
making it grow too wide to be usable (see #1589 ).
In fact, it's not following the designs made for this part of the application,
so this commit changes the max layout width to align with the intended
design and should also fix some of the usability issues mentioned in #1589
Fixes #1589
2021-01-12 13:27:08 -05:00
Pascal Precht
4ff5281f40
uiux(Profile): theme color fixes for the contact list
...
The "more actions" button in the contacts list had some hard coded colors
for its hover effect which break the experience in dark mode.
This commit makes changes those so that they work universally.
2021-01-12 13:26:58 -05:00
Richard Ramos
29742e2074
Set custom network id
2021-01-12 13:26:39 -05:00
Richard Ramos
6b1cef9235
List custom networks and allow selecting them
2021-01-12 13:26:39 -05:00
Richard Ramos
0acc959e4d
Save new networks
2021-01-12 13:26:39 -05:00
Richard Ramos
2a6eb20094
pin selected mailserver
2021-01-11 14:01:17 -05:00
Jonathan Rainville
7f2f3b599d
Apply suggestions from code review
...
Co-authored-by: RichΛrd <info@richardramos.me>
2021-01-11 13:57:35 -05:00
Jonathan Rainville
4aeeee6d9c
feat: hide community stuff by default and add a setting to show it
2021-01-11 13:57:35 -05:00
Jonathan Rainville
6157744d59
fix: browser setting top padding
2021-01-05 11:24:31 -05:00
Jonathan Rainville
f99b91bc72
chore: hide download location for now
2021-01-05 11:24:31 -05:00
Jonathan Rainville
6ed0d30fc5
feat: add ethereum explorer setting in the profile
2021-01-05 11:24:31 -05:00
Jonathan Rainville
1c83ac98a0
feat: add search engine settings in the profile
2021-01-05 11:24:31 -05:00
Jonathan Rainville
6c2836ded1
feat: use browserHomepage settting as the browsers default page
2021-01-05 11:24:31 -05:00
Jonathan Rainville
36b6e76a2e
feat: add browserHomepage setting that can be changed
2021-01-05 11:24:31 -05:00
Jonathan Rainville
f1ea517dd6
feat: add browser settings buttons and design (mostly placeholder)
2021-01-05 11:24:31 -05:00
Jonathan Rainville
9007e6d5c3
feat: add setting to change the browser to open links with
2021-01-04 15:29:23 -05:00
Jonathan Rainville
89da5dd923
feat: open links in user request browser with modal
2021-01-04 15:29:23 -05:00
Jonathan Rainville
37edfed446
fix: fix QML warnings
2021-01-04 15:23:23 -05:00
Jonathan Rainville
16f5c2fb1a
feat: add showFavoritesBar setting (placeholder for now)
2020-12-30 16:52:44 -05:00
emizzle
6a0a75888b
feat: whitelist gifs (no url extension needed)
...
Fixes #1377 .
Fixes #1479 .
Two sites have been added to the whitelist: giphy.com and tenor.com.
`imageUrls` in its entirety has been removed and instead all links are being handle through the message `linkUrls`. This prevents double-handling of urls that may or may not be images.
The logic to automatically show links previews works like this:
1. If the setting "display chat images" is enabled, all links that *contain* ".png", ".jpg", ".jpeg", ".svg", ".gif" will be automatically shown. If the URL doesn't contain the extension, we are not downloading it. This was meant to be somewhat of a security compromise as we do not want to download each and every link posted in a message just to find out its true content type.
2. If the above setting is *disabled*, then we follow the whitelist settings for tenor and giphy. This allows us to preview gifs that do not have a file extension in their url.
feat: bump status-go to the commit that supports the new whitelist (https://github.com/status-im/status-go/pull/2094 ), and also lets us get link preview data from urls in the whitelist. NOTE: this commit was branched off status-go `develop`, so once it is merged, and we update this PR to the new commit, we will effectively be getting status-go develop changes. We *could* base that status-go PR off of master if it makes things easier.
fix: height on settings update issue
feat: move date/time of message below links
fix: layout issues when changing setting `neverAskAboutUnfurlingAgain`
feat: Add MessageBorder component to aid in showing rounded corners with different radius
2020-12-21 14:14:32 -05:00
Jonathan Rainville
d5f3cf71a2
Apply suggestions from code review
...
Co-authored-by: RichΛrd <info@richardramos.me>
2020-12-17 16:44:25 -05:00
Jonathan Rainville
d01c9fef79
feat: add profile pic support
2020-12-17 16:44:25 -05:00
Pascal Precht
e11139df12
feat: make `UserNameLabel` render local nick names and ENS names
...
In timeline status update messages we want to render the ENS name next to a
local nickname in case it exists. This commit extends the `UsernameLabel` to do
just that.
Closes #1488
2020-12-10 12:30:31 +01:00
Jonathan Rainville
08a7baed8f
feat: add OS notification and setting to switch back
2020-12-09 14:19:16 -05:00
Richard Ramos
ae30d04010
refactor: ProfileView
2020-12-08 17:01:22 -05:00
hydrogen
4ab1d20c82
fix: use StatusIconButton instead
2020-12-04 16:21:13 -05:00
hydrogen
66d2534956
fix: update profile ui
...
fixes #1269
- [x] New name font size: 20 Inter Bold
- [x] Increase Name<->Address padding on 4px
- [x] Create a hover state on QR
- [x] QR Modal
2020-12-04 16:21:13 -05:00
Pascal Precht
fff67083f8
fix: remove unresolvable anchor in StatusNotificationWithDropShadow
2020-12-04 15:52:40 -05:00
Richard Ramos
3f12320764
feat: checkbox style
2020-12-01 13:30:58 -05:00