Márton Lente
8103dc5aec
Fix: Cleanup remove nav-global unused subcomponents list items
...
Part of #9
2024-12-02 11:11:25 +01:00
Márton Lente
8e97fa7d45
Chore: Add style web-assets todo
...
Part of #9
2024-12-02 10:42:42 +01:00
Márton Lente
844367b17f
Fix: Replace nav-global nav btn chevron for small screens
...
Replace nav-global nav button's chevron icon from fontutti reference to inline
SVG, as fontutti is not present in the project.
Part of #9
2024-12-02 10:26:03 +01:00
Márton Lente
cbcd09fc69
Fix: Cleanup remove nav-global unused subcomponents
...
Part of #9
2024-12-02 10:22:50 +01:00
Márton Lente
393f30f9ac
UI: Upgrade nav-global to latest web-assets v2 component v2.0.0-beta
...
Part of #9
2024-11-29 14:31:41 +01:00
Márton Lente
345c549da2
UI: Remove nav-global custom font Inter from font-stack
...
Remove nav-global custom non-system font Inter from font-stack until Inter is not loaded for the entire UI.
Part of #9
2024-08-19 12:47:39 +02:00
Márton Lente
d8f5e43cc2
Fix: Template custom component nav-global extra whitespace
2024-08-19 12:36:46 +02:00
Márton Lente
b47ddab672
Refactor: Cleanup and move web-assets navbar-global styles to markup script tag
...
Move web-assets navbar-global styles to markup script tag, accordingly
to component and web-assets instructions, to improve the component's
portability.
Part of #9
2024-08-19 12:30:19 +02:00
Márton Lente
db38fd6bbf
Fix: Post nav-global web-assets v2 component upgrade dropdown small screens
...
Fix nav-global web-assets v2 component display issues on small screens after
markup and style updates.
Part of #9
2024-08-16 15:32:27 +02:00
Márton Lente
8532b5654e
UI: Upgrade nav-global to web-assets v2 component
...
Upgrade nav-global markup and styles to web-assets v2's pre-compiled
nav-global component to improve visual consistency with other sites.
2024-08-16 14:44:26 +02:00
Brecht Van Lommel
0523b92903
Change navbar link from wiki to new docs
2024-01-18 20:34:39 +01:00
Arnd Marijnissen
9b708de650
Hiding logo seems to hide login
2023-11-28 17:12:58 +01:00
Brecht Van Lommel
a168b7d35a
Update for changes in Gitea 1.21 and 1.20
2023-11-28 15:27:18 +01:00
Dalai Felinto
e651a7f2d1
Revert "Navbar: style fixes for gitea 1.20"
...
Changes that expected gitea 1.20 needs to be reverted 2/2.
This reverts commit f2717d098b .
2023-08-24 18:04:26 +02:00
Pablo Vazquez
f2717d098b
Navbar: style fixes for gitea 1.20
2023-08-04 17:01:30 +02:00
Pablo Vazquez
971c4ab660
Navbar: Add link to Builds
2023-07-25 17:00:45 +02:00
Pablo Vazquez
b00193055e
Navigation: match style with other developer websites
2023-05-17 19:33:40 +02:00
Pablo Vazquez
4be8f8ece2
Navigation: update layout and style to global navbar
2023-05-17 15:02:57 +02:00
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