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

fix(create-new-team): design issues #424

Merged
merged 3 commits into from
Aug 4, 2021
Merged

Conversation

cagdas001
Copy link
Contributor

  • (87b84cd) fix(create-new-team): remove progress folder
    • Remove the src/routes/CreateNewTeam/components/progress,
      which is the same with src/routes/CreateNewTeam/components/Progress (capital P)
    • The actual component being used in the app. is Progress. progress has no use.
    • Having two folders (progress and Progress) causing troubles on case-insensitive OSs.
  • (ee59470) fix(create-new-team): enhance the design of the progress card
  • (fae436c) fix(create-new-team): center the customer logos

* Remove the `src/routes/CreateNewTeam/components/progress`,
  which is the same with `src/routes/CreateNewTeam/components/Progress` (capital P)
  * The actual component being used in the app. is `Progress`. `progress` has no use.
  * Having two folders (`progress` and `Progress`) causing troubles on case-insensitive OSs.
* Enhances the design of `Progress` and `ProgressBar` components,
  as per the https://marvelapp.com/prototype/89c7i66/screen/81081387.

Addresses topcoder-archive#406
* Center the image.
* Decrease margins and paddings not to trigger scrollbar unnecessarily.

Addresses topcoder-archive#402 (comment)
@nikolay83 nikolay83 merged commit d0585fa into topcoder-archive:dev Aug 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants