SpiderOak / so_client_html5

SpiderOak HTML5 / Javascript / CSS mobile client application
Apache License 2.0
6 stars 6 forks source link

Remove superfluous info spiels, links #24

Closed kenmanheimer closed 11 years ago

kenmanheimer commented 11 years ago

The initial implementation includes separate sections for each of the major content categories (storage, the list of the account's shares, and the list of visited shares). Links between the consolidated views and the sections, plus the "about" descriptions, are not necessary in the design, and need to be removed.

kenmanheimer commented 11 years ago

I've removed the extraneous stuff, but had to tackle a problem with an interesting compromise.

The theme-specific styling of the section dividers depends on the dividers having a button in them. The disclosure button is not appropriate, but a collapsible divider, with a small explanation of the section content, is moderately useful - and will become more so when more control of the section contents is implemented. So, for now I'm making the dividers collapsible (as they already are in the Anybody's Shares section), and will inform the person taking care of styling about the issue, so they can take action if we decide we need to implement the theme-specific styling without any buttons.

Also, it would be better if the dividers (in the My Stuff tab, and also in Anyone's) were not inset, but the (slightly out-of-date) version of jquery/jquery mobile that we're using doesn't respect that.