1
0
mirror of https://github.com/minio/minio.git synced 2025-01-21 19:53:15 -05:00

8 Commits

Author SHA1 Message Date
Kaan Kabalak
a48a034e5a Make directory path in the header editable ()
This change will allow users to navigate to their desired locations,
including buckets and directories that haven't been "created" yet

Fixes 

Add tests

Change tooltip wording

Migrate to Font Awesome 5 to use path icon

Fix sidebar not closing on mobile
2019-08-12 22:36:19 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Kaan Kabalak
39919708d6 Fix regression issue where users couldn't click into folders ()
This commit fixes the issue introduced in 

The clicks on folder names direct the users inside the folders; while
the clicks on file names don't download the files, and will open file
previews on a separate modal in the future. Additionally, when a file
has been selected using the checkbox, it can now be downloaded without
being inside a zip file.

Fixes 
2018-06-07 20:43:51 -07:00
Kaan Kabalak
94ec6f374e NewUX: On filename click, select file instead of downloading ()
This commit has been done according to @abperiasamy's feedback as we
are going to reserve the click on file icon to open the preview modal
in the future.

Also, when the user now selects a single file, the file itself is
downloaded instead of a .zip file containing the file.

Fixes 
2018-06-07 12:02:02 -07:00
Kanagaraj M
19451e374a revert browser newux changes () 2018-03-26 12:49:12 -07:00
Kanagaraj M
c0e45f9098 Fix failing unit tests in browser ()
* format js files using prettier

Used the following command to format the files
prettier --write "browser/app/js/**/*.js"

* fix failing unit tests in browser
2018-03-22 12:25:56 -07:00
Rushan
1459c4be1e Browser: Update UI with new components and elements () 2018-03-21 11:38:57 -07:00
Kanagaraj M
6a42727e00 Refactor download object and bulk action components () 2018-03-21 11:30:50 -07:00