-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create user overview page #752
Conversation
eac9195
to
9fc01fd
Compare
e00e667
to
25c6ffc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking quite good. Lets drop the footer though. I think that will only be on the landing page
Edit: Before i commit to this @hexiaok can you tell us whether the page footer goes on every page?
Right now the footer is a part of the base template, and would be included on every page. I can move it to the landing page and remove it from the template, but it seems like the kind of thing that should be on every page for consistency and UX. |
@russbiggs I added the smaller footer here to all pages except the homepage. This PR is still waiting for the changes to campaign.json. |
d4656f0
to
ce8fa7d
Compare
This commit was squashed to resolve merge conflicts. It contains the following changes: Add page header Call updated when show details is done Campaign page layout WIP Add map toggle Finish basic styles for user page Move campaign map css The #campaign-map element exists on multiple pages so styles were interfering Only call updated if defined Add campaign view button Remove console.log Use small button variation Add campaign manage and view buttons Add warning label for less than 10 days 10 days is arbitary and we can set it to any number we want Make campaign list styles mobile friendly Add empty state for now projects Fix initial map render Set toggle off color to blue light Scope CSS rules better to avoid conflicts Fix finished badge for campaigns It was displaying negative numbers for finished campaigns Make list without map two columns Update select box functionality Make the select box work properly for all campaign types and eliminate some dead code Move my projects route to /user/id Also add a logged out state to /user/id and handle redirecting on login/out and updating the nav link Redirect user page on logout Add small footer Active on all pages except the home page for now
ce8fa7d
to
44a4270
Compare
Made requested changes. Agreed via Slack to merge. Will update campaigns.json related items in another PR.
I talked with Russ about this last night, and I'm going to go ahead and merge it to develop now because it's just some small bug fixes from #752
This resolves #732
Basic markup and styles for this page are done. Left to do:
Update map styles and replace with mapbox-gl if possible (see Update all maps to MapboxGL #749 )Implement pagination of search results?develop