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

Quickstart PR with corrected redirect #1308

Merged
merged 32 commits into from
Jun 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
fb250de
Quickstart: Images needed for quickstart page
SaptakS Apr 30, 2018
50f48e5
Quickstart: Frontend and routing implementation done
SaptakS Apr 30, 2018
a7b6d7d
Quckstart: JS actions on various links added
SaptakS May 3, 2018
ba72b82
Quickstart: Dont show implementation done
SaptakS May 4, 2018
ce710e6
Funder Flow: Clean forms and put labels
SaptakS May 5, 2018
7c2dd8b
Merge branch 'master' into feature/quickstart-screen
SaptakS May 8, 2018
a9f1a83
Funder Flow: Increase width of the funder form
SaptakS May 10, 2018
11b2efa
Quickstart: Add video play icon
SaptakS May 10, 2018
42beea2
Merge branch 'master' into feature/quickstart-screen
SaptakS May 10, 2018
729a05d
Merge branch 'master' into feature/quickstart-screen
SaptakS May 16, 2018
03f38dd
Funder flow: Correct bulb color and improve content
SaptakS May 23, 2018
30c913c
Quickstart: i18nize the page
SaptakS May 23, 2018
547bf91
Merge branch 'master' into feature/quickstart-screen
SaptakS May 23, 2018
17c6e20
Updates per my comments
mbeacom May 23, 2018
94fceb8
Fix trans block
mbeacom May 23, 2018
b28e8bc
Quickstart updates in styling
SaptakS May 28, 2018
0133bd3
Adds gas settings to the funder form
SaptakS May 28, 2018
44fb824
Merge branch 'master' into pr/1029
mbeacom May 29, 2018
86bc240
Adjust urls to use new methods
mbeacom May 29, 2018
b76dda2
Quickstart: Modify redirect check
SaptakS May 29, 2018
123959c
Fix SVG img references
mbeacom May 29, 2018
86637df
CSS fix
SaptakS May 29, 2018
87ee446
Remove staff decorators from quickstart views
mbeacom May 29, 2018
65a0af3
Corrects the redirection function
SaptakS May 29, 2018
dff1a4d
Merge branch 'feature/quickstart-screen' of github.com:SaptakS/web-1 …
SaptakS May 29, 2018
7d80e74
Fix JS for fund issue button
SaptakS May 29, 2018
f80908e
Mark's suggestions
SaptakS May 29, 2018
4db3a81
Merge branch 'master' into pr/1308
mbeacom May 30, 2018
e3cade7
updated styles for submit bounty banners
SaptakS May 30, 2018
3891bc5
Merge branch 'feature/quickstart-screen' of github.com:SaptakS/web-1 …
SaptakS May 30, 2018
0c25ca4
Update the CSS for form to use full width
SaptakS Jun 4, 2018
2de1f76
Merge branch 'master' into feature/quickstart-screen
SaptakS Jun 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
url(r'^explorer/?', dashboard.views.dashboard, name='explorer'),

# action URLs
re_path(r'^bounty/quickstart/?', dashboard.views.quickstart, name='quickstart'),
url(r'^bounty/new/?', dashboard.views.new_bounty, name='new_bounty'),
url(r'^funding/new/?', dashboard.views.new_bounty, name='new_funding'),
url(r'^new/?', dashboard.views.new_bounty, name='new_funding_short'),
Expand Down Expand Up @@ -153,6 +154,9 @@
url(r'^sync/get_issue_details?', dashboard.helpers.issue_details, name='helpers_issue_details'),
url(r'^sync/search_save?', dashboard.views.save_search, name='save_search'),

# modals
re_path(r'^modal/get_quickstart_video?', dashboard.views.get_quickstart_video, name='get_quickstart_video'),

# brochureware views
url(r'^about/?', retail.views.about, name='about'),
url(r'^mission/?', retail.views.mission, name='mission'),
Expand Down
39 changes: 24 additions & 15 deletions app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,21 +524,6 @@ input[type=text].loading {
background-size: 30px;
}

