Anthony Laibe
18d385cf2b
feat(@StatusAssetSelector): Use asset selector per symbol and not ( #715 )
...
address
2022-06-09 15:10:45 +02:00
Alexandra Betouni
648406c442
fix(StatusTagSelector): Fixed Layout issues when shrinking ( #714 )
...
Closes https://github.com/status-im/status-desktop/issues/5954
2022-06-09 14:41:05 +03:00
Alexandra Betouni
5f7bd307ef
fix(StatusSeedPhraseInput): removed input anchoring not needed after refactor
...
Closes https://github.com/status-im/status-desktop/issues/5967
2022-06-07 16:25:09 +02:00
Igor Sirotin
890ef86e1c
fix(StatusBaseButton): Mouse events ignored when button is disabled ( #707 )
...
* fix(StatusBaseButton): Mouse events ignored when button is disabled
2022-06-07 14:56:45 +03:00
Noelia
0b855bfb48
fix(StatusPopupMenu): Changed dim to false
...
Changed dim to false.
Fixes https://github.com/status-im/status-desktop/issues/5828
2022-06-07 11:19:52 +02:00
Patryk Osmaczko
10cd9b23c1
fix(StatusSearchPopup): add color hash to chat icons
2022-06-02 10:01:52 +02:00
Patryk Osmaczko
bf3578cf7c
chore(StatusBaseText): add theme aware default color
2022-06-01 16:26:10 +02:00
Boris Melnik
da22cde5e6
feat(StatusMemberListItem): Add admin status ( #704 )
2022-06-01 15:00:15 +03:00
Alexandra Betouni
312858b420
feat(StatusTagSelector): Added colorIdForPubkeyGet property ( #702 )
...
Needed for: https://github.com/status-im/status-desktop/issues/5875
2022-06-01 10:47:38 +03:00
Noelia
a4d0c13662
feat(StatusTagSelector): Added property `showSortedListOnlyWhenText` and make dynamic the `implicitHeight`
...
Added property `showSortedListOnlyWhenText` and make dynamic the `implicitHeight` calculation.
2022-05-31 15:22:17 +02:00
Noelia
61007c32e9
chore(assets): Added new icon `add-to-dm`
...
Added new icon `add-to-dm`.
2022-05-31 15:22:17 +02:00
Noelia
1cadfc051b
feat(StatusChatToolBar): Add flexible component in right toolbar position
...
- Added loader in right component position and removed `StatusChatInfoButton` specific.
- Updated sandbox and added new example in Layouts with another different component than the `StatusChatInfoButton`.
BREAKING CHANGES:
The toolbar now expects a component to be loaded. The previous `StatusChatInfoButton` component has been removed and needs to be passed as a component from outside whenever needed.
Breaking changes in `desktop` will be addressed in: https://github.com/status-im/status-desktop/pull/5823
2022-05-31 15:22:17 +02:00
Noelia
46cd904ced
feat(StatusCommunityCard): First component iteration ( #693 )
...
It includes logo, title, community members, description, loaded, community id, popularity, tags row (that must be replaced to a new StatusQ component `StatusListItemTagRow`.
It also contains `locale` property used to decide the member's number format.
Added loading card.
Added Community Card page (components test) and view (demo app) in sandbox.
Added component documentation.
Part of task: https://github.com/status-im/status-desktop/issues/4936
2022-05-31 11:44:26 +02:00
Patryk Osmaczko
9120a0fa1c
chore(StatusBaseInput): expose placeholder as alias
2022-05-31 10:03:49 +02:00
Patryk Osmaczko
406e4a1177
chore(StatusInput): use layouts for elements positioning
...
It removes complexity and fixes StatusInput to follow the size assigned
by client.
2022-05-31 10:03:49 +02:00
Sale Djenic
be0f49a8d8
fix(StatusRoundedImage): actual loaded image width and height updated
...
In case you're dynamically change source image and image width and height
are way bigger than the rounded image component width and height, resizing
was not done correctly.
update
update
2022-05-31 09:11:29 +02:00
Alexandra Betouni
24228c5568
feat(icons): adding view icon
...
Needed for: https://github.com/status-im/status-desktop/issues/4918
2022-05-30 16:17:25 +02:00
Alexandra Betouni
6056db73cf
feat(StatusBaseInput): disabled mouse area when input is disabled
...
Needed for: https://github.com/status-im/status-desktop/issues/4918
2022-05-30 16:16:51 +02:00
Stefan
ee3effcdd1
fix(StatusImageCrop): fix wrong initial image fit
...
The initial fit was computed for the square crop-window
updates: 5118
2022-05-26 03:00:24 +03:00
Mikhail Rogachev
07e711e30c
feat(StatusLabeledSlider): add ability to decorate sliders and slider, decorated with lablels ( #687 )
...
Close #686
2022-05-25 11:12:50 +03:00
r4bbit.eth
0b1a910b06
fix(StatusNavigationListItem): make click handler work again ( #688 )
...
The click handler used inside the component broke in one of the latest
changes done in `StatusListItem` where it expects two arguments being
passed to its click handler.
This commit fixes it by supplying all needed arguments (where `itemId`
is always `''` unless set differently)
2022-05-24 15:57:59 -04:00
Mikhail Rogachev
81cbab3f66
feat(StatusColorSpace): impl color space component ( #679 )
2022-05-24 10:32:40 +03:00
Alexandra Betouni
d31dddac7e
fix(StatusListItem): added mouse obj parameter in clicked signal ( #683 )
...
Needed for: https://github.com/status-im/status-desktop/issues/5212
2022-05-23 18:22:01 +03:00
Igor Sirotin
485647d1c3
feat(StatusTabButton): Created component as per design ( #684 )
2022-05-23 14:29:42 +03:00
Alexandra Betouni
e1db639340
feat(StatusTagSelector): Replaced member delegate w/ StatusMemberLisItm ( #676 )
...
Fixes https://github.com/status-im/status-desktop/issues/5625
2022-05-19 12:02:36 +03:00
Boris Melnik
b918897241
fix(StatusTagSelector): Fix mouse hover ( #678 )
...
Closes : status-im/status-desktop#5220
2022-05-19 11:42:18 +03:00
Alexandra Betouni
6ba2d8f3e6
fix(StatusChatList): Fixed alignment in left column ( #680 )
...
Needed for https://github.com/status-im/status-desktop/issues/5211
2022-05-18 17:01:27 +03:00
Igor Sirotin
c01f623305
fix(StatusLetterIdentIcon): Display emoji as svg ( #677 )
...
* fix(StatusLetterIdentIcon): Display emoji as svg
* feat(StatusEmoji): Added StatusEmoji image component
2022-05-17 21:16:11 +03:00
r4bbit.eth
6dc6ebb2fb
fix(StatusSeedPhraseInput): ensure suggested item has correct text color ( #670 )
2022-05-13 14:24:24 -04:00
Igor Sirotin
2d031244ca
fix(StatusSlider): Fixed background behavior ( #667 )
2022-05-13 14:24:07 -04:00
Mikhail Rogachev
9498be05ef
fix(StatusProgressBar): Hide text in bar if it does not fit ( #672 )
2022-05-13 14:05:37 -04:00
Igor Sirotin
1b25ddd2b5
feat(Emoji): Functions improvements ( #673 )
...
- Introduced `format] argument for `parse` function
- New `iconId(text)` function
2022-05-13 14:01:48 -04:00
Alexandra Betouni
9741f98b70
fix(StatusSeedPhraseInput): anchored component to its parent bottom
...
Needed for: https://github.com/status-im/status-desktop/issues/5669
2022-05-13 16:29:35 +02:00
Alexandra Betouni
02923f7947
feat(StatusInput): exposed letterIconName property ( #671 )
...
Exposed letterIconName to be set in StatusLetterIdenticon
Needed for: https://github.com/status-im/status-desktop/issues/5636
2022-05-13 13:38:49 +03:00
Jonathan Rainville
6c5957a492
fix(StatusTagSelector): hide contact when it is selected ( #668 )
2022-05-12 16:27:35 -04:00
Jonathan Rainville
eb96e5e08d
fix(StatusSeedPhraseInput): autocomplete when word not alone in the list
...
The problem was that if the clicked word (or tabbed) was not alone in the suggestion list, the done signal was not called. Now it is always called when clicking on using tab or enter.
2022-05-12 10:00:06 -04:00
Stefan
457e5fe4af
fix(StatusSlider): improve handle draging area
...
Issues
- The slider only handle mouse events in its own control space.
- In oder to use the entire area it needs to be centered.
Fixes
- Center the content vertically (handle and slider bar)
- Height and implicitHeight defaults to heigh of the handle
- Add note to create awareness about the mouse handling requirements
2022-05-11 19:30:04 +03:00
Stefan
1c0d4b0133
improvement(StatusImageCrop): add option to limit to fill
...
Currently only fit image is supported as minimum limit
This change sdds option to fill crop window with image as
minimum zoom which is required by status-go crop function
2022-05-11 18:06:26 +03:00
Alexandra Betouni
ba79f62fda
fix(StatusTagSelector): Updated names list filtering ( #659 )
...
Fixes: https://github.com/status-im/status-desktop/issues/5642
2022-05-11 12:01:14 +03:00
Jonathan Rainville
a9c79b0359
fix(StatusBaseInput): adjust emoji size and position in base input ( #660 )
2022-05-10 15:17:22 -04:00
Alexandra Betouni
a668afef35
fix(StatusTagSelector): Adjusted name tags list width and scrolling ( #653 )
...
Needed for https://github.com/status-im/status-desktop/issues/5643
2022-05-10 19:04:27 +03:00
Patryk Osmaczko
deb8b38b1f
chore(translations): add missing qsTrs
...
issue: status-im/status-desktop#4544
2022-05-10 17:52:34 +02:00
Khushboo Mehta
b4ebc520e1
fix(StatusBaseButton): Button component should keep its original width/size when it enters loading state
...
fixes #656
2022-05-10 10:53:45 +02:00
mishkarogachev
5def2102c7
fix(StatusTagSelector):Create new chat input is single line
2022-05-10 10:52:49 +02:00
mishkarogachev
0f511ebc60
fix(StatusListItem): Make text always fit boundaries
2022-05-10 07:44:25 +02:00
Alexandra Betouni
b09210cf1f
fix(StatusTagSelector): Added up/down hard keys navigation
...
Needed for: https://github.com/status-im/status-desktop/issues/5640
2022-05-10 07:42:01 +02:00
Noelia
3bdfc3e528
fix(StatusBaseButton): After loading, button keeps loader width, so the button size is bigger
...
When button changed from loading to their normal shape it kept the width of the loader as it was visible in the row component.
It has been added a binding between loader `visible` property and root `loading` property that fixes the issue with the width.
Also, removed some `break` leftovers.
Fixes #5606 --> https://github.com/status-im/status-desktop/issues/5606
2022-05-10 07:41:45 +02:00
mishkarogachev
baf5948c90
fix(StatusSwitchTabBar): Update and unify colors of tabBar
2022-05-10 07:41:15 +02:00
Jonathan Rainville
4b1516c990
fix(StatusWizardStepper): make to value configurable
2022-05-10 07:40:56 +02:00
Jonathan Rainville
1a5990f24b
fix(StatusBaseInput): fix typo in verticalAlignement
2022-05-10 07:40:56 +02:00