- Status Planned
- Percent Complete
- Task Type Feature Request
- Category User Interface
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 0.9.9.7
- Due in Version 1.1 devel
-
Due Date
Undecided
- Votes
- Private
FS#1847 - Make default theme responsive
I think it is time to think about an theme optimizied for mobile Devices.
We will not maintain several themes. We will review the current CleanFS theme to make it responsible instead.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Hi Guys!
Fast question regarding this ticket: is it possible to integrate the Bootstrap Framework http://twitter.github.com/bootstrap while developing the responsive theme for Flyspray?
Since Im a front-end web developer I could try (after my full-time work) to enhance the CleanFS, re-write the HTML to HTML5 and CSS to CSS3 using LESS + add @media-queries for mobile devices → check supported devices table: http://twitter.github.com/bootstrap/scaffolding.html#responsive.
Either way I'll be making a responsive Flyspray theme for my own usage in the near feature so I could just deliver you a copy if Your ok with the Bootstrap.
Other important question: are there any deadlines?
Regards,
Artur Kwiatkowski
One more important question: does the responsiveness needs to be implemented in stable or development (Bleeding Edge) version of Flyspray?
Renamed the task from "Theme for mobile Devices" to "Make default theme responsive"
Making the theme responsive must also go hand-in-hand with thinking about usability, workflow, productivity.
The implementation should be functional even if Javascript is disabled. Just HTML, CSS and media queries where useful.
Comfort functions like autocompletion are sure allowed.
As workaround for responsive layout for older browsers Javascript can be conditional loaded to emulate newer CSS3 or HTML5 features as fallback. (tags: modernizr, ..)