torrust / torrust-index-gui

This repository serves as the frontend for the Torrust Index project.
https://torrust.com
Other
32 stars 16 forks source link

GUI layout needs some work #428

Open mario-nt opened 9 months ago

mario-nt commented 9 months ago

The size of the elements of the torrents lists page needs to be adjusted, their size is too small when using a high resolution monitor (e.g. 2560x1440p), leaving a lot of empty space in the page.

Also I think the footer should always be rendered at the end of the page, as right now there is a black space below it, although it is only noticeable when using a light theme, it should be changed.

The GUI in 100% zoom in 2560x1440p resolution:

image

The footer does not fill the entire page, it can be seen clearly with light themes:

image

How it should look like :

image

Tasks:

hungfnt commented 5 months ago

The footer does not fill the entire page, it can be seen clearly with light themes:

Do you use light theme with some sort of dark theme extension enabled? I think we should make the GUI compatible with those extensions.

mario-nt commented 5 months ago

The footer does not fill the entire page, it can be seen clearly with light themes:

Do you use light theme with some sort of dark theme extension enabled? I think we should make the GUI compatible with those extensions.

Hi @ngthhu , sorry for the late response. We are currently using DaisyUI, Tailwind CSS and nuxtjs/color-mode for the themes. The dark mode was the only theme for the GUI for a long time. The light theme mode was implemented a few months ago creating a new light theme and with the help of the nuxtjs/color-mode package.