Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(157)

Issue 10870043: Changes browser subapp default to be configurable

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by j.c.sackett
Modified:
10 years, 10 months ago
Reviewers:
rharding, mp+172560, jeff.pihach
Visibility:
Public.

Description

Changes browser subapp default to be configurable Rather than using sidebar, the browser subapp has a default viewmode as an attr. Where sidebar was used before, this attr is instead used. You can qa it by setting the default for the attr to fullscreen. For now at least, the default for the attr remains "sidebar". https://code.launchpad.net/~jcsackett/juju-gui/abstract-default-viewmode/+merge/172560 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changes browser subapp default to be configurable #

Total comments: 1

Patch Set 3 : Changes browser subapp default to be configurable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1065 lines, -433 lines) Patch
A [revision details] View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M app/assets/images/browser_icon.png View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
D app/assets/images/browser_searchbox_delete_icon.png View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M app/assets/images/browser_searchbox_search_icon.png View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M app/assets/images/juju_logo_dark.png View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M app/index.html View 1 2 2 chunks +12 lines, -6 lines 0 comments Download
M app/modules-debug.js View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M app/subapps/browser/browser.js View 1 9 chunks +26 lines, -12 lines 0 comments Download
M app/subapps/browser/templates/minimized.handlebars View 1 2 1 chunk +11 lines, -2 lines 0 comments Download
M app/subapps/browser/views/charm.js View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M app/subapps/browser/views/view.js View 1 2 4 chunks +43 lines, -19 lines 0 comments Download
M app/templates/browser-search.handlebars View 1 2 1 chunk +2 lines, -22 lines 0 comments Download
A app/templates/bws-searchbox.partial View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M app/templates/service-configuration.handlebars View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M app/templates/service-configuration.partial View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M app/templates/view-container.handlebars View 1 2 1 chunk +1 line, -1 line 0 comments Download
M app/views/charm-panel.js View 1 2 3 chunks +10 lines, -3 lines 0 comments Download
M app/views/databinding.js View 1 2 8 chunks +60 lines, -7 lines 0 comments Download
M app/views/environment.js View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M app/views/ghost-inspector.js View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M app/views/service.js View 1 2 7 chunks +162 lines, -13 lines 0 comments Download
M app/views/topology/relation.js View 1 2 3 chunks +12 lines, -5 lines 0 comments Download
M app/views/topology/service.js View 1 2 6 chunks +14 lines, -4 lines 0 comments Download
M app/views/view-container.js View 1 2 3 chunks +7 lines, -4 lines 0 comments Download
M app/widgets/charm-search.js View 1 2 6 chunks +3 lines, -70 lines 0 comments Download
M app/widgets/charm-token.js View 1 2 3 chunks +10 lines, -3 lines 0 comments Download
A app/widgets/viewmode-controls.js View 1 2 1 chunk +170 lines, -0 lines 0 comments Download
M lib/views/browser/browser-icon.less View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
A lib/views/browser/bws-searchbox.less View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
M lib/views/browser/charm-container.less View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M lib/views/browser/charm-token.less View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M lib/views/browser/main.less View 1 2 5 chunks +14 lines, -98 lines 0 comments Download
M lib/views/browser/minimized.less View 1 2 1 chunk +4 lines, -11 lines 0 comments Download
M lib/views/browser/section-title.less View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M lib/views/browser/vars.less View 1 2 1 chunk +8 lines, -2 lines 0 comments Download
M lib/views/juju-inspector.less View 1 2 1 chunk +62 lines, -1 line 0 comments Download
M lib/views/stylesheet.less View 1 2 8 chunks +87 lines, -49 lines 0 comments Download
M test/index.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/test_browser_app.js View 1 2 3 chunks +39 lines, -12 lines 0 comments Download
M test/test_browser_charm_details.js View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M test/test_browser_search_widget.js View 1 2 3 chunks +2 lines, -42 lines 0 comments Download
M test/test_charm_panel.js View 1 2 4 chunks +50 lines, -3 lines 0 comments Download
M test/test_databinding.js View 1 2 4 chunks +56 lines, -3 lines 0 comments Download
M test/test_environment_view.js View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M test/test_service_module.js View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
A test/test_viewmode_controls_widget.js View 1 2 1 chunk +99 lines, -0 lines 0 comments Download

Messages

Total messages: 7
j.c.sackett
Please take a look.
10 years, 10 months ago (2013-07-02 13:31:47 UTC) #1
rharding
LGTM with the change to the var name to defaultViewmode. I'd prefer to see this ...
10 years, 10 months ago (2013-07-02 13:55:48 UTC) #2
j.c.sackett
On 2013/07/02 13:55:48, rharding wrote: > LGTM with the change to the var name to ...
10 years, 10 months ago (2013-07-02 14:30:27 UTC) #3
j.c.sackett
Please take a look.
10 years, 10 months ago (2013-07-02 15:03:36 UTC) #4
jeff.pihach
LGTM'd thanks for this improvement! As mentioned in IRC - next step being able to ...
10 years, 10 months ago (2013-07-02 15:13:15 UTC) #5
j.c.sackett
On 2013/07/02 15:13:15, jeff.pihach wrote: > LGTM'd thanks for this improvement! > > As mentioned ...
10 years, 10 months ago (2013-07-02 15:34:40 UTC) #6
j.c.sackett
10 years, 10 months ago (2013-07-03 17:36:04 UTC) #7
*** Submitted:

Changes browser subapp default to be configurable

Rather than using sidebar, the browser subapp has a default viewmode as an attr.
Where sidebar was used before, this attr is instead used. You can qa it by
setting the default for the attr to fullscreen. For now at least, the default
for the attr remains "sidebar".

R=rharding, jeff.pihach
CC=
https://codereview.appspot.com/10870043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b