Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File upload UI: Status messages #377

Open
kaganjd opened this issue Jun 29, 2017 · 6 comments
Open

File upload UI: Status messages #377

kaganjd opened this issue Jun 29, 2017 · 6 comments

Comments

@kaganjd
Copy link
Collaborator

kaganjd commented Jun 29, 2017

Code

  1. While file is uploading, show blue border and 'Uploading...' rectangle
  2. When uploading is done, hide blue border and show 'File saved as...' rectangle

Design

screen shot 2017-06-29 at 10 25 51 am

screen shot 2017-06-29 at 10 47 39 am

The styling below is approximate and uses general variable names, units, font weights, and measurements, but the ultimate goal is to replicate the above design. Final styling should be in em units instead of px, color variables and font weights should use the existing SCSS names, etc.

Window styling

Same as #375

 {
  box-shadow: inset -4px -4px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 4px var(--bluish);
}

Rectangle

{
  width: 496px;
  height: 60px;
  background-color: #4a4a4a;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
}

Clock icon

https://modernpictograms.com/

@kaganjd kaganjd changed the title File upload UI: 'Uploading' rectangle File upload UI: Status messages Jun 29, 2017
@plxity
Copy link
Contributor

plxity commented Mar 23, 2019

I will take a look at this issue.
But I just wanted to ask one thing,
@catarak @kaganjd, Is this the design when a user uploads a file while dragging it or something else?

@catarak
Copy link
Member

catarak commented Mar 25, 2019

@plxity
Copy link
Contributor

plxity commented Mar 26, 2019

@catarak okay, then what is this design for? :)

@catarak
Copy link
Member

catarak commented Mar 26, 2019

the other two screens are for when the asset is uploading, and whether or not it has successfully been added.

@parteekcoder
Copy link
Contributor

@catarak Can you please explain this issue, as it is not clear what to be done in this

And where is this option of upload files located as I am not able to find that

@Keshav-0907
Copy link
Contributor

Hi @raclim @lindapaiste 👋
I want to work on this issue, can you please assign this to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants