1
0
mirror of https://github.com/minio/minio.git synced 2025-02-03 09:55:59 -05:00

13 Commits

Author SHA1 Message Date
Kanagaraj M
e09196d626
browser: fix file uploads with '#' in the name ()
When the file name or the prefix contains `#`,
whatever comes after is ingored.

This is fixed by encoding the object path using
encodeURIComponent.

Fixes 
2021-01-12 12:47:46 -08:00
sadegh
799758e54f
fix: dropzone height to fill all screen height () 2020-09-29 22:27:41 -07:00
darkdragon-001
2d7a96342c
Allow uploading folders on supported browsers. () 2020-06-04 17:24:18 -07:00
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
Kanagaraj M
19451e374a revert browser newux changes () 2018-03-26 12:49:12 -07:00
Kanagaraj M
1c91c7b54d added eslint prettier check to travis ()
- "yarn eslint" will throw the error if there are any formatting issues
- "yarn format" will format the js file based on the project's
prettier configuration.
2018-03-23 11:41:10 -07:00
Rushan
de84f41bec Fix the styling of upload abort button () 2018-03-23 13:04:39 +05:30
Kaan Kabalak
3805a055ab Fix New UX related bugs for Alerts, BucketList and Abort Upload modal ()
- Center text on Alert component appearing on top
- Change "Upload" to "Continue" on New UX Abort Upload modal
- Fix issue where long bucket names were overflowing instead of
continuing on the next line
- Fix word wrap issue similar to the last one for the alerts that appear
on top
- Help fix the cluttering issue on  as the right margin has been
increased in alerts

Fixes ,  and 
2018-03-23 12:19:27 +05:30
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
6a15b89b9a refactor Dropzone component and added tests () 2018-03-21 11:38:56 -07:00
Kanagaraj M
44f8f7059c Refactor make bucket and upload components () 2018-03-21 11:30:50 -07:00