|
Build the base of the fullscreen charm view.
- INCOMPLETE: the code will be refactored into it's own view and tests on that
view
- This fixes some bugs with the browser tabview that allows it to be used.
- Hooks up new routes for firing into the Fullscreen view and tests that we
can determine what part of the UX to focus based on route.
- Add some helpers around this shared view use.
- Adds a template for the charm details view and wires up the tabview.
- Hooks up the .charm store api call to fetch a charms data
- Wires the charm-small to allow clicking on charms to load their details
view.
https://code.launchpad.net/~rharding/juju-gui/fullscreen_charmview/+merge/155595
(do not edit description out of merge proposal)
Total comments: 7
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+325 lines, -76 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/modules-debug.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
app/store/charm.js
|
View
|
1
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
 |
M |
app/subapps/browser/browser.js
|
View
|
|
4 chunks |
+38 lines, -6 lines |
0 comments
|
Download
|
 |
A |
app/subapps/browser/templates/browser_charm.handlebars
|
View
|
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/subapps/browser/templates/fullscreen.handlebars
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/subapps/browser/views/fullscreen.js
|
View
|
1
|
5 chunks |
+91 lines, -13 lines |
0 comments
|
Download
|
 |
M |
app/subapps/browser/views/view.js
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/templates/charm-small-widget.handlebars
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
app/widgets/browser-tabview.js
|
View
|
1
2
|
2 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
test/index.html
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/test_browser_app.js
|
View
|
|
3 chunks |
+23 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/test_charm_small_widget.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/test_charm_store.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/test_tabview.js
|
View
|
1
|
1 chunk |
+45 lines, -40 lines |
0 comments
|
Download
|
Total messages: 9
|