swarmcity / terminal-ts

Terminal implementation in TS
0 stars 0 forks source link

Add missing design elements #34

Open filoozom opened 2 years ago

filoozom commented 2 years ago

We're missing a few general design elements:

lucille-bellepleure commented 2 years ago

On it!

kikipluche commented 2 years ago

DISABLED BUTTON: looks like there is a veil over it, I've used it in boardwalk S01E01 see example, you can also find it in the sketch, maybe barbara needs to write the html for this first?

Screenshot 2022-05-12 at 14 14 13
kikipluche commented 2 years ago

FULL SCREEN LOADING ANIMATION: there is the green loading screen with the 3 animated dots. I think in terminal this screen hasn't been with the animated loading dots, but that should change when we start with boardwalk, or change now.

Screenshot 2022-05-12 at 14 30 31
kikipluche commented 2 years ago

LOADING BUTTON: where do we need this, except for the loading screen as above?

kikipluche commented 2 years ago

RETRY BUTTON: is there an example of where this is needed?

kikipluche commented 2 years ago

ERROR STATE: The red screen that I've spotted in the terminal figma

Screenshot 2022-05-12 at 14 37 28

Or do you mean we need copy for these error states?

sugarpusher commented 2 years ago

I've created disabled styles but I could only find the round button in the design, so I used the same pattern for the other buttons. The pattern is: when disabled, the content of the button (the icon in the round buttons and the text in the rectangular buttons) is displayed at .25 opacity.

I also created a "loading" animation, I looked at the green screen mentioned above in sketch but the dots were just text and there wasn't an animation so I made something up. I can of course change it if desired.

Not sure what needs to be done in regards to the remaining items, do they exist or do they need to be designed?

I published the edits to my repo here (https://github.com/sugarpusher/sc-terminal), do you need me to provide them in a different way?