Michał Cieślak
ba80ba97f7
compressedPubKey exposed via backend models, usages of Utils.getCompressedPk removed, SB pages simplified
2024-10-31 11:11:30 +01:00
Lukáš Tinkl
d9d6d90dc9
[Style] remove legacy Style and its themes
...
- legacy Style and ThemePalette removed
- moved and deduplicated font definitions into `Theme` (unrelated to a
color palette)
- `Style.current.foo` -> `Theme.foo`
- `Style.current.fooColor` -> `Theme.palette.fooColor`
- upgrade the imports to 5.15
- removed some mode dead components
Fixes #16514
2024-10-22 15:54:31 +02:00
Michał Cieślak
1f61b77739
ChatCommandsPopup and related sub-components removed
2024-10-14 23:28:05 +02:00
Michał Cieślak
d5a0589591
Remove unused RecipientSelector and related components
2024-10-14 23:28:05 +02:00
Michał Cieślak
03db15529e
Cleanup after #16497 workaround
2024-10-11 23:37:50 +02:00
Michał Cieślak
f75e4e0c47
Introduce ability of calling StatusQ methods from nim
...
Closes : #16496
2024-10-11 23:37:50 +02:00
Lukáš Tinkl
c5598d9ff9
chore(StatusMemberListItem): refactor to use ItemDelegate
...
- simpler, standard property based API
- much lighter than deriving from the heavy StatusListItem
- should reduce RAM usage significantly, esp. with large communities
Iterates #11059
2024-09-12 15:04:22 +02:00
Alex Jbanca
f1308f3b28
feat: Add initial support for ChartJs plugins ( #14433 )
...
+ adding plugin for crosshair and zoom
+ adding plugin for data labels
2024-06-04 13:08:16 +03:00
Alexandra Betouni
4af2a97358
[ProfileShowcase] Updated delegates as per design + added web tab
...
Closes #13421
Closes #13606
2024-04-02 10:21:13 +03:00
Sale Djenic
df8e74feec
feat(savedaddresses): make save addresses list as per design (without search logic)
...
Closes #13090
2024-01-04 17:45:57 +01:00
Alex Jbanca
1cd00b77a0
fix(StatusQ): Extend StatusToastNotification to support RichText and allow larger content
...
Changes:
1. StatusToastMessage now supports dynamic content height
2. Add new StatusToastMessage type: Danger
3. Update StatusToastMessage to support RichText content
4. Fix StatusQ sanboxapp compilation
5. Add the new StatusToastMessage content to sandbox
2023-10-23 16:33:17 +03:00
Vladimir Druzhinin
c422adc15e
Test(Community) Object names for invite people menu item added ( #12151 )
2023-09-13 15:22:33 +02:00
Khushboo Mehta
330ccb58a6
chore(@desktop/wallet): Move send modal logic over to nim side
...
fixes #11881
2023-08-30 14:45:40 +02:00
Alex Jbanca
c7aa1cf9e8
fix(StatusQ): Allow two lines text content in StatusToastMessage
2023-07-28 10:03:10 +03:00
Lukáš Tinkl
5b118f43f8
fix(Chat): Confirmation button UI is broken when deleting 1-1 chat
...
fixes a `StatusModal` porting error that broke `title` in a couple of
popups/modals
Closes #11503
2023-07-13 16:44:30 +02:00
Cuteivist
a4731517d6
feat(@desktop/wallet): Add copy details and repeat transaction buttons ( #10904 )
...
closes #10776
2023-06-13 10:18:53 +02:00
Jonathan Rainville
be958d5a1e
chore: remove dictionary
2023-06-09 14:50:08 -04:00
Patryk Osmaczko
35a2dd5244
[Popups]: added destroy() function in all popups by default
...
Also switched StatusModal to derive from StatusDialog instead
of Popup type
Closes #10149
2023-06-02 14:28:39 +03:00
Igor Sirotin
7eed470829
fix(StatusScrollView): Change implementation to inherit ScrollView ( #10789 )
2023-05-31 23:58:23 +03:00
Jonathan Rainville
7d0a77ef0d
chore(links): update to use the new external link format
...
Fixes #10777
2023-05-31 10:36:08 -04:00
Igor Sirotin
a3ec245b44
fix(Sandbox): Fixed hot reloading. Fixed MacOS arm64 builds. ( #10562 )
2023-05-05 19:05:44 +03:00
Khushboo Mehta
2401bb52bb
feat(@desktop/wallet): New floating header as a drop down list
...
fixes #10392
2023-05-03 18:52:19 +02:00
Noelia
8ccd091ebc
feat(CommunityPortal/StatusCommunityCard): Prepared `StatusCommunityCard` to display permissions row
...
- `StatusCommunityCard` updated with a new hearder component.
- `CommunitiesGridView` updated to use `CommunityPermissionsRow` component inside card.
- Added needed models.
- Updated storybook.
Pending backend integration: Part of task #10410
2023-04-27 16:10:20 +02:00
Lukáš Tinkl
7a5dbbd952
chore(StatusStickerButton): refactor to use StatusButton
...
- make it possible for StatusBaseButton to be icon-only (ie just icon, no
text, rounded if needed)
2023-04-18 13:45:38 +02:00
Igor Sirotin
aefa2b9f48
fix(StatusQ): StatusQ is QML module ( #10207 )
...
* StatusQ QML module
* qzxing is static lib again
* updated StatusQ resources
* fixed Emoji lookup
* added display to tests-imports ci
2023-04-14 11:18:56 +03:00
Igor Sirotin
14c264e350
feature(Syncing): Embed QR code scanner for syncing devices on onboarding ( #9981 )
...
* fix(StatusQrCodeScanner): Improve QR code scanner
- Almost async loading
- Added camera selector
- Added `captureRectangle` property
- Add component info to sandbox qr code scanner page
- Embed QrCodeScanner into desktop app
* Compile and link qzxing as shared library
* Hardcode settingCurrentNetwork. Propagate inputConnectionString errors.
* Added qzxing libdir to e2e tests ld_library_path
2023-03-30 20:57:18 +03:00
Sale Djenic
388fab4a4a
feat(StatusQ.Components): `StatusPageIndicator` component introduced
...
Added `StatusPageIndicator` component which displays buttons in a row,
representing pages from the set range.
Corresponding page in API Documentation added.
2023-03-28 18:09:39 +02:00
Michał Cieślak
0db5790f76
chore(Storybook): StatusItemSelectorPage moved from Sandbox to Storybook
2023-03-21 11:59:12 +01:00
Igor Sirotin
0689a8f386
fix(Syncing): Fixed synced devices list UI bugs ( #9929 )
...
* Added online badge to device delegates
* Fixing device last timestamp processing
* Synced devices sorting - current device is always first
* Devices list scrolling fixes
* Fix device list duplication
* Hide online badge for "Synced device" subtitle
2023-03-21 16:10:06 +11:00
Lukáš Tinkl
8aa8b8b7ce
fix(StatusTooltip): long text goes out of bounds
...
Fixes #9918
2023-03-17 12:23:40 +01:00
Lukáš Tinkl
411961aee7
fix: ‘Share community’ URL is unnecessarily ellipsed
...
- set the width on title/subtitle
- put the subtitle with its optional icon into a Row
- elide title/subtitle
- update Sandbox
Fixes #9701
2023-03-17 11:45:16 +01:00
Igor Sirotin
7c1c178d37
QR code scanner (QML component) ( #9464 )
...
Co-authored-by: Richard Ramos <info@richardramos.me>
2023-03-07 12:08:38 -04:00
Michał Cieślak
51928f5c20
fix(StatusQ): Removed nonexisting/unused imports from Sandbox pages
...
Closes : #9594
2023-02-22 13:35:14 +01:00
Lukáš Tinkl
79645b53ce
fix: truncation of channel description and pinned message text
...
The chat title/subtitle no longer bleed into the action buttons
- handle long texts in chat description, elide them and show the whole
text in a tooltip
- minor UI fixes in ChatHeaderContentView and StatusToolBar
- adjust Sandbox' Controls page
Fixes #9583
2023-02-21 16:53:06 +02:00
Patryk Osmaczko
9f97ce2cde
fix(StatusQ/Sandbox): move and update build script
2023-02-20 20:36:05 +01:00
MishkaRogachev
b70e1f0fb4
feat(ActivityCenter): Add indication for visited/unvisited AC state
...
Close #347
2023-02-17 16:13:43 +04:00
Michał Cieślak
51afe05d3c
chore(general): cmake include file defined for StatusQ sources
...
Closes : #9426
2023-02-09 13:41:15 +01:00
Michał Cieślak
940d8cd2c0
chore(general): Move RXValidator to StatusQ
2023-02-09 12:48:11 +01:00
Michał Cieślak
f43c3e2f2b
chore(general): Move StatusSyntaxHighlighter to StatusQ, remove mock from Storybook
2023-02-09 12:48:11 +01:00
Michał Cieślak
8f25b93f96
chore(general): Move QClipboardProxy to StatusQ
2023-02-09 12:48:11 +01:00
Michał Cieślak
ad34694826
chore(general): Deduplicate and move StatusWindow to StatusQ
2023-02-09 12:48:11 +01:00
Khushboo Mehta
0d369129d5
feat(@desktop/wallet): Implement loading state for Send/Bridge Modal
...
fixes #9107
2023-02-08 11:44:22 +01:00
Jonathan Rainville
fdc0dce782
chore: remove public chat functionnalities
...
Fixes #8504
Removes the ability to create public chats, see public chats and even leaves previously active public chats
2023-01-25 10:05:55 -05:00
Dario Gabriel Lipicar
a6afdb5266
fix(@desktop): use system locale across the application
2023-01-17 16:39:56 -03:00
Khushboo Mehta
5df7416fd9
feat(@desktop/wallet): Implement loading animation
2023-01-12 14:49:41 +01:00
Lukáš Tinkl
9e396f7344
chore: refactor/improve/optimize StatusMessage & friends
...
- drop dead code
- reduce number of direct bindings
- use Loaders whenever possible
Fixes #8744
2023-01-10 10:55:53 +01:00
Sale Djenic
32fcda485c
feature(@desktop/keycard): migrate an exsiting account from Keycard to Status Desktop
...
Fixes : #7030
2023-01-04 14:24:55 +01:00
Sale Djenic
e34aac0a0f
feat(StatusQ.Components): `StatusStepper` component introduced
...
Added `StatusStepper` component which displays total number of steps which need to be passed,
marking each completed step based on `completedSteps` property.
Needed for importing a Keycard into the app flow.
Corresponding page in API Documentation added.
2023-01-04 14:24:55 +01:00
Khushboo Mehta
eb2ec7c1af
feat(@desktop/wallet): Update network card and routing lines in SendModal
...
fixes #8714
2023-01-02 15:36:26 +01:00
Noelia
579075d6cc
fix(StatusQ/StatusListItemTag): Changed API and added test elide property when a specific width is forced
...
- Changed `StatusListItemTag` API. Now it is based on `Control` component.
- Updated needed qml files to fit with the new `StatusListItemTag` API.
- Added `elide` property in `Text` component to better visualise the content when a specific width is forced.
2022-12-21 18:42:16 +01:00