github peterdu1109/NotifySync v5.5.12.3-beta4
🧪 NotifySync v5.5.12.3-beta4

pre-release2 hours ago

🧪 Beta channel — Pre-release. Add the beta repo URL to install: https://raw.githubusercontent.com/peterdu1109/NotifySync/main/repository-beta.json. If you're on 5.5.12.2-beta3, Jellyfin will offer this as a regular update.

🇬🇧 English

📝 In Short

CSS fix for the admin Deletions tab: on narrow screens (phone, tablet, small window), the 7 columns were being squashed into 3. The table now scrolls horizontally instead.

🐛 What's Fixed

  • Deletions table no longer truncates on small screens — The two new columns added in beta3 (Path + Status) pushed the table beyond ~1000px wide. On phones and narrower windows, columns past Year were just hidden with no way to access them. Now the table preserves a comfortable minimum width and the container scrolls horizontally — all 7 columns remain reachable on any screen.

🔧 Technical details for the curious

Two lines changed in ConfigurationPage.html:

  • .ns-table-wrap switched from overflow: hidden to overflow-x: auto
  • .ns-table got a min-width: 1000px rule so columns don't crush when the wrapper has scroll headroom

No schema, server, or logic change. Internal version bumped to 5.5.12.3 so Jellyfin offers this as an automatic update from 5.5.12.2-beta3.


🇫🇷 Français

📝 En bref

Fix CSS de l'onglet admin Suppressions : sur écrans étroits (téléphone, tablette, petite fenêtre), les 7 colonnes étaient écrasées en 3. Le tableau scrolle maintenant horizontalement.

🐛 Corrections

  • Le tableau Suppressions n'est plus tronqué sur petits écrans — Les deux nouvelles colonnes ajoutées en beta3 (Chemin + État) faisaient passer le tableau au-delà de ~1000px de large. Sur les téléphones et fenêtres étroites, les colonnes après Année étaient simplement masquées sans moyen d'y accéder. Maintenant le tableau conserve une largeur minimale confortable et le conteneur scrolle horizontalement — les 7 colonnes restent accessibles sur n'importe quel écran.

🔧 Détails techniques pour les curieux

Deux lignes modifiées dans ConfigurationPage.html :

  • .ns-table-wrap passe de overflow: hidden à overflow-x: auto
  • .ns-table reçoit une règle min-width: 1000px pour que les colonnes ne soient pas écrasées quand le wrapper a de la marge pour scroller

Aucun changement de schéma, serveur ou logique. La version interne passe à 5.5.12.3 pour que Jellyfin propose ça en update automatique depuis 5.5.12.2-beta3.

Don't miss a new NotifySync release

NewReleases is sending notifications on new releases.