Skip to content

Media Library Iteration

This MR proposes a few minor iterations on the media library user interface. Additionally, it solves #1248 (closed).

  • ColorPalette: user a lighter gray for detail text color
  • MediaCollectionViewCell: use a lighter font for descriptive text

Bildschirmfoto_2022-01-16_um_14.32.07

  • MediaGridCollectionCell: use a lighter font for descriptive text

Bildschirmfoto_2022-01-16_um_14.37.04

Bildschirmfoto_2022-01-16_um_14.37.57

  • MediaCollectionViewCell: re-arrange text labels
    • This moves the NEW indicator to the right, removes the last remaining stack view and fixes the location of title description regardless of the NEW status.

Bildschirmfoto_2022-01-16_um_14.53.07

Bildschirmfoto_2022-01-16_um_14.54.15

  • TabBar: add shadow to separate itself from media library content

Bildschirmfoto_2022-01-16_um_15.18.49

Bildschirmfoto_2022-01-16_um_15.17.49

Finally, a noticeable background color is set for media groups in the video screen even for the true black mode to avoid the thumbnail group looking smaller than the surrounding full size thumbnails. Additionally, this removes unnecessary transparency to improve render speed.

Bildschirmfoto_2022-01-18_um_18.46.37

Edited by Felix Paul Kühne

Merge request reports