Patch #4218
Javascript Project Selection
Status: | Closed | Start date: | 2009-11-14 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - |
Description
This is a quick patch to make the project selection a javascript dropdown.This is inspired a bit by http://guides.rubyonrails.org, and how they've laid out the guide index.
This is more a proof-of-concept than anything, as there are still a few things to do to make this "production-ready".
- Convert this from jQuery to Prototype, seeing as there's no jQuery being used in Redmine (afaik)
- move the initialization block from the base.rhtml file to an included javascript file
- clean up the display a bit so it's "prettier"
Related issues
History
#1
Updated by Jean-Philippe Lang almost 13 years ago
- Category set to UI
#2
Updated by Go MAEDA about 6 years ago
- Related to Feature #23310: Improved "jump to project" drop-down added
#3
Updated by Go MAEDA over 5 years ago
- Status changed from New to Closed
"Jump to project" drop-down was replaced with Javascript based drop-down by #23310.
I think this issue can be closed.