Proper theme needed for 'phone' build
Bug #1420408 reported by
Nicholas Skaggs
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Help App |
Fix Released
|
High
|
David Planella |
Bug Description
A proper theme is needed for the application. Currently the application on the device contains titles that are too long, poor layouts and inability to navigate. This is all combined with a grey dull appearance. Ideally a bright and well designed theme would be created. Nevertheless a basic theme to fix these issues is needed.
Related branches
lp://staging/~dpm/help-app/phone-navigation
- Daniel Holbach (community): Approve
-
Diff: 2167 lines (+913/-695)21 files modified.bzrignore (+1/-0)
HACKING (+20/-4)
Makefile (+5/-2)
app/help.ubuntuhtmlproject (+61/-0)
edit-here/Makefile (+52/-49)
edit-here/content/pages/apps.md (+2/-2)
edit-here/content/pages/basic.md (+1/-1)
edit-here/content/pages/index.md (+3/-3)
edit-here/content/pages/scopes.md (+1/-1)
edit-here/content/pages/security.md (+1/-1)
edit-here/content/pages/settings.md (+2/-2)
edit-here/content/pages/store.md (+1/-1)
edit-here/content/pages/ui.md (+1/-1)
edit-here/index.html (+125/-18)
edit-here/po/help.pot (+599/-601)
edit-here/themes/phone/static/css/app.css (+18/-6)
edit-here/themes/phone/static/js/jquery-1.11.2.min.js (+4/-0)
edit-here/themes/phone/templates/base.html (+1/-0)
edit-here/themes/phone/templates/index.html (+9/-0)
edit-here/themes/phone/templates/page.html (+2/-3)
edit-here/themes/web/static/css/help-app.css (+4/-0)
Changed in ubuntu-devices-help: | |
importance: | Undecided → High |
summary: |
- Proper theme needed + Proper theme needed for 'phone' build |
Changed in ubuntu-devices-help: | |
status: | New → Triaged |
tags: | added: theme |
Changed in help-app: | |
assignee: | nobody → Daniel McGuire (daniel-mcguire351) |
Changed in help-app: | |
status: | Triaged → In Progress |
Changed in help-app: | |
milestone: | none → 0.2 |
Changed in help-app: | |
assignee: | Daniel McGuire (daniel-mcguire351) → David Planella (dpm) |
milestone: | 0.2 → 0.1 |
tags: | added: phone |
Changed in help-app: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
So I have been looking at this for a few hours, I have linked the app to Canonicals CSS framework:
http:// assets. ubuntu. com/sites/ guidelines/ css/latest/ ubuntu- styles. css
This saves a lot of time when it comes to the styling and if Canonical updates the CSS framework the app will also update. However this means the app MUST have data connection. Is this an okay route to go down?
In a few hours the first page looks like this: http:// i.imgur. com/Q0MGBtl. png
Let me know.