32 Commits

Author SHA1 Message Date
Pascal Precht
25421facbf refactor: move InviteFriendsPopup to ui/shared/popups 2021-10-14 12:51:27 -04:00
Alexandra Betouni
4ee21ada05 feat(desktop) Added image function in Style
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
   source: Style.svg("check)
   ....

Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths

Closes #3678
2021-09-28 15:28:00 -04:00
Andrei Smirnov
07364c16cf fix(@desktop/chat): display suggestions in ContactsColumn 2021-08-24 15:35:58 -04:00
Anthony Laibe
70e8df5cc2 fix(@desktop/chat): update color of close suggestion to be lighter 2021-07-13 11:38:13 -04:00
Pascal Precht
23b103795a refactor(ContactsColumn): replace ChannelList with StatusChatList
Closes #2745
2021-07-09 10:39:58 -04:00
Iuri Matias
38be2889cd use StatusIconButton component to avoid pixelized close button 2021-05-05 17:15: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
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
hydrogen
94b0343d04 fix: add padding to the empty chat view 2020-12-04 16:21:31 -05:00
RichΛrd
71665ed53c Apply suggestions from code review
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
2020-11-26 11:45:17 -05:00
Richard Ramos
c4f2ea0f14 fix: hide channel suggestions permanently 2020-11-26 11:45:17 -05:00
Jonathan Rainville
024e7a18ae fix: fix suggested channels border and height 2020-09-23 16:40:52 -04:00
Iuri Matias
1bbd720743 cleanup qml 2020-09-23 15:52:27 -04:00
Iuri Matias
bcb8970817 cleanup qml 2020-09-23 15:52:27 -04:00
Iuri Matias
0da4633318 cleanup qml 2020-09-23 15:52:27 -04:00
Iuri Matias
1d8d11a06e display channel suggestions in main channel list 2020-09-23 15:52:27 -04:00
Iuri Matias
a3441fb45f refactor channel suggestion list into one component 2020-09-23 15:52:27 -04:00
Iuri Matias
6ac3f86951 fixes for empty view 2020-09-23 15:52:27 -04:00
Iuri Matias
2204a7b785 update empty view with list of channels 2020-09-23 15:52:27 -04:00
Dean Eigenmann
ca92fa03d8 Update EmptyView.qml 2020-07-20 15:59:42 +02:00
decanus
fe3706defc fixes the seperator color to match 2020-07-20 15:59:42 +02:00
decanus
90f7570b4e updates 2020-07-20 14:50:21 +02:00
decanus
ec0b0dc327 fixes empty view background 2020-07-20 14:50:21 +02:00
Jonathan Rainville
b829acb3c4 chore: re-run qstr converter 2020-07-17 11:55:01 -04:00
Jonathan Rainville
c00843c94c chore: remove useless console log 2020-07-10 15:39:56 -04:00
Jonathan Rainville
b3b7047fe1 feat: add invite friends modal 2020-07-10 15:39:56 -04:00
Jonathan Rainville
284572898a feat: add view when clicking the X on the EmptyView 2020-07-10 15:39:56 -04:00
Jonathan Rainville
fc80e1e1ac feat: add section for friend in contact column 2020-07-10 15:39:56 -04:00
Jonathan Rainville
1eb1d3d41c chore: run transform script to change qstr to qstrid 2020-07-08 12:37:41 -04:00
Jonathan Rainville
8755c901de fix: fix font loading issue and create a text component to use that font 2020-06-19 14:53:45 -04:00
Iuri Matias
0ad64cc5de update qml imports 2020-06-18 11:02:11 -04:00
Iuri Matias
839afd6356 extract contacts EmptyView into its own file 2020-05-28 06:28:18 -04:00