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

\r\n Log out\r\n

\r\n{% endblock %}\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 464449570, "label": "Add a universal navigation bar which can be modified by plugins"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/540#issuecomment-508858510", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/540", "id": 508858510, "node_id": "MDEyOklzc3VlQ29tbWVudDUwODg1ODUxMA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-07-05T20:43:20Z", "updated_at": "2019-07-05T20:43:20Z", "author_association": "OWNER", "body": "https://latest.datasette.io/fixtures/attraction_characteristic/1 now looks like this:\r\n\r\n\"fixtures__attraction_characteristic\"\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 464449570, "label": "Add a universal navigation bar which can be modified by plugins"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/540#issuecomment-508827948", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/540", "id": 508827948, "node_id": "MDEyOklzc3VlQ29tbWVudDUwODgyNzk0OA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-07-05T17:56:57Z", "updated_at": "2019-07-05T17:56:57Z", "author_association": "OWNER", "body": "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.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 464449570, "label": "Add a universal navigation bar which can be modified by plugins"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/540#issuecomment-508819126", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/540", "id": 508819126, "node_id": "MDEyOklzc3VlQ29tbWVudDUwODgxOTEyNg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-07-05T17:14:52Z", "updated_at": "2019-07-05T17:14:52Z", "author_association": "OWNER", "body": "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.\r\n\r\nBut... how would this work if there are multiple plugins that want to add to the menu area?", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 464449570, "label": "Add a universal navigation bar which can be modified by plugins"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/540#issuecomment-508806571", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/540", "id": 508806571, "node_id": "MDEyOklzc3VlQ29tbWVudDUwODgwNjU3MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-07-05T16:14:55Z", "updated_at": "2019-07-05T16:14:55Z", "author_association": "OWNER", "body": "I think I'll start with something ridiculously simple along these lines:\r\n\r\n\"fixtures__roadside_attraction_characteristics\"\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 464449570, "label": "Add a universal navigation bar which can be modified by plugins"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/540#issuecomment-508771246", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/540", "id": 508771246, "node_id": "MDEyOklzc3VlQ29tbWVudDUwODc3MTI0Ng==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-07-05T14:10:35Z", "updated_at": "2019-07-05T14:10:35Z", "author_association": "OWNER", "body": "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", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 464449570, "label": "Add a universal navigation bar which can be modified by plugins"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/540#issuecomment-508769380", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/540", "id": 508769380, "node_id": "MDEyOklzc3VlQ29tbWVudDUwODc2OTM4MA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-07-05T14:04:12Z", "updated_at": "2019-07-05T14:04:12Z", "author_association": "OWNER", "body": "Need to figure out a sensible mobile version of this too.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 464449570, "label": "Add a universal navigation bar which can be modified by plugins"}, "performed_via_github_app": null}