Segnalazione #82
Sidebar e navigazione tra i plugin
0%
Description
Aggiungere una sidebar per la navigazione tra i plugin.
Alcuni esempi da cui trarre spunto:Associated revisions
Use standard arrow also for font-awesome icons. refs: #82
Make a sidebar instead of a navbar. Code taken here http://bootsnipp.com/snippets/featured/side-menu-on-hover. refs: #82
Remove the user glyphicon. refs: #82
Remove from home.html the informations that are in the sidebar. refs: #82
Merge branch 'master' into t82. refs: #82
Merge branch 'master' into t82. refs: #82
This seems to fix the sidebar. refs: #82
Add logout link. refs: #82
Hide navbar (so sidebar) if the user is not authenticated. refs: #82
Override to flatly value to avoid unneeded horizontal scrollbar. refs: #82
Now the template seems to be fixed. Also for mobile. refs: #82
Maybe 100px was too much, creating a vertical scrollbar when it's really unneeded. refs: #82
Merge branch 'master' into t82. refs: #82
Use app.verbose_name which is translated. refs: #82
s/200/220/g to make the sidebar slightly larger, to better accomodate app.verbose_name strings. refs: #82
Cleanup. refs: #82
Add support (via js because there's a click needed) to hghlight the active app in the sidebar. refs: #82
History
Updated by Mark Caglienzi almost 8 years ago
- Status changed from In elaborazione to Commenti
- Assignee changed from Mark Caglienzi to Christopher R. Gabriel
Updated by Mark Caglienzi almost 8 years ago
- Status changed from Commenti to In elaborazione
- Assignee changed from Christopher R. Gabriel to Mark Caglienzi
Updated by Mark Caglienzi almost 8 years ago
- Status changed from In elaborazione to Commenti
- Assignee changed from Mark Caglienzi to Christopher R. Gabriel
- Template finalmente che pare fixato (anche su mobile)
- Rimossa la barra di scorrimento orizzontale
- Uso di
{{app.verbose_name}}
nella sidebar, che è una stringa traducibile - Allargata (da 200 a 220 pixel) la sidebar per fare un po' più di spazio ai nomi delle app
- App attuale evidenziata (via javascript, perché serve anche un click sul gruppo dell'app) con l'uso di
{{request.current_app}}
Mergiato in master e pushato.
Rimane solo un particolare che è un po' "così così" e che è noto (ma che non so come risolvere attualmente):- L'app evidenziata su dispositivo mobile funziona "circa", nel senso che bisogna aprire il menu facendo touch sull'icona in alto a destra, e il menu si carica con i sottomenu chiusi (in questo momento parlo del sottomenu "Network"). Però poi aprendo il sottomenu, l'app è correttamente evidenziata. Praticamente manca il click triggerato via javascript su desktop, che su mobile non va perché in quel momento la sidebar è nascosta.
Updated by Christopher R. Gabriel almost 8 years ago
- Status changed from Commenti to Chiuso
Chiudo, abbiamo riapprocciato la cosa con la navbar orizzontale.
Regroup apps. refs: #82