html_url,issue_url,id,node_id,user,user_label,created_at,updated_at,author_association,body,reactions,issue,issue_label,performed_via_github_app https://github.com/simonw/datasette/issues/540#issuecomment-508959470,https://api.github.com/repos/simonw/datasette/issues/540,508959470,MDEyOklzc3VlQ29tbWVudDUwODk1OTQ3MA==,9599,simonw,2019-07-06T23:11:35Z,2019-07-06T23:13:29Z,OWNER,This is now being used successfully by https://datasette-auth-demo.now.sh/,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins, https://github.com/simonw/datasette/issues/540#issuecomment-508858729,https://api.github.com/repos/simonw/datasette/issues/540,508858729,MDEyOklzc3VlQ29tbWVudDUwODg1ODcyOQ==,9599,simonw,2019-07-05T20:44:50Z,2019-07-05T20:44:50Z,OWNER,"Here's an example custom `base.html` template that appears to have the desired effect: ```html+django {% extends ""default:base.html"" %} {% block extra_head %} {% endblock %} {% block nav %} {{ super() }}

Log out

{% endblock %} ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins, https://github.com/simonw/datasette/issues/540#issuecomment-508858510,https://api.github.com/repos/simonw/datasette/issues/540,508858510,MDEyOklzc3VlQ29tbWVudDUwODg1ODUxMA==,9599,simonw,2019-07-05T20:43:20Z,2019-07-05T20:43:20Z,OWNER,"https://latest.datasette.io/fixtures/attraction_characteristic/1 now looks like this: ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins, https://github.com/simonw/datasette/issues/540#issuecomment-508827948,https://api.github.com/repos/simonw/datasette/issues/540,508827948,MDEyOklzc3VlQ29tbWVudDUwODgyNzk0OA==,9599,simonw,2019-07-05T17:56:57Z,2019-07-05T17:56:57Z,OWNER,"For the moment I'm going to ignore the multiple plugins case. I shall revisit that at some point in the future, once I actually have multiple plugins that want to be able to customize the navigation at the same time.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins, https://github.com/simonw/datasette/issues/540#issuecomment-508819126,https://api.github.com/repos/simonw/datasette/issues/540,508819126,MDEyOklzc3VlQ29tbWVudDUwODgxOTEyNg==,9599,simonw,2019-07-05T17:14:52Z,2019-07-05T17:14:52Z,OWNER,"Having this be customized by a single plugin seems easy enough - define a named block region in the template, the plugin can then provide a template which extends the base template, over-rides the named block, adds some stuff, then calls [super](http://jinja.pocoo.org/docs/2.10/templates/#super-blocks) to include the default content. But... how would this work if there are multiple plugins that want to add to the menu area?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins, https://github.com/simonw/datasette/issues/540#issuecomment-508806571,https://api.github.com/repos/simonw/datasette/issues/540,508806571,MDEyOklzc3VlQ29tbWVudDUwODgwNjU3MQ==,9599,simonw,2019-07-05T16:14:55Z,2019-07-05T16:14:55Z,OWNER,"I think I'll start with something ridiculously simple along these lines: ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins, https://github.com/simonw/datasette/issues/540#issuecomment-508771246,https://api.github.com/repos/simonw/datasette/issues/540,508771246,MDEyOklzc3VlQ29tbWVudDUwODc3MTI0Ng==,9599,simonw,2019-07-05T14:10:35Z,2019-07-05T14:10:35Z,OWNER,https://css-tricks.com/off-canvas-menu-with-css-target/ could be fun. See also https://medium.com/@heyoka/responsive-pure-css-off-canvas-hamburger-menu-aebc8d11d793,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins, https://github.com/simonw/datasette/issues/540#issuecomment-508769380,https://api.github.com/repos/simonw/datasette/issues/540,508769380,MDEyOklzc3VlQ29tbWVudDUwODc2OTM4MA==,9599,simonw,2019-07-05T14:04:12Z,2019-07-05T14:04:12Z,OWNER,Need to figure out a sensible mobile version of this too.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",464449570,Add a universal navigation bar which can be modified by plugins,