.blocking_error {
padding: 0 4em;
text-align: center;
margin: 100px auto;
max-width: 100%;
}

.blocking_error img {
max-width: 150px;
filter: grayscale(80%);
-moz-filter: grayscale(80%);
-ms-filter: grayscale(80%);
-o-filter: grayscale(80%);
}

#no_metamask_error img {
filter: grayscale(100%);
-moz-filter: grayscale(100%);
Expand All @@ -552,6 +537,10 @@ input[type=text].loading {
padding: 0 2em;
}

.submit_bounty #primary_form {
max-width: none;
}

.submit_bounty .select2-search,
.fulfill_bounty .select2-search,
.submit_bounty .select2-results__option,
Expand Down Expand Up @@ -1168,6 +1157,26 @@ input.is-invalid {
background: #FAFAFA !important;
}

.submit-notification {
color: #fff;
font-family: 'Muli', sans-serif;
font-size: 10px !important;
min-height: 100px;
}

.submit-notification h3 {
font-size: 20px !important;
text-transform: capitalize;
}

.submit-notification a {
color: #FFF;
}

.metamask-error {
background-color: #FF6700;
}

@media (max-width: 1350px) {
.profile_details .tips li div.details {
width: 300px;
Expand Down
4 changes: 4 additions & 0 deletions app/assets/v2/css/current_balance.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
color: #000000;
}

.submit_bounty #upper_left {
height: 100%;
}

#upper_left i {
border-radius: 100%;
height: 30px;
Expand Down
147 changes: 147 additions & 0 deletions app/assets/v2/css/quickstart.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
body.quickstart {
background: #f6f6f6;
}

.quickstart .title {
color: #0d0764;
letter-spacing: 0;
}

.quickstart .container-fluid.content {
margin-bottom: 13rem;
}

.quickstart h4.title {
font-size: 2.75rem;
}

.quickstart .dont-show {
text-align: right;
font-style: italic;
color: #4a4a4a;
width: 100%;
}

.quickstart .dont-show .checkbox_container .filter-label {
display: inline;
}

.quickstart ol,
.quickstart ul {
padding: 0;
}

.quickstart .modal {
padding: 0;
line-height: 0;
}

.quickstart iframe {
width: 100%;
min-height: 450px;
}


.steps-container {
background-color: #fff;
}

.steps-container .image-container {
margin-top: 10rem;
}

.steps-container a {
color: #3e00ff;
}

.steps-list {
padding-left: 1.5rem !important;
}

.steps-list p {
font-size: 1.1rem;
color: #4a4a4a
}

.steps-list ol li {
color: #3d3d46;
list-style-type: none;
line-height: 2.5rem;
font-size: 1.1rem;
}

.steps-list .action-footer {
justify-content: space-between;
}

.action-footer .video-link {
width: 30%;
}

.action-footer .btn {
border-radius: 2px;
background-color: #0c0763;
border-color: #0c0763;
}

.tips-list {
border-left: #d7d7d7 2px solid;
padding-right: 0 !important;
}

.tips-list ul li {
font-size: 0.95rem !important;
line-height: 2rem !important;
}

.issuetypes-container {
background-color: #efefef;
}

.issuetypes-container .subheading {
width: 100%;
color: #15003e;
text-transform: none;
letter-spacing: 0;
}

.issuetypes-container h5 {
font-size: 1.1rem;
margin-top: 1rem;
flex: 1;
letter-spacing: 0;
}

.issuetypes-container p {
font-size: 0.9rem;
line-height: 0.9rem;
}

.notsuggested-container ol {
padding: 1rem 9rem;
}

.notsuggested-container ol li {
list-style: none;
display: flex;
padding: 1rem 0;
}

.notsuggested-container ol li span {
padding: 0rem 1rem;
}

.notsuggested-container .orange-text {
color: #ff7200;
}

@media screen and (max-width: 500px) {
iframe {
min-height: 200px;
}

.notsuggested-container ol {
padding: 1rem 0;
}

}
1 change: 1 addition & 0 deletions app/assets/v2/images/Lightbulb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/v2/images/metamask-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading