0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-23 07:43:55 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Pablo Vazquez
89cf5f4a88 Navbar: Limit width to match other dev sites 2023-02-08 20:18:28 +01:00
Pablo Vazquez
3e68853e77 Dev Navbar: Update link to docs
Matching other dev sites
2023-02-07 19:05:53 +01:00
Francesco Siddi
bc327d7973 Navbar: Make 'projects' active 2023-02-02 13:05:05 +01:00
Pablo Vazquez
45edf9ce26 Navbar: Highlight SVG fill color in active links
Match code.blender.org
2023-02-01 12:47:37 +01:00
Pablo Vazquez
236f9ae3da Developer Navbar: Update
* Update markup to match code blog.
* More strict reset.
* Add comments.
2023-01-31 19:12:59 +01:00
Pablo Vazquez
2d09e39a1b Navigation: Move gitea/user items back
Remove gitea-specific links from top developer navbar.
2023-01-31 12:54:59 +01:00
Pablo Vazquez
24e354fc79 Introducing: Developer navigation bar
In line with the code blog and other dev sites (Wiki, DevTalk)

Everything is pretty much copied from the one in blender.org (_navbar_developer.php),
with some additions to make it work in Gitea.

The styling additions are in the <style> block with the comment "/* Custom styling for Gitea */"

The link to "Projects" is projects.blender.org (since it makes sense here but
not yet in the Code blog).

On the Gitea side, two custom templates have changed:
* head_navbar.tpml was changed to add the mobile navbar expand toggle.
* body_inner_pre.tpml contains the actual navbar, copied from the blender.org repo
  with the following changes:
 * Added <style> block custom for Gitea.
 * Added custom notifications code from head_navbar.tpml
 * Added user buttons (notif, create, register, sign in, etc),
   See the area around "{{/* Here starts the custom styling for gitea. */}}"
 * In order to style the buttons as such, the class `navbardev-btn` was added
   to the Register, Sign In, Notifications, Create, and User dropdown buttons.
2023-01-26 15:37:51 +01:00
Brecht Van Lommel
06948e85a2 Fix Blender logo not visible with themes other than bthree-dark 2023-01-26 04:21:40 +01:00
Pablo Vazquez
c5fb50d41a Navbar: Add global navigation
Missing still is the apps button to jump to other blender.org sites.
2023-01-20 19:14:26 +01:00