status-desktop/ui/shared/status
emizzle e0e1487643 refactor: replace transaction modal `reset` functionality
The transaction component's `reset` functionality was meant ot reset a form when the modal was closed. It was difficult to manage and added extra overhead for each additional transaction modal created.

Instead of using reset functions, we can use Loaders to load and destroy the modal's as they are opened and closed. We do not need to keep them in memory and then also reset their functions. It creates a smaller memory footprint to destroy the object and reload on open.

feat: load gas prediction prices asynchronously
2020-11-26 11:17:24 -05:00
..
StatusButton.qml fix: fix Status button with weird margin 2020-10-27 10:23:26 -04:00
StatusChatCommandButton.qml feat: introduce StatusChatCommandButton 2020-09-29 13:48:36 -04:00
StatusChatCommandsPopup.qml start of rebase fixes 2020-10-28 11:07:21 +01:00
StatusChatInfo.qml fix: "Contact / Not a contact" indicator was not being updated when an user was added/removed as contact 2020-10-05 10:56:38 -04:00
StatusChatInfoButton.qml fix: "Contact / Not a contact" indicator was not being updated when an user was added/removed as contact 2020-10-05 10:56:38 -04:00
StatusChatInput.qml uiux(StatusChatInput): ensure input gets focussed when replying to messages 2020-11-24 11:20:09 +01:00
StatusChatInputImageArea.qml fix(StatusChatInput): ensure image have rounded corners 2020-11-23 11:57:51 +01:00
StatusChatInputReplyArea.qml feat: introduce new chat input component 2020-10-07 14:03:12 +02:00
StatusEmojiCategoryButton.qml fix: emoji category button having a white background 2020-11-19 16:54:41 -05:00
StatusEmojiPopup.qml fix: fix emoji search messing up with recents 2020-11-19 17:00:37 -05:00
StatusEmojiSection.qml fix: fix emoji search messing up with recents 2020-11-19 17:00:37 -05:00
StatusEmojiSuggestionPopup.qml refactor: move emoji suggestion to own component and make it reusable 2020-10-20 17:21:02 -04:00
StatusIconButton.qml feat: add new tab button 2020-10-20 14:42:36 -04:00
StatusIconTabButton.qml fix: fix tab bar buttons still having a margin when invisible 2020-11-05 10:55:27 -05:00
StatusIdenticon.qml feat: introduce StatusIdenticon components 2020-09-23 08:52:30 +02:00
StatusImageIdenticon.qml feat: introduce StatusIdenticon components 2020-09-23 08:52:30 +02:00
StatusImageModal.qml feat: enable animated gifs but stop them on click and out of focus 2020-11-19 16:55:41 -05:00
StatusImageRadioButton.qml feat: introduce StatusImageRadioButton 2020-11-25 14:41:29 +01:00
StatusInputListPopup.qml refactor: move emoji suggestion to own component and make it reusable 2020-10-20 17:21:02 -04:00
StatusLetterIdenticon.qml fix: ensure letter identicon determines correct channel color 2020-11-24 11:16:02 +01:00
StatusNotification.qml feat: introduce StatusNotification component 2020-11-24 11:16:02 +01:00
StatusRadioButton.qml fix: Support dark mode for onboarding screens 2020-09-29 13:30:33 -04:00
StatusRoundButton.qml refactor(StatusRoundButtno): move to QML states and transitions 2020-11-11 12:14:08 -05:00
StatusSectionHeadline.qml feat: introduce StatusSectionHeadline component 2020-09-21 12:55:21 +02:00
StatusSectionMenuItem.qml feat: introduce StatusSectionMenuItem component 2020-09-21 12:53:06 -04:00
StatusSlider.qml chore: move StatusSlider into UI library 2020-09-17 15:16:40 -04:00
StatusStickerButton.qml uiux: introduce stickermarket components to status library 2020-09-29 13:58:57 -04:00
StatusStickerList.qml uiux: introduce stickermarket components to status library 2020-09-29 13:58:57 -04:00
StatusStickerMarket.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
StatusStickerPackDetails.qml uiux: introduce stickermarket components to status library 2020-09-29 13:58:57 -04:00
StatusStickerPackIconWithIndicator.qml uiux: introduce stickermarket components to status library 2020-09-29 13:58:57 -04:00
StatusStickerPackPurchaseModal.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
StatusStickersPopup.qml uiux: introduce stickermarket components to status library 2020-09-29 13:58:57 -04:00
StatusSwitch.qml fix: make toggle buttons great again 2020-11-19 16:54:59 -05:00
StatusToolTip.qml fix: fix missing import is StatusTooltip 2020-09-17 15:50:29 -04:00
emojiList.js uiux: introduce Emoji popup components for new chat input 2020-09-29 13:57:52 -04:00
qmldir feat: introduce new chat input component 2020-10-07 14:03:12 +02:00