fairDataSociety / fairdrive-theapp

The main app to browse Fairdrive.
GNU General Public License v3.0
21 stars 7 forks source link

feat: sidebar for mobile #485

Closed tomicvladan closed 1 year ago

tomicvladan commented 1 year ago

On mobile devices, the left sidebar is transformed to a horizontal menu above the drive area.

IgorShadurin commented 1 year ago

@tomicvladan , can I ask you to attach screenshots of visual changes in the next PR? This makes it easier to pay attention to changes that need to be checked. I will try to do the same in the next UI PRs.

tomicvladan commented 1 year ago

Sure thing, here is how it looks on mobile. For desktop it's the same.

Screenshot from 2023-09-08 10-54-56

IgorShadurin commented 1 year ago

The UI has changed on the Desktop version, and potential problems have also appeared. Now on Desktop the entire menu with actions is displayed, even when we are in root. As root we cannot create a directory or upload a file, although there are buttons. In the development version, these buttons are not displayed as root.

In my personal opinion: the buttons on the left look redundant for Desktop, the old version looks more familiar.

Current development version

Screenshot 2023-09-08 at 12 40 20 Screenshot 2023-09-08 at 12 40 26

New version

Screenshot 2023-09-08 at 12 38 57
tomicvladan commented 1 year ago

They were there by mistake. Now they are hidden on desktop.