PavelS
33786814b9
fix(CreateChatView): adjust start chat page ( #863 )
...
Add fix from https://github.com/status-im/status-desktop/pull/7077 to
demoapp
2022-09-21 18:20:14 +02:00
Igor Sirotin
23e50341d2
fix(StatusMessage): Design update and minor improvements ( #752 )
2022-09-21 18:20:14 +02:00
Sale Djenic
c922bf5adf
feat: added missing icons
...
The following icons added:
- `key_pair_prvate_key.svg`
- `key_pair_seed_phrase.svg`
2022-09-21 18:20:14 +02:00
Sale Djenic
9dca6156f6
feat(StatusListItem): scroll feature added if list of tags exceeds component width
2022-09-21 18:20:14 +02:00
Jonathan Rainville
a0a6cd3ae1
test(StatusSearchPopup): add object name for tests
2022-09-21 18:20:14 +02:00
Igor Sirotin
93a709bf36
fix(StatusComboBox): Pointing hand cursor on hover ( #862 )
2022-09-21 18:20:14 +02:00
PavelS
2d3e7919f1
fix(StatusInput)!: trigger errors bindings ( #858 )
...
Change valid to false by default
Fixes https://github.com/status-im/status-desktop/issues/6825
BREAKING CHANGE: StatusInput now emits signal for errors change and is
invalid by default
2022-09-21 18:20:14 +02:00
Anthony Laibe
f157229e36
feat(@StatusComboBox): expose inner objectName property ( #850 )
2022-09-21 18:20:14 +02:00
Jonathan Rainville
82e5f03f5e
test(StatusSearchPopup): add object names for tests
2022-09-21 18:20:14 +02:00
Stefan
9d2c05ad48
fix(StatusChatListAndCategories): duplicate objectName
...
Due to repository automerge.
2022-09-21 18:20:14 +02:00
Stefan
e9879aa3ae
tests(StatusChatListAndCategories.qml) add object names for testing
2022-09-21 18:20:14 +02:00
MishkaRogachev
6bac2322c2
test(StatusChatListAndCategories): Add object names
2022-09-21 18:20:14 +02:00
PavelS
6da0b9d534
fix(StatusPopupMenu): update popup content to support big margins ( #853 )
...
Needed for https://github.com/status-im/status-desktop/issues/6822
2022-09-21 18:20:14 +02:00
PavelS
2f64374bbd
fix(StatusMenuItemDelegate): adjust menu item height ( #852 )
...
Needed for https://github.com/status-im/status-desktop/issues/6830
2022-09-21 18:20:14 +02:00
Sale Djenic
8c33ad6191
feat(StatusCheckbox): introduced new `leftSide` prop
...
- `leftSide` determines whether to display check box on the left or right
side, defaulted to left
2022-09-21 18:20:14 +02:00
Khushboo-dev-cpp
0d35fc022f
fix(StatusColorSelectorGrid): Expose the Color Repeater for Squish testing ( #847 )
2022-09-21 18:20:14 +02:00
Patryk Osmaczko
363f60cddb
fix(StatusIconTextButton): make icon invisible when no icon is loaded
...
Otherwise this button has invisible left padding when no icon is set
2022-09-21 18:20:14 +02:00
Patryk Osmaczko
e0d24628a4
fix(StatusToolTip): remove contentItem by id usage
...
Otherwise contentItem can't be safely overriden by the clients
2022-09-21 18:20:13 +02:00
Patryk Osmaczko
77d32efa4b
feat: add social link icons
2022-09-21 18:20:13 +02:00
PavelS
0c522d393a
fix(StatusImageCropPanel) add margins to crop area ( #848 )
...
Needed for status-im/status-desktop#6835
Required by status-im/status-desktop#6872
2022-09-21 18:20:13 +02:00
MishkaRogachev
bc0db0a632
fix(StatusCommunityTags): fix width calculation
2022-09-21 18:20:13 +02:00
PavelS
7071a29700
fix(StatusTabButton) adjust tab button height ( #842 )
...
Needed by https://github.com/status-im/status-desktop/issues/6786
2022-09-21 18:20:13 +02:00
Lukáš Tinkl
6dd90ae3a2
feat/(Status[Base]Button): add a new Primary variant
...
we were missing this variant, needed for status-im/status-desktop#6081
2022-09-21 18:20:13 +02:00
Lukáš Tinkl
66a1b24274
chore(Palette): do not define font properties twice
...
sue a shared impl, they are common to both light/dark palettes
2022-09-21 18:20:13 +02:00
PavelS
53be0784a8
fix(StatusImageCropPanel) adjust Image Crop component ( #839 )
...
- update StatusSlider handle and background positioning
Needed for https://github.com/status-im/status-desktop/issues/6835
2022-09-21 18:20:13 +02:00
Stefan
0f40f5bb0d
fix(tests): fix building tests
2022-09-21 18:20:13 +02:00
Stefan
0a6c1bfcac
fix(StatusImageCrop): fix artefacts due to offscreen caching
...
Fix by disabling layering, leftover from the previous approach of not
using Canvas.
Also investigate TODO regarding artefacts workaround and implement
a proper approach
Fixes : #6640
2022-09-21 18:20:13 +02:00
Lukáš Tinkl
fc7c0a07a5
hotfix(StatusDatePicker): fix some UI issues
...
- make selectedDate read/write for preselecting the date
- minor toolbar spacing/sizing fixes
2022-09-21 18:20:13 +02:00
Michał
82707a0d48
fix(StatusSeedPhraseInput): fix notifying inserting word done ( #841 )
2022-09-21 18:20:13 +02:00
Lukáš Tinkl
2d22b4260e
feat(StatusDatePicker): introduce StatusDatePicker component
...
nothing fancy, just a combo box with a calendar popup; needed for the
discord import tool UI
Related to status-im/status-desktop#6081
2022-09-21 18:20:13 +02:00
MishkaRogachev
f5bcbb93de
fix(StatusInput): Add labelPadding customization and improve height calculation
2022-09-21 18:20:13 +02:00
MishkaRogachev
22308abfcd
fix(StatusBaseInput): placeholder text is also can be multiline
2022-09-21 18:20:13 +02:00
MishkaRogachev
eccf3ba811
fix(StatusStackView): Use availableWidth for content
2022-09-21 18:20:13 +02:00
Michal Iskierko
4646ccaa1f
feat(StatusColorRadioButton): expose radio button diameter property
...
Issue #5982
2022-09-21 18:20:13 +02:00
Jonathan Rainville
b2ed066a5d
fix(StatusChatList): fix wrong id used
2022-09-21 18:20:13 +02:00
Stefan
603d8e7ee9
feature(StatusAddressPanel): Implement generic address display control
...
Provides frame, prefix icon and copy operation int addition to StatusAddress
Updates: #6798
2022-09-21 18:20:13 +02:00
PavelS
524f941401
fix(StatusImageCropPanel) vertically align slider in ImageCropPanel ( #829 )
...
- change StatusSlider to be vertically centered
Needed for https://github.com/status-im/status-desktop/issues/6725
2022-09-21 18:20:13 +02:00
Boris Melnik
a82d07db7a
fix(handler): Remove handler include from sandbox ( #834 )
2022-09-21 18:20:13 +02:00
Michał
abd8ea2195
chore(StatusChatList): Keep sync with underlying model after reordering ( #825 )
2022-09-21 18:20:13 +02:00
Alexandra Betouni
b64f2394cd
fix(StatusBaseInput): added left margin between text and left component ( #830 )
...
Needed for https://github.com/status-im/status-desktop/issues/6730
2022-09-21 18:20:13 +02:00
Michał
0440df796b
chore(StatusChatList)!: Use SortFilterProxyModel instead of filtering functions ( #823 )
...
BREAKING CHANGE: StatusChatList has no longer filterFn, model is
intended to be already filtered externally
2022-09-21 18:20:13 +02:00
Boris Melnik
f5c75562b2
feat(hot reloading): Add first version of hot reloading ( #674 )
...
Version for: https://github.com/status-im/status-desktop/issues/5690
2022-09-21 18:20:13 +02:00
Anthony Laibe
6ca24d33cb
feat(@StatusAppNavBar): Add qr scan button
2022-09-21 18:20:13 +02:00
Jonathan Rainville
c5b121399e
test(StatusSmartIdenticon): add objectName for tests
2022-09-21 18:20:13 +02:00
Alexandra Betouni
de6ac27fc7
feat(StatusQ/Controls): introducing StatusBackButton
...
Closes: https://github.com/status-im/status-desktop/issues/6727
2022-09-21 18:20:13 +02:00
Boris Melnik
d999cb5d88
fix(StatusSearchPopup): Fix `forceActiveFocus` method ( #818 )
2022-09-21 18:20:13 +02:00
Alexandra Betouni
bac36176bd
fix(StatusInput): setting default 44px in min/max height ( #817 )
2022-09-21 18:20:13 +02:00
Igor Sirotin
5b31926939
Reimplemented components using `StatusComboBox` ( #815 )
...
* fix(StatusAccountSelector): Refactored and reimplemented using `StatusComboBox`
* fix(StatusAssetSelector): Refactored and reimplemented using `StatusComboBox`
* fix(StatusColorSelector): Reimplemented using `StatusComboBox`
* fix(StatusCardPage): Replaced `StatusSelect` with `StatusComboBox`
2022-09-21 18:20:13 +02:00
Mikhail Rogachev
cb13839f95
fix(StatusCommunityTag): Polish text and icon sizings ( #824 )
2022-09-21 18:20:13 +02:00
Alexandra Betouni
8210e06292
fix(Utils): moved emojilists.js instance inside Emoji singleton ( #816 )
...
Needed for: https://github.com/status-im/status-desktop/issues/6729
2022-09-21 18:20:13 +02:00