-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu items are annoying #125
Comments
I will take this one as time allows, but I REALLY wouldn't mind it getting taken off my hands. |
Thinking aloud about this one, it seems that the best solution might be to generate all submenus on page load with approriate class tags and use jquery to hide and show them. This would avoid the reload problem, and the associated db calls. However, I haven't looked at the code that generates the left nav, so I don't know whether it's amenable to modification. |
You've seen a lot of the other code. :) They've got a class infrastructure of different types of menu items but Given how many navigation choices are hidden in the body of the code, and jquery would be cool to learn, I know it's super useful, but it will be a On Fri, Dec 13, 2013 at 11:21 AM, Jon Kiparsky notifications@github.comwrote:
|
I've got a little jquery and javascript. If you want to talk this one over, On Fri, Dec 13, 2013 at 4:16 PM, bethlakshmi notifications@github.comwrote:
|
Tackling other stuff first. On Fri, Dec 13, 2013 at 4:28 PM, Jon Kiparsky notifications@github.comwrote:
|
Looking at the code, this might actually be easier than I'd thought. |
Ideally the menu sidebar would be separate in how it's displayed from the action on the main page. It could be redesigned as an additional value appended to the current link, rather than as a new URL submission, but that's not at all how it's coded. The current method is rather annoying, since you can easily end up loading and reloading uninteresting pages.
The text was updated successfully, but these errors were encountered: