-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
You should not show the sidebar for screen sizes < 768px (min tablet). (The issue is that you should render the sidebar below the content for screen sizes < 768px. Currently you render the sidebar below the content at 574px thus for screen sizes in range 574px - 768px the layout looks a bit weird. Check screenshot from iPhone 6 (landscape) http://take.ms/Jil9y)[Sidebar] The email icon is broken.Each section in the challenge details needs less margin.[Sidebar] You should use fixed width for the sidebar.<pre> brakes the page layout. http://take.ms/Kt4aq[Sidebar] Each section should have more spacing (margin).[Sidebar] The padding is wrong.CHALLENGE TERMS are hardcoded. There may be more terms in a challenge than the one you hardcoded. For example check challenge http://local.topcoder-dev.com:3000/challenges/30050463The app already has a dependency to a tooltip component so you should use that instead of creating a new one.The tco event should be fetched from a tag.The terms should be fetched according to: https://apps.topcoder.com/forums/?module=Thread&threadID=904084&start=0You should not hardcode URLs. You should use the URLs from config (or add new URLs there if needed). The following files should be checked and corrected:https://github.com/topcoder-platform/community-app/blob/develop/src/shared/components/challenge-detail/Specification/index.jsxhttps://github.com/topcoder-platform/community-app/blob/develop/src/shared/components/challenge-detail/Specification/SideBar/ShareSocial.jsxhttps://github.com/topcoder-platform/community-app/blob/develop/src/shared/components/challenge-detail/Specification/SideBar/DesignSideBar.jsxhttps://github.com/topcoder-platform/community-app/blob/develop/src/shared/components/challenge-detail/Specification/SideBar/DevelopSideBar.jsx
You should not show the 'ELIGIBLE EVENTS' title if the challenge is not TCO eligible"Submission & Source Files" section is missing on design contest page.Seems to be present both in specs of sample challenges, and in the sidebar.
Metadata
Metadata
Assignees
Labels
No labels