diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-08-28T22·10-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-08-29T16·43+0000 |
commit | de851ec08b6a2796d0333a650d368de73fb8b923 (patch) | |
tree | 56ce32b5b178ea6404c471f6a80edd1420e0a5a9 /web/panettone/default.nix | |
parent | 74a8c3d3591801eea4ad00c74b98f0043f20d4cc (diff) |
feat(panettone): Add nav to the top of the page as well r/1737
The absence of the navbar containing the "all issues" and "log out" links from the top of the page has been a common complaint - initially I disagreed, but after some time thinking about it I've come around. This adds the same nav - with the "All Issues" link and the "Log Out" link - to the top of every page, and also fixes a bug where query params would prevent the "All Issues" link from being hidden on the "All Issues" page, which looked especially weird when they were right next to each other. Change-Id: I1d07175fa07aee057ddd140a6864d01342fbb7ef Reviewed-on: https://cl.tvl.fyi/c/depot/+/1868 Reviewed-by: kanepyork <rikingcoding@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'web/panettone/default.nix')
-rw-r--r-- | web/panettone/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/panettone/default.nix b/web/panettone/default.nix index 4f6faaea3250..3ff8ca55ecb8 100644 --- a/web/panettone/default.nix +++ b/web/panettone/default.nix @@ -5,6 +5,7 @@ depot.nix.buildLisp.program { deps = with depot.third_party.lisp; [ cl-json + cl-ppcre cl-who drakma defclass-std |