status-desktop/ui/shared/status
Pascal Precht 17e9e30454 feat: introduce StatusIcon component
This introduces a new `StatusIcon` component to the component library,
including various icon assets.

The component can be used to render icons in different colors and rotations.
It's also one of the atomic components that can be used to build other
more complex components like icon buttons.

Usage:

```
StatusIcon {
    icon: "arrow-right" // name of asset file in `ui/shared/status/assets/img/icons
    width: 24 // default: 24
    height 24 // default: 24
    color: "red" // default: asset file color
    rotation: 0 // default: 0
}
```

Closes #2330
2021-04-27 14:56:09 -04:00
..
assets/img/icons feat: introduce StatusIcon component 2021-04-27 14:56:09 -04:00
core feat: introduce StatusIcon component 2021-04-27 14:56:09 -04:00
StatusButton.qml feat: implement new dark theme colors for menu and more 2021-03-26 15:28:06 -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
StatusChatImageExtensionValidator.qml feat: drag and drop images 2021-03-16 13:51:37 -04:00
StatusChatImageQtyValidator.qml feat: drag and drop images 2021-03-16 13:51:37 -04:00
StatusChatImageSizeValidator.qml feat: drag and drop images 2021-03-16 13:51:37 -04:00
StatusChatImageValidator.qml feat: drag and drop images 2021-03-16 13:51:37 -04:00
StatusChatInfo.qml fix: fix community channels not showing the right type 2021-03-03 16:45:23 -05:00
StatusChatInfoButton.qml fix(StatusChatInfoButton): use correct hover color in darkmode 2021-04-14 17:00:37 +02:00
StatusChatInput.qml chore: remove unused code to remove wrapping 2021-04-22 12:00:10 -04:00
StatusChatInputImageArea.qml feat: drag and drop images 2021-03-16 13:51:37 -04:00
StatusChatInputReplyArea.qml fix: fix mention showing as pubkey and show styling 2021-03-24 14:16:55 -04:00
StatusChatInputTextFormationAction.qml feat: show formation hightlighted even when not selecting the stars 2021-04-22 12:00:10 -04:00
StatusCheckBox.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
StatusContextMenuButton.qml feat: introduce new StatusContextMenuButton component 2021-03-18 10:03:04 +01:00
StatusEmojiCategoryButton.qml fix: emoji category button having a white background 2020-11-19 16:54:41 -05:00
StatusEmojiPopup.qml fix: use SVGs in emoji popup 2021-03-08 14:10:58 -05:00
StatusEmojiSection.qml fix: fix emoji popup and create community popop text color 2021-03-30 15:38:15 -04:00
StatusEmojiSuggestionPopup.qml feat: Keyboard shortcuts 2020-11-26 11:33:32 -05:00
StatusExpandableAddress.qml feat: introduce StatusExpandableAddress component 2021-01-19 16:48:26 -05:00
StatusIconButton.qml feat(StatusIconButton): introduce property to configure background opacity 2021-01-21 11:44:45 -05:00
StatusIconTabButton.qml feat: implement new dark theme colors for menu and more 2021-03-26 15:28:06 -04:00
StatusIdenticon.qml fix: fix channel color in communities 2021-03-03 16:45:23 -05:00
StatusImageIdenticon.qml feat: add profile pic support 2020-12-17 16:44:25 -05:00
StatusImageModal.qml feat: close image popup on click 2020-12-16 09:17:04 -05:00
StatusImageRadioButton.qml fix: fix design of appearance in settings 2021-01-19 16:45:57 -05:00
StatusInputListPopup.qml fix: fix channel picker needing to hit bottom to select after searching 2021-03-30 15:42:26 -04:00
StatusLetterIdenticon.qml fix(Communities): fallback to letter identicon if no image available 2021-03-11 10:00:05 -05:00
StatusNotification.qml chore: run translation scripts 2021-02-18 15:23:58 -05:00
StatusRadioButton.qml fix: Support dark mode for onboarding screens 2020-09-29 13:30:33 -04:00
StatusRadioButtonRow.qml fix(StatusRadioButtonRow): ensure checked state is propagated properly 2021-03-19 16:17:14 -04:00
StatusRoundButton.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
StatusSectionDescItem.qml fix: fix show tooltip under the version button because of small space 2021-03-25 16:57:47 -04: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
StatusSettingsLineButton.qml fix: fix emoji popup and create community popop text color 2021-03-30 15:38:15 -04:00
StatusSlider.qml fix: fix slider sliding when using the mouse scroll 2021-01-22 13:47:40 -05:00
StatusStickerButton.qml fix: fix sticker popups to have the right colors and right size 2021-03-30 15:38:15 -04:00
StatusStickerList.qml chore: re-add sticker loading UI 2020-12-18 15:34:31 -05:00
StatusStickerMarket.qml fix: fix sticker popups to have the right colors and right size 2021-03-30 15:38:15 -04:00
StatusStickerPackClickPopup.qml fix: fix sticker popups to have the right colors and right size 2021-03-30 15:38:15 -04:00
StatusStickerPackDetails.qml fix: fix sticker popups to have the right colors and right size 2021-03-30 15:38:15 -04:00
StatusStickerPackIconWithIndicator.qml uiux: introduce stickermarket components to status library 2020-09-29 13:58:57 -04:00
StatusStickerPackPurchaseModal.qml fix: don't estimate gas before when displaying sticker packs 2021-02-22 17:31:17 -05:00
StatusStickersPopup.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
StatusSwitch.qml feat: implement new colors for dark mode 2021-02-18 15:24:12 -05:00
StatusTextFormatMenu.qml uiux(StatusChatInput): highlight matching formatting option 2021-03-04 08:57:43 -05:00
StatusToolTip.qml feat: enable tooltip orientation 2021-03-25 16:57:47 -04:00
StatusWalletColorButton.qml fix: fix color picker button size 2021-03-26 15:28:06 -04:00
StatusWalletColorSelect.qml feat: implement new dark theme colors for menu and more 2021-03-26 15:28:06 -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