status-desktop/ui
Alex Jbanca f9f860a215 fix(LinksMessageView): Refactor LinksMessageView to remove business logic from qml
LinksMessageView component will receive the urls from nim as string and it will only forward the string to getLinkPreviewData slot implemented in nim together with some settings (supported img extensions and unfurling preferences)
On nim side the urls will be parsed and validated using the settings received from qml.
Images are now validated before sending them to the UI using the HEAD request.
2023-02-14 08:55:24 +02:00
..
StatusQ fix(StatusChatList): Enable StatusChatList sizing and disable scroll filtering when the listview.height == listview.contentHeight 2023-02-10 13:23:32 +02:00
app fix(LinksMessageView): Refactor LinksMessageView to remove business logic from qml 2023-02-14 08:55:24 +02:00
fonts
i18n
imports fix(LinksMessageView): Refactor LinksMessageView to remove business logic from qml 2023-02-14 08:55:24 +02:00
include/StatusDesktop/Monitoring chore(general): move cpp files of monitoring tool from DOtherSide to ui dir 2023-02-09 14:27:53 +01:00
src/StatusDesktop/Monitoring chore(general): move cpp files of monitoring tool from DOtherSide to ui dir 2023-02-09 14:27:53 +01:00
MonitoringSources.cmake chore(general): move cpp files of monitoring tool from DOtherSide to ui dir 2023-02-09 14:27:53 +01:00
generate-rcc.go
main.qml chore(general): Deduplicate and move StatusWindow to StatusQ 2023-02-09 12:48:11 +01:00
nim-status-client.pro