Pablo Vazquez
da8d0e876c
Theme: Add missing variables from upstream
...
Add variables available in upstream but missing in our theme.
Fixes infrastructure/blender-projects-platform#88
2024-07-01 13:00:33 +02:00
Thomas Dinges
0cdf137f88
Update release card for Bcon3/Bcon1.
2024-06-05 12:40:20 +02:00
Pablo Vazquez
829c083fbc
Cleanup: CSS and global styling
...
In the latest releases, Gitea has fixed a lot of the styling issues we
had manually fixed in the past.
Additionally, the recent style adjustments they did look a lot better
so it is better to remove our custom styling as much as possible, and
follow stock Gitea. Making it easier to upgrade in the future.
* Fix broken styling
* Remove custom font
* Cleanup unused variables
* Add code comments
2024-05-30 12:18:04 +02:00
Pablo Vazquez
949885ab5e
Fix styling for tooltips and labels background
...
Noticed by Brecht (thanks!) in Gitea 1.22
2024-05-30 10:43:21 +02:00
Francesco Siddi
d5133cebc5
Add Sculpting Improvements project
2024-05-29 21:20:49 +02:00
Brecht Van Lommel
e81dc72384
Fix: Broken user manual link
2024-05-29 19:14:15 +02:00
Pablo Vazquez
7597178483
Projects Card: Set Brush Assets to Feedback Wanted
2024-05-28 16:32:48 +02:00
Pablo Vazquez
6e99181b67
Projects Card: Display description instead of modules
2024-05-28 16:29:46 +02:00
Pablo Vazquez
ce02bb63cc
Fix typo in Products dropdown
2024-05-28 16:29:13 +02:00
Pablo Vazquez
8e8d4a5201
Homepage: Move list of ongoing projects up
...
So it uses the full width and it's more visible what the team is working
on.
2024-05-24 19:06:49 +02:00
Pablo Vazquez
d9630c65ef
Dashboard: Add list of ongoing projects
2024-05-24 19:06:09 +02:00
Pablo Vazquez
1740002e69
Projects Card: Update ongoing projects
...
Use a table instead of a the <ul> with links to the blog posts.
2024-05-24 19:05:39 +02:00
Pablo Vazquez
8904b6b97f
Dashboard: Move large card links to header dropdown
...
Move the cards "Blender, User Manual, Flamenco", to a "Products" dropdown
in the header, together with other projects. We can add more in the
future to give visibility to other projects.
2024-05-24 19:04:49 +02:00
Thomas Dinges
a083144d04
Update release card for Bcon2
2024-05-02 10:33:49 +02:00
Márton Lente
71090ea488
UI: Hide the navbar logo in the secondary navbar ( #8 )
...
Hide the redundant navbar logo in the secondary navbar that is already present in nav global.
Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/8
Reviewed-by: Pablo Vazquez <pablovazquez@noreply.localhost>
2024-04-25 15:27:15 +02:00
Thomas Dinges
1f79ce586a
Release: Update card for 4.1
2024-03-26 14:27:24 +01:00
Thomas Dinges
daf629602e
Cards: Update 4.1 to Bcon4.
2024-03-13 16:04:41 +01:00
Thomas Dinges
5102b6441d
Update release cards for new release cycle
2024-02-07 13:17:31 +01:00
Brecht Van Lommel
0523b92903
Change navbar link from wiki to new docs
2024-01-18 20:34:39 +01:00
Damien Picard
d17c50ff65
Fix alignment in navbar
2024-01-17 15:15:56 +01:00
Thomas Dinges
d16be38b40
Fix links in menu and point release cycle to new docs
2024-01-17 13:09:49 +01:00
Thomas Dinges
76ecf6bfc3
Fix: Asset System link in modules header
2024-01-16 17:08:50 +01:00
Thomas Dinges
f53a7bdca2
Release: Bump to Bcon2 for 4.1
2024-01-04 17:41:25 +01:00
Brecht Van Lommel
771f37d356
Reduce project issue card title size
2023-11-28 17:40:54 +01:00
Arnd Marijnissen
9b708de650
Hiding logo seems to hide login
2023-11-28 17:12:58 +01:00
Brecht Van Lommel
013fbe1b18
Fix excessively bold text on project board issue cards
2023-11-28 16:25:13 +01:00
Brecht Van Lommel
a168b7d35a
Update for changes in Gitea 1.21 and 1.20
2023-11-28 15:27:18 +01:00
Thomas Dinges
8f2a59000b
Update release card for 4.0 release
2023-11-14 15:45:31 +01:00
Thomas Dinges
30aec05902
Update for 4.0 Bcon4
2023-11-09 11:45:02 +01:00
Thomas Dinges
391876ff30
Frontpage: Update milestones for 4.1 and 4.0
2023-09-27 12:58:38 +02: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
Dalai Felinto
035d316672
Revert "Fix missing CSS variable for gitea 1.20 ( #3 )"
...
Changes that expected gitea 1.20 needs to be reverted 1/2.
This reverts commit 611e7e835f
.
2023-08-24 18:03:54 +02:00
Dalai Felinto
d8abb3efab
Merge remote-tracking branch 'origin/develop'
...
Note that 611e7e835f
was already merged as ffd1366dec
.
2023-08-24 16:33:18 +02:00
Dalai Felinto
20f9f505e3
Bump release cycle to 4.0 bcon2
2023-08-24 16:06:39 +02:00
Pablo Vazquez
f2717d098b
Navbar: style fixes for gitea 1.20
2023-08-04 17:01:30 +02:00
Jakob
611e7e835f
Fix missing CSS variable for gitea 1.20 ( #3 )
...
gitea 1.20 did some changes to the navbar and header-wrapper.
This commit restores the default look of this theme for gitea 1.20
See: https://github.com/go-gitea/gitea/pull/25111
Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/3
2023-08-04 15:28:45 +02:00
Jakob
ffd1366dec
Fix missing CSS variable for gitea 1.20 ( #3 )
...
gitea 1.20 did some changes to the navbar and header-wrapper.
This commit restores the default look of this theme for gitea 1.20
See: https://github.com/go-gitea/gitea/pull/25111
Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/3
2023-08-04 13:03:00 +02:00
Pablo Vazquez
e34b6e71d6
Merge branch 'develop'
2023-07-25 17:02:09 +02:00
Pablo Vazquez
971c4ab660
Navbar: Add link to Builds
2023-07-25 17:00:45 +02:00
Damien Picard
074be8a083
Merge pull request 'Fix color missing in CSS for inserted parts of a message diff' ( #4 ) from pioverfour/gitea-custom:main into main
2023-07-25 16:57:19 +02:00
Damien Picard
d981e037ad
Merge pull request 'Fix color missing in CSS for inserted parts of a message diff' ( #4 ) from pioverfour/gitea-custom:main into main
2023-07-21 11:58:22 +02:00
Thomas Dinges
b3fe879a4e
Update card after 3.6 release
2023-06-28 12:54:54 +02:00
Thomas Dinges
09193807da
Update cards
...
* Remove 2.93 LTS (EOL)
* Bump 3.6 to RC
2023-06-22 11:31:40 +02:00
Brecht Van Lommel
af8f0edfc8
Fix some unecessary Sphinx warnings in RST preview
2023-05-25 19:08:16 +02:00
Brecht Van Lommel
624cd22f38
Fix problem displaying images in RST preview
2023-05-25 13:00:07 +02:00
Brecht Van Lommel
8b39413afc
Fix sphinx-build not found in Python venv
2023-05-25 12:27:21 +02:00
Pablo Vazquez
fb314545c6
Add blender.org analytics
2023-05-22 16:09:38 +02:00
Brecht Van Lommel
312832c995
Merge branch 'main' into develop to fix divergent commits
2023-05-22 15:31:18 +02:00
Brecht Van Lommel
6bcbbd97d8
Update for upstream CSS changes to cards
2023-05-22 15:18:11 +02:00
Brecht Van Lommel
d32b0d4ee1
Sphinx: add venv instructions
2023-05-22 15:18:11 +02:00