~comcloudway/melon

Replace & with & in ActionRow title and description
Make video options dialog use content size
Use drag&drop gestures to move multi element options in settings

Mostly uses the same code as the playlist reorder code does.
Remember nebula api token
Remember volume and brightness when switching videos
Satisfy ruff check
Reformat files using ruff
Use Adw.AlertDialog for delete confirmation
Migrate SimpleDialog to Adw.Dialog
Use 0 as insert position for empty playlist

FIXES: error when adding a new video to an empty playlist

FIXES: notifiy boolean and notify function using the same name, making
add to playlist unusable
Show Video failed to load text when trying to add an unavailable video to a playlist
Fix playlist deletion error

Caused by the notification system still notifying the playlist view, as
it did not unsubscribe from the notifications

The register callback now returns a shorthand function to unsubscribe
from the call.
As long as the screen can only be opened once, this can be called
multiple times.
Add missing --user argument
Fix list removal button not working
Cache feed item thumbnail

This should significantly increase the refresh speed,
especially when reordering plalist items
Reorder playlist content using drag&drop

Long press on a feed item to start dragging it.

Hovering over other feed items, outlines them in blue (this happens
automatically and appears to be implemented in gtk).
Additionally, hovering on the top half of feed items adds a margin to
the top of the widget, to indicate that the dragged item would be
inserted before.
Hovering on the bottom half shows the margin on the bottom, to show that
the element will be inserted below.

NOTE: d&d behaves weirdly on touch screens, but by using 2 fingers or a
combination of dragging and clicking it seems to work

BUG: gtk has problems with rendering the hover preview (at least on
wayland/sway)
Add banner image
949fd50d — Vistaus 2 months ago
Translated using Weblate (Dutch)

Currently translated at 100.0% (187 of 187 strings)

Translation: Melon/Melon App
Translate-URL: https://translate.codeberg.org/projects/melon/melon-app/nl/
Remove mention of webkit-gtk from README
Use sourcehut CI to build an unstable flatpak version

The CI is currently running directly on the main branch,
building usigned flatpaks and pushing them into an s3 bucket.
Next