status-desktop/ui/shared/status
Pascal Precht 42e3444731 fix(StatusChatInput): fix text area alignment so it doesn't jump
There was a UI bug in the StatusChatInput where, only in the timeline view,
the scrollview wrapping the textarea would have a weird behaviour in which
it would render the visible text(placeholder) *lower* than how it's actually
positioned. Once the textarea is clicked, it would re-adjust with a smooth
scroll.

Obviously this is undesired behaviour as the text should always render in the
correct position.

This commit finally fixes this weird behaviour by moving the dynamic height
calculation to the wrapping Rectangle and changing the textarea's top- and
bottom paddings dynamically.

Fixes #2018
2021-03-24 14:35:30 -04:00
..
StatusButton.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
StatusChatCommandButton.qml
StatusChatCommandsPopup.qml
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 feat: implement new colors for dark mode 2021-02-18 15:24:12 -05:00
StatusChatInput.qml fix(StatusChatInput): fix text area alignment so it doesn't jump 2021-03-24 14:35:30 -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
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
StatusEmojiPopup.qml fix: use SVGs in emoji popup 2021-03-08 14:10:58 -05:00
StatusEmojiSection.qml fix: use SVGs in emoji popup 2021-03-08 14:10:58 -05:00
StatusEmojiSuggestionPopup.qml
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 fix(Communities): fallback to letter identicon if no image available 2021-03-11 10:00:05 -05: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: clear channel picker search input on open 2021-01-11 13:57:54 -05: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
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 feat: introduce StatusSectionDescItem 2021-01-14 16:03:43 -05:00
StatusSectionHeadline.qml
StatusSectionMenuItem.qml
StatusSettingsLineButton.qml feat(StatusSettingsLineButton): make some of the component's props configurable 2021-03-17 10:30:19 +01:00
StatusSlider.qml fix: fix slider sliding when using the mouse scroll 2021-01-22 13:47:40 -05:00
StatusStickerButton.qml feat: load installed stickers while offline 2020-12-28 14:29:38 -05:00
StatusStickerList.qml chore: re-add sticker loading UI 2020-12-18 15:34:31 -05:00
StatusStickerMarket.qml fix: don't estimate gas before when displaying sticker packs 2021-02-22 17:31:17 -05:00
StatusStickerPackClickPopup.qml adjust content height of sticker popup 2021-03-16 15:39:52 -04:00
StatusStickerPackDetails.qml
StatusStickerPackIconWithIndicator.qml
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 Limited StatusToolTip width for maxWidth. Fixes #1817 2021-02-10 13:37:02 -05:00
StatusWalletColorButton.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
StatusWalletColorSelect.qml fix: fix a lot of issues relative to dark theme 2021-03-16 17:22:58 -04:00
emojiList.js
qmldir