Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
50f2c31
Issue #749. Add an API endpoint to get creator and mentioned issues.
Oct 5, 2015
d7fe175
Issue #749. Add simple API error test.
Oct 5, 2015
873e518
Issue #749. Add routes for /me and /activity/<username>.
Oct 5, 2015
e8c0f85
Issue #749. Add "My Activity" link in avatar nav dropdown.
Oct 5, 2015
2efd636
Issue #749. Add template and js files for user activity page.
Oct 5, 2015
7404846
Issue #749 - Updated codebase Issue component
magsout Oct 6, 2015
05be33f
Issue #749 - Added utilities class
magsout Oct 6, 2015
2a5c1c5
Issue #749 - Split view
magsout Oct 6, 2015
e615c3f
Issue #749 - updated markup
magsout Oct 6, 2015
87f9741
Issue #749. Rename user-activity partial template.
Oct 6, 2015
d330c95
Issue #749 - Fixed filename partial template in user-activity
magsout Oct 6, 2015
971dc96
Issue #749 - Reduced padding Dropdown Header
magsout Oct 7, 2015
69b55cd
Issue #749 - Added namespace IssueLIst, normalise code
magsout Oct 7, 2015
7decf28
Issue #749 - Improvement Drodpwon
magsout Oct 7, 2015
84ddb08
Issue #749. Split IssueList view
magsout Oct 8, 2015
e2eef5b
Issue #749. Created IssueItem share view. All view include this parti…
magsout Oct 8, 2015
f25929a
Issue #749. Moved file in component dir
magsout Oct 8, 2015
5e15314
Issue #749. moved script Dropdown in right file
magsout Oct 8, 2015
f2187cc
Issue #749. Export IssueSearch Component
magsout Oct 8, 2015
a5e0beb
Issue #749. Fixed Test issue (new className)
magsout Oct 8, 2015
150c399
Issue #749 - Added web_modules
magsout Oct 9, 2015
5292903
Issue #749 - Added Category value to the app init
magsout Oct 14, 2015
71089a7
Issue #749. Add sorting + pagination controls to user activity partials.
Oct 13, 2015
3934089
Issue #749. Move MD changes outside of models, into controllers.
Oct 13, 2015
3bcc992
Issue #749. Temporarily hard code pagination to 10 per_page
Oct 17, 2015
e0a271c
Issue #749. Allow IssueCollection to take path and params via init.
Oct 17, 2015
3e74585
Issue #749. Ditch userActivity namespace. Reuse UserActivityCollection.
Oct 17, 2015
7d2ca1a
Issue #749. Create a PaginationMixin and use in IssueList view.
Oct 17, 2015
bc526e4
Issue #749. Move PaginationMixin into own module (file).
Oct 20, 2015
d3b9757
Issue #749. Pass along request params to GitHub for creator and menti…
Oct 20, 2015
8d57fc2
Issue #749 - export Categories list in right place
magsout Oct 22, 2015
9a9e672
Issue #749 - added Categories in config example
magsout Oct 22, 2015
a31d1ef
Issue #749. Move PaginationControlsView into pagination mixin.
Oct 22, 2015
188cacc
Issue #749. Implement fetchAndRenderIssues for my activity views.
Oct 22, 2015
328f2e0
Issue #749 - improve activity view
magsout Oct 22, 2015
9298a29
Issue #749. initPaginationList should used passed in issues.
Oct 22, 2015
efe5f56
Issue #749. Use fetchAndRenderIssues for initial render.
Oct 22, 2015
c5db3e1
Issue #749. Make PaginationMixin a constructable object.
Oct 26, 2015
0b1f92c
Issue #749. Ensure that we don't try to paginate using someone else's…
Oct 26, 2015
ab15284
Issue #749. Add login redirect test for /me endpoint.
Oct 26, 2015
6068656
Issue #749. Add back contactready to category list in config.py
Oct 26, 2015
d612a0c
Issue #749. Add some simple tests for activity page.
Oct 26, 2015
e706270
Issue #749. Add label-list model to user activity template.
Oct 27, 2015
34f8912
Issue #749. Include pagination mixin in issue activity template.
Oct 27, 2015
2b76538
Issue #749. s/slice/substring/ for initPaginationLinks.
Oct 29, 2015
4dce76e
Issue #749. Update fixture file.
Nov 3, 2015
e29d502
Issue #749. Pass in remoteName directly to template.
Nov 3, 2015
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
Prev Previous commit
Next Next commit
Issue #749. Moved file in component dir
  • Loading branch information
magsout authored and Mike Taylor committed Nov 3, 2015
commit f25929ad635842cf69dfa822c0f0dd3b821cb50b
2 changes: 1 addition & 1 deletion webcompat/static/css/development/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
@import "components/qrcode.css";
@import "components/search-bar.css";
@import "components/dropdown-header.css";
@import "components/issue-list.css";

/*----------Layout----------*/
@import "layout/body.css";
Expand All @@ -46,4 +47,3 @@
@import "page/home.css";
@import "page/static.css";
@import "page/contributors.css";
@import "page/issue-list.css"