Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Typography, colors, and layout polishes #1101

Open
@vic-tian

Description

@vic-tian

There are some things to fix on the listing.

  • wrong use of "Roboto-Bold" font instead of "Roboto" and font-weight — tags

  • wrong sizing of tags; they must be 20px tall;
    Desired CSS:
    screen shot 14

  • Change the padding between prize and status columns to 20px; currently it is too big;

  • Change the prize label from "total prize" to "purse"; add text-wrap: no-wrap so content will never break into 2 lines;
    screen shot 12

  • User correct colors - on several places I saw #999 instead of the correct gray;

  • Font-weights reduction:

    • Current phase (medium → normal);
    • Track code (bold → medium);
    • Time left (medium → normal);Change color to $tc-gray-50
    • Number of users/submissions (medium → normal);
  • Track progress in stalled/paused/delayed: from red to green; change the time remaining label to display the error. Too much red will create negative impact on the viewers

  • Try to investigate if Chrome is rendering text with geometricPrecision, as the fonts doesn't look as they should. We might have a big problem with font loading from AWS, so please have someone look on what's the best way to serve our own web fonts from AWS. This one is pretty important as lack of rendering of fonts would result in bad UI.

Screenshots:

Expected
screen shot 15

Current
screen shot 16

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions