wildyeast / sadiss

A socially aggregated distributed sound system.
GNU Affero General Public License v3.0
10 stars 2 forks source link

Layout https://sadiss.net/api/tracks #18

Closed KlienVo closed 2 years ago

KlienVo commented 2 years ago

doesn't provide a left-rigth scroll bar -> in Firefox there is no way to scroll right be able to click on the 'edit' button. In Safari there is no scroll bar either. This means that it is impossible to edit tracks once they are uploaded.

matbind commented 2 years ago

As a workaround, you can use the id of the track like so: https://sadiss.net/api/tracks/edit?id=YOUR_TRACK_ID_HERE.

This gets worse with longer file names (partials and TTS), since, if they are one word, they get written as a single line and the table cell gets wider to accomodate for them. This pushes the contents out to the right side, eventually pushing table contents off the screen.

We can just add a scrollbar for now, which would fix the problem but isn't a perfect solution. Currently all the information about a track is displayed on /tracks. Do we need all of it here, or is it enough to display some of it on the details page for the track? partials and tts_instructions do not really seem useful here, and I guess we need a system to not display the full file name at all times.

KlienVo commented 2 years ago

I guess having the id, title and edit button would be enough, probably an indicator if choir (inkl. no of voices) or sound system. scroll-bar for now fine, though.