Noelia
7bd9b37792
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-09-21 18:20:10 +02:00
Patryk Osmaczko
7281c4142a
chore(StatusBaseInput): expose placeholder as alias
2022-09-21 18:20:10 +02:00
Patryk Osmaczko
9a841b9c20
chore(StatusInput): use layouts for elements positioning
...
It removes complexity and fixes StatusInput to follow the size assigned
by client.
2022-09-21 18:20:10 +02:00
Sale Djenic
76a0caaa13
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-09-21 18:20:10 +02:00
Alexandra Betouni
99f1634fbc
feat(icons): adding view icon
...
Needed for: https://github.com/status-im/status-desktop/issues/4918
2022-09-21 18:20:10 +02:00
Alexandra Betouni
e683793021
feat(StatusBaseInput): disabled mouse area when input is disabled
...
Needed for: https://github.com/status-im/status-desktop/issues/4918
2022-09-21 18:20:10 +02:00
Stefan
13b41cbd00
fix(StatusImageCrop): fix wrong initial image fit
...
The initial fit was computed for the square crop-window
updates: 5118
2022-09-21 18:20:10 +02:00
Mikhail Rogachev
b9088427d7
feat(StatusLabeledSlider): add ability to decorate sliders and slider, decorated with lablels ( #687 )
...
Close #686
2022-09-21 18:20:10 +02:00
r4bbit.eth
fff2682a9c
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-09-21 18:20:10 +02:00
Mikhail Rogachev
290d5cbebc
feat(StatusColorSpace): impl color space component ( #679 )
2022-09-21 18:20:10 +02:00
Alexandra Betouni
b4c37e2255
fix(StatusListItem): added mouse obj parameter in clicked signal ( #683 )
...
Needed for: https://github.com/status-im/status-desktop/issues/5212
2022-09-21 18:20:10 +02:00
Igor Sirotin
c2c47b6bb7
feat(StatusTabButton): Created component as per design ( #684 )
2022-09-21 18:20:10 +02:00
Alexandra Betouni
d3637e8a56
feat(StatusTagSelector): Replaced member delegate w/ StatusMemberLisItm ( #676 )
...
Fixes https://github.com/status-im/status-desktop/issues/5625
2022-09-21 18:20:10 +02:00
Boris Melnik
5513158f89
fix(StatusTagSelector): Fix mouse hover ( #678 )
...
Closes : status-im/status-desktop#5220
2022-09-21 18:20:10 +02:00
Alexandra Betouni
88c26d148f
fix(StatusChatList): Fixed alignment in left column ( #680 )
...
Needed for https://github.com/status-im/status-desktop/issues/5211
2022-09-21 18:20:10 +02:00
Igor Sirotin
0714d6b305
fix(StatusLetterIdentIcon): Display emoji as svg ( #677 )
...
* fix(StatusLetterIdentIcon): Display emoji as svg
* feat(StatusEmoji): Added StatusEmoji image component
2022-09-21 18:20:10 +02:00
r4bbit.eth
620e977673
fix(StatusSeedPhraseInput): ensure suggested item has correct text color ( #670 )
2022-09-21 18:20:10 +02:00
Igor Sirotin
5a9f9527a7
fix(StatusSlider): Fixed background behavior ( #667 )
2022-09-21 18:20:10 +02:00
Mikhail Rogachev
85713de833
fix(StatusProgressBar): Hide text in bar if it does not fit ( #672 )
2022-09-21 18:20:10 +02:00
Igor Sirotin
7baa94eab3
feat(Emoji): Functions improvements ( #673 )
...
- Introduced `format] argument for `parse` function
- New `iconId(text)` function
2022-09-21 18:20:10 +02:00
Alexandra Betouni
cf7255b6f1
fix(StatusSeedPhraseInput): anchored component to its parent bottom
...
Needed for: https://github.com/status-im/status-desktop/issues/5669
2022-09-21 18:20:10 +02:00
Alexandra Betouni
4365911457
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-09-21 18:20:10 +02:00
Jonathan Rainville
df3452d24d
fix(StatusTagSelector): hide contact when it is selected ( #668 )
2022-09-21 18:20:10 +02:00
Jonathan Rainville
818374af1a
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-09-21 18:20:10 +02:00
Stefan
1acbeb1962
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-09-21 18:20:10 +02:00
Stefan
0d8bbcde8f
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-09-21 18:20:10 +02:00
Alexandra Betouni
f1ddedd2b9
fix(StatusTagSelector): Updated names list filtering ( #659 )
...
Fixes: https://github.com/status-im/status-desktop/issues/5642
2022-09-21 18:20:10 +02:00
Jonathan Rainville
524915a68a
fix(StatusBaseInput): adjust emoji size and position in base input ( #660 )
2022-09-21 18:20:10 +02:00
Alexandra Betouni
ef891ea02c
fix(StatusTagSelector): Adjusted name tags list width and scrolling ( #653 )
...
Needed for https://github.com/status-im/status-desktop/issues/5643
2022-09-21 18:20:10 +02:00
Patryk Osmaczko
76c9411329
chore(translations): add missing qsTrs
...
issue: status-im/status-desktop#4544
2022-09-21 18:20:10 +02:00
Khushboo Mehta
80ac7d22b9
fix(StatusBaseButton): Button component should keep its original width/size when it enters loading state
...
fixes #656
2022-09-21 18:20:10 +02:00
mishkarogachev
b79c1f149b
fix(StatusTagSelector):Create new chat input is single line
2022-09-21 18:20:10 +02:00
mishkarogachev
7a45b18b26
fix(StatusListItem): Make text always fit boundaries
2022-09-21 18:20:10 +02:00
Alexandra Betouni
e3a64a5d9c
fix(StatusTagSelector): Added up/down hard keys navigation
...
Needed for: https://github.com/status-im/status-desktop/issues/5640
2022-09-21 18:20:09 +02:00
Noelia
9dd65224bf
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-09-21 18:20:09 +02:00
mishkarogachev
adbae92730
fix(StatusSwitchTabBar): Update and unify colors of tabBar
2022-09-21 18:20:09 +02:00
Jonathan Rainville
f52d052051
fix(StatusWizardStepper): make to value configurable
2022-09-21 18:20:09 +02:00
Jonathan Rainville
8bc4dc906c
fix(StatusBaseInput): fix typo in verticalAlignement
2022-09-21 18:20:09 +02:00
Khushboo Mehta
a14d4b9680
fix(StatusListPicker): Add an option to allign the menu with respective the buttons and keep right aligned as the default one
...
Also fixes search placeholder to be centrally aligned
fixes #5633
2022-09-21 18:20:09 +02:00
Jonathan Rainville
45103cc958
fix(StatusSeedPhraseInput): fix pasting word with spaces in them
...
This makes it possible to paste a word with a space in it. It will insert it correctly
2022-09-21 18:20:09 +02:00
Jonathan Rainville
906a472f9e
fix(StatusSeedPhraseInput): fix interactions in SeedInput
2022-09-21 18:20:09 +02:00
Jonathan Rainville
f57f7530ae
feat(StatusBasenput): add acceptReturn to Input to pass return events
2022-09-21 18:20:09 +02:00
Jonathan Rainville
37c66e33bd
fix(StatusBaseInput): fix dirty being set when the text didn't change
2022-09-21 18:20:09 +02:00
Sale Djenic
e6bd9b5627
feat(StatusToastMessage): introduce duration property and `close` signal emit after animation
...
- `open` property set to `true` by default
- `duration` property added (if set to anything greater than 0, will trigger
close toast signal after `duration` milliseconds)
- `close` signal is now emitted once animation gets completed
2022-09-21 18:20:09 +02:00
Stefan
52c8e3e2c1
fix(StatusImageCrop): output an error if trying to set cropRect without image
2022-09-21 18:20:09 +02:00
Stefan
7072665a10
test(Components.StatusImageCropPanel): basic validation tests for the image crop component
...
updates #5401
2022-09-21 18:20:09 +02:00
Stefan
f383121957
test(Controls.StatusImageCrop): basic validation tests for the image crop control
...
updates #5401
2022-09-21 18:20:09 +02:00
Stefan
e293f80554
tests(general): refactor tests
...
Enhance the CMake strucuture of thests
Update documentation
2022-09-21 18:20:09 +02:00
Stefan
59fc0a6669
feat(Sandbox): add visual test setup page for StatusImageCropPanel
...
Other improvements:
- save state for theme switcher and last selected page
- add optional fill all test space for pages
fixes: 5401
2022-09-21 18:20:09 +02:00
Stefan
18ecb2b140
feat(StatusImageCropPanel): Add image crop editor panel component
...
New QML component StatusQ.Components.StatusImageCropPanel
that extends on StatusImageCrop with simper interface and extra features
Features:
- Minimizes drawing with Canvas to the crop window
- Adds user interactions: pan, zoom
- Zoom slider for zooming, beside the mouse scroll action
- Optional checker pattern for background for the user to have a visual feedback on the transparent areas or image margins
fixes : #5401
updates: #5118
2022-09-21 18:20:09 +02:00
Stefan
107a3d1d34
feat(StatusImageCrop): Image cropping editor control
...
New QML control StatusQ.Controls.StatusImageCrop allows user to crop an image for avatar/banner purpuses
Features:
- Support rectangular and elliptical crop windows
- Transparency for the wall
- Controlling the crop window in image coordinates using cropRect
- The image support is based on `Image`
- Limits the
fixes : #5401
2022-09-21 18:20:09 +02:00
Alexandra Betouni
e2ba041ec6
fix(StatusChatList): Added property to control item's highlight ( #646 )
...
Needed for https://github.com/status-im/status-desktop/issues/5627
2022-09-21 18:20:09 +02:00
Igor Sirotin
6939a63fbf
build: Added all qmls and assets to resources (fixes release build) ( #647 )
2022-09-21 18:20:09 +02:00
Igor Sirotin
774f2f3d15
fix(StatusBaseInput): Fixed border color on active focus loss ( #643 )
2022-09-21 18:20:09 +02:00
Igor Sirotin
5c420a0e11
fix(StatusBaseInput): Implement cursor as per designs ( #642 )
2022-09-21 18:20:09 +02:00
Noelia
7080f0aecb
fix(StatusListPicker): Disable uncheck option and reset searcher ( #639 )
...
Disabled uncheck option if component is configured as single selection mode.
Added binding to reset searcher input text when picker is closed.
BREAKING CHANGE: Renamed `searchText` property for `placeholderSearchText` to control placeholder text in searcher and added / used existing `searchText` property to control searcher input text.
2022-09-21 18:20:09 +02:00
Stefan Dunca
d203334c94
doc(contributing.md): add pixel miss-alignment recommendation
...
Follow up on the PR comment https://github.com/status-im/status-desktop/pull/5549#issuecomment-1099468321
2022-09-21 18:20:09 +02:00
Michal Iskierko
78a9231cc9
fix(StatusTagSelector): Fix displaying a list of contacts in StatusTagSelector
...
Fix #5465
2022-09-21 18:20:09 +02:00
Alexandra Betouni
107d6ff62d
fix(StatusSearchLocationMenu): removed dimming from submenus ( #635 )
...
fixes https://github.com/status-im/status-desktop/issues/5139
2022-09-21 18:20:09 +02:00
Patryk Osmaczko
2884b49b36
chore(StatusChatList): use colorId if color is not provided
2022-09-21 18:20:09 +02:00
Patryk Osmaczko
60946e66a7
chore(StatusLetterIdenticon): test different backgrounds
2022-09-21 18:20:09 +02:00
Patryk Osmaczko
3700e575f8
fix(StatusIdenticonRing): repait ring when model changes
2022-09-21 18:20:09 +02:00
Patryk Osmaczko
94e168423e
chore(ThemePalette): introduced userCustomizationColors
...
BREAKING CHANGE: renamed accountColors to userCustomizationColors
2022-09-21 18:20:09 +02:00
Patryk Osmaczko
fe214b32a0
feat(StatusLetterIdenticon): use luminance to determine letter color
2022-09-21 18:20:09 +02:00
Alexandra Betouni
9a93f152cc
feat(StatusInput): Adding component documentation ( #632 )
...
Part of #616
2022-09-21 18:20:09 +02:00
Alexandra Betouni
a5da508617
feat(StatusBaseInput): Adding component documentation ( #631 )
...
Part of #616
2022-09-21 18:20:09 +02:00
Noelia
093649b867
feat(StatusPasswordStrengthIndicator): Added component documentation ( #630 )
...
Added component documentation.
Part of #620
2022-09-21 18:20:09 +02:00
Noelia
340ccf2915
feat(StatusMemberListItem): Added component documentation ( #629 )
...
Added component documentation and updated functions to be private.
Part of #620
2022-09-21 18:20:09 +02:00
Noelia
64bb0c35a0
feat(StatusBanner): Added component documentation ( #628 )
...
Added component documentation.
Part of #620
2022-09-21 18:20:09 +02:00
Alexandra Betouni
a4eaba3de4
feat(StatusTagSelector): Adding component documentation ( #623 )
...
Part of #616
2022-09-21 18:20:09 +02:00
Alexandra Betouni
30a7e95460
feat(StatusToastMessage): Adding component documentation ( #621 )
...
Part of #616
2022-09-21 18:20:09 +02:00
Alexandra Betouni
c8740d77de
feat(StatusSeedPhraseInput): Adding component documentation ( #617 )
...
Also fixed component's height in demonstration page
Part of #616
2022-09-21 18:20:09 +02:00
Alexandra Betouni
c35431f4ee
fix(StatusTagSelector): adding wrap mode in text edit ( #633 )
...
needed for: https://github.com/status-im/status-desktop/issues/5294
2022-09-21 18:20:09 +02:00
Noelia
84cc9eae73
fix(StatusListPicker/StatusItemPicker/StatusPickerButton): Added some properties / signals ( #624 )
...
Added property `textPixelSize` to be configurable in `StatusPickerButton`.
Added signal `itemPickerChanged` to be directly notified when an item changes its selected property value.
Updated `selected` property properly in `StatusListPicker`.
Added new property `enableSelectableItem` to highlight an item when hovering.
Some documentation improvements.
2022-09-21 18:20:09 +02:00
Pascal Precht
10ccfef8de
fix(StatusSeedPhraseInput): don't access input control via `root`
2022-09-21 18:20:09 +02:00
Richard Ramos
708d844c2b
fix(StatusSeedPhraseInput): handle 3 characters mnemonics
2022-09-21 18:20:09 +02:00
Boris Melnik
6a7271147d
fix(StatusListItem): Show emoji if exist
...
Part of: https://github.com/status-im/status-desktop/issues/5350
2022-09-21 18:20:08 +02:00
Alexandra Betouni
191c759407
feat(StatusWizardStepper): Adding component documentation ( #618 )
...
Part of #616
2022-09-21 18:20:08 +02:00
Anthony Laibe
83955adb6f
fix(StatusFloatValidator): Fix value equal to bottom
2022-09-21 18:20:08 +02:00
Patryk Osmaczko
3c855450fb
fix: add various fixes/improvements to identicons
2022-09-21 18:20:08 +02:00
Boris Melnik
4ff66d8fd3
feat(assets): Add new icons for community settings
...
Part of: status-im/status-desktop#4932
2022-09-21 18:20:08 +02:00
Noelia
c586b9be1e
feat(StatusQ.Components/Controls): New `StatusListPicker` and `StatusItemPicker` selector component / control ( #583 )
...
It adds the `StatusItemPicker` control and `StatusListPicker` component and its corresponding documentation.
The new selector component is composed by a `StatusButtonPicker` and a drop-down list.
It adds sections in `ListView` by using `category` model property.
It incorporates a searcher in header.
The selector type can be customised as a `StatusRadioButton` or a `StatusCheckbox`.
It adds dynamic selection mechanism.
It adds a dynamic text fit between `name` and `shortName` text components.
It adds a specific page in `sandbox` and some models to play with that.
It extends `StatusPickerButton` to allow more than one type.
Closes #563
2022-09-21 18:20:08 +02:00
Stefan Dunca
9be2de676a
Clarify dynamic scoping
2022-09-21 18:20:08 +02:00
Stefan
62b09f047c
docs(General): initial proposal on developer documentation and checklists
...
Developer targeted checklist and reminders to cover the most common source of errors
and tech-debt (maintenance burden).
2022-09-21 18:20:08 +02:00
Alexandra Betouni
b3c3a90148
fix(StatusTagSelector): fixing tag selector height ( #606 )
...
Fix for https://github.com/status-im/status-desktop/issues/5199
2022-09-21 18:20:08 +02:00
Alexandra Betouni
02b2b591fe
fix(StatusSeedPhraseInput): added trim() also when seedWord selected from list ( #613 )
...
Fixes issue on Windows where empty spaces are insterted in the input
field together with the word
2022-09-21 18:20:08 +02:00
Jonathan Rainville
55e29b6f67
fix(StatusSeedPhraseInput): remove empty spaces in seed phrase input ( #611 )
2022-09-21 18:20:08 +02:00
Sale Djenic
4e42de03de
fix(@desktop/contacts): placeholder position updated
2022-09-21 18:20:08 +02:00
Alexandra Betouni
59510b8a0a
feat(StatusSeedPhraseInput): exposed keys on pressed signal ( #599 )
...
* feat(StatusSeedPhraseInput): exposed touch/keys pressed events
Exposed keys.onPressed signal, mouse on clicked signal
as well as tabNavItem to be set in KeyNavigation.tab
when needed
Needed for task https://github.com/status-im/status-desktop/issues/4955
* feat(StatusListItem): Added new tags inline in the StatusListItem (#607 )
Co-authored-by: Khushboo-dev-cpp <60327365+Khushboo-dev-cpp@users.noreply.github.com>
2022-09-21 18:20:08 +02:00
Noelia
f795ced1bd
fix(StatusChatListCategory): Selecting the category menu should not toggle the category itself
...
Closes `status-desktop` issue https://github.com/status-im/status-desktop/issues/4914
2022-09-21 18:20:08 +02:00
Stefan
f65923fcf1
tests(StatusInput): add regression test to check for qml output
...
Also improves on the test structure
2022-09-21 18:20:08 +02:00
Michał Iskierko
164c65e6c4
fix(StatusSearchPopup): Fix cutting text with big font ( #604 )
...
Decreasing padding.
Setting loading property default to false.
Fix #5197
2022-09-21 18:20:08 +02:00
Patryk Osmaczko
a0246f6a7c
fix(StatusInput): add implicitHeight
...
It makes it work with layouts correctly.
2022-09-21 18:20:08 +02:00
Patryk Osmaczko
c6b2a02e0a
fix(StatusBaseInput): fix default padding when leftComponent is loaded
2022-09-21 18:20:08 +02:00
Alexandra Betouni
5f012da87f
fix(StatusSeedPhraseInput): Increased suggestion match chars to 4
2022-09-21 18:20:08 +02:00
Khushboo Mehta
10520a6f53
fix(StatusInput): Added mising documentation of new properties to StatusInput and StatusModal
...
Moved the StatusInputWithCursor out of StatusQ as it not needed under StatusQ.
2022-09-21 18:20:08 +02:00
Khushboo Mehta
af0acb801c
fix(StatusModal): Added support for advanced footer and header as seen in new designs.
...
It is also backward compatible and is not a breaking change.
2022-09-21 18:20:08 +02:00
Khushboo Mehta
3a58ee8200
feat(StatusInput): Expose errorMessage so that its placement can be controlled from outside
2022-09-21 18:20:08 +02:00
Khushboo Mehta
604ba1b88d
fix(StatusListItemTag): Fix for allignment in StatusListItemTag and option to make close button invisible
2022-09-21 18:20:08 +02:00
Khushboo Mehta
3a93f835d2
feat: Added new icon fees
2022-09-21 18:20:08 +02:00