Closed
Bug 735776
Opened 14 years ago
Closed 13 years ago
Implement v3 paper look and feel
Categories
(Pancake Graveyard :: Front-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M2
People
(Reporter: gbrander, Assigned: gbrander)
References
Details
Implement new interface look and feel from latest comps.
Assignee | ||
Comment 1•14 years ago
|
||
PSD cutup files can be found here: https://bitbucket.org/gordonbrander/pancake-assets-v3
Assignee | ||
Comment 2•14 years ago
|
||
Development happening in theme-origami branch https://bitbucket.org/mozillapancake/pancake/changesets/tip/branch%28%22theme-origami%22%29
Continuing to separate look and feel from JavaScript app. This should make rapid iteration on prototypes easier.
Assignee | ||
Comment 3•14 years ago
|
||
Work on working HTML continues here: https://bitbucket.org/gordonbrander/pancake-assets-v3/changesets.
After the working HTML is reasonably complete, I will move the styles to the theme-origami branch.
Assignee | ||
Comment 4•13 years ago
|
||
Yesterday saw the initial integration of code from pancake-assets-v3. Progress so far:
* Drawer has been updated with new markup and styles
* Home page has been consolidated and now displays both top stacks and social feed.
* Initial work has been done on markup for social results. TODO: thumbnails still need to be hooked up.
* Panels in the HTML mockup are now displayed on a horizontal axis as they will be in the app.
* Initial work on search result stack lists
Assignee | ||
Comment 5•13 years ago
|
||
As of https://bitbucket.org/mozillapancake/pancake/changeset/7d76b49aa00a, Top stacks with matches are shown on the home page.
When a place is clicked, a PUT is made to /lattice/:username/stack/top_rated, and the resulting place is set as active in the stack (triggering the drawer and viewer).
TODO: similar treatment for search place click handler.
Assignee | ||
Comment 6•13 years ago
|
||
As of https://bitbucket.org/mozillapancake/pancake/changeset/8009641c3046, clicking matches in search results will PUT to /lattice/:username/stack/search with search_terms property. Interactions behave as expected.
Assignee | ||
Comment 7•13 years ago
|
||
Merged theme-origami into default https://bitbucket.org/mozillapancake/pancake/changeset/6c5c29cee927
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•