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

140 commits

Author SHA1 Message Date
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
Pablo Vazquez
b00193055e Navigation: match style with other developer websites 2023-05-17 19:33:40 +02:00
Pablo Vazquez
1e19a1a3ac Navigation: match style with other developer websites 2023-05-17 19:33:07 +02:00
Thomas Dinges
c86967970f Update for 4.0 and 3.6 Bcon3 2023-05-17 15:37:16 +02:00
Pablo Vazquez
ab30857cc1 Navigation: update layout and style to global navbar 2023-05-17 15:18:24 +02:00
Pablo Vazquez
4be8f8ece2 Navigation: update layout and style to global navbar 2023-05-17 15:02:57 +02:00
Thomas Dinges
c0eea7e9e8 Update for 4.0 and 3.6 Bcon3 2023-05-17 12:14:03 +02:00
Brecht Van Lommel
5c53375672 Sphinx: simplify running process as another user 2023-05-09 16:45:59 +02:00
Brecht Van Lommel
968618dac3 Fix various issues in Sphinx .rst rendering for the blender-manual repo 2023-04-24 13:09:18 +02:00
Brecht Van Lommel
da950a93e2 Fix issues with links, includes and notes in Sphinx .rst preview styling 2023-04-24 13:09:18 +02:00
Brecht Van Lommel
c676b7b76c Add renderer for Sphinx .rst files, for user manual previews
Ref infrastructure/blender-projects-platform#51

Pull Request: https://projects.blender.org/infrastructure/gitea-custom/pulls/2
2023-04-24 13:09:18 +02:00
Thomas Dinges
3913b53f29 Update front page for 3.6 Bcon2 2023-04-20 08:16:59 +02:00
Thomas Dinges
a56cbb1838 Update dashboard for 3.5 2023-03-30 08:55:43 +02:00
Pablo Vazquez
677474967f Home: Fix padding in repository cards 2023-03-07 12:43:37 +01:00
Jacques Lucke
423763771c remove geometry nodes module 2023-02-22 11:02:28 +01:00
Pablo Vazquez
9f134d1eb7 UI: Fix notification indicator not showing on mobile 2023-02-21 12:55:43 +01:00
Pablo Vazquez
cf9a5d1712 UI: Improve notifications count readability
Since the latest Gitea changes from upstream, notifications count has been
hard to read. Make font larger and increase padding.
2023-02-21 12:34:14 +01:00
ThomasDinges
6bd04e0484 Update front page for 3.5 / 3.6 2023-02-15 14:48:46 +01:00
Pablo Vazquez
56767b4a2f UI: Fix link to Flamenco repository in dashboard cards 2023-02-14 16:09:45 +01:00
Pablo Vazquez
2e5be3245c UI: Decrease padding in issues/PR list 2023-02-10 19:10:36 +01:00
Pablo Vazquez
95dfac43e6 UI: Style adjustments to issues list
* Hide branches
* Adjust padding
* Minor alignment tweaks
2023-02-10 17:09:47 +01:00
Pablo Vazquez
52d4651d55 UI: Fix links to milestones and repositories
Missed in the previous fix.
2023-02-10 16:36:03 +01:00
Pablo Vazquez
5c63c87393 UI: Fix broken path to font
And move font-weight overrides to the header so it affects all themes.
2023-02-10 15:08:32 +01:00
Pablo Vazquez
9d337666c9 UI: Minor style fixes and tweaks
* Fix margin around avatars in some places
* Round images in file view
* Transparent background tables for better contrast
2023-02-10 12:59:13 +01:00
Pablo Vazquez
e43d5a5883 UI: Use absolute URL in card modules template
So it can be embedded anywhere.
2023-02-10 12:13:52 +01:00
Pablo Vazquez
ddced31c6a UI: Fix links in modules menu
Fixes infrastructure/blender-projects-platform#15
2023-02-10 12:06:22 +01:00
Pablo Vazquez
667595efa0 UI: Layout update to dashboard and home cards 2023-02-09 19:48:16 +01:00
Pablo Vazquez
0c9d528c29 Theme: Move some styling to apply to all themes
Use the header.tmpl file to apply global styling (like removing the
app logo).
2023-02-09 19:47:49 +01:00
Pablo Vazquez
de7e6ce2f1 UI: Replace default avatar image
By default, Gitea uses the app logo as the default avatar when running the
command `make generate-images`.

Use our own image instead.
2023-02-09 16:47:06 +01:00
Pablo Vazquez
5abde14b19 UI: Fix alignment of navbar expand toggle 2023-02-09 14:38:24 +01:00
Pablo Vazquez
7de5bc01bb UI: Fix alignment of navbar after recent change 2023-02-09 13:19:22 +01:00
Pablo Vazquez
6a5683c2e6 UI: Tweak diff colors
Applied feedback from @angavrilov on DevTalk[0], thanks!

[0] https://devtalk.blender.org/t/gitea-workflows-and-module-help-needed/27541/10
2023-02-09 13:13:50 +01:00
Pablo Vazquez
26029b7c9c UI: Style links in repository file view 2023-02-09 12:50:54 +01:00
Pablo Vazquez
83b9250438 UI: Fix navbar items missing on mobile 2023-02-09 12:47:06 +01:00
Pablo Vazquez
4dc96e204f UI: Remove custom color styling on labels
Thanks to a patch upstream labels in tabs are no longer marked as "primary".
2023-02-09 12:46:45 +01:00
Pablo Vazquez
b2760396bf CSS: Cleanup
Round decimal numbers (result of auto-conversion from hex to hsl)
2023-02-09 12:44:07 +01:00
Pablo Vazquez
89cf5f4a88 Navbar: Limit width to match other dev sites 2023-02-08 20:18:28 +01:00
Pablo Vazquez
e421cd5ae2 Auth: Simplify Link Account template
Hide inputs from the interface and simply show an explanation text.
2023-02-08 20:05:27 +01:00
Pablo Vazquez
bc97b622df Auth: Fix link account
Inputs must not be disabled otherwise it gives an error (field cannot be empty)
2023-02-08 17:13:41 +01:00
Pablo Vazquez
1c961188a0 Auth: Override Link Account template
The wrong template was overriden in the previous commit.
2023-02-08 17:09:42 +01:00
Pablo Vazquez
cee06cc9c9 Override signup template to include Blender ID message 2023-02-08 15:40:25 +01:00
Pablo Vazquez
40a657a016 Remove signin template no longer used.
We now use Gitea's built-in template.
2023-02-08 15:40:09 +01:00
Pablo Vazquez
3e68853e77 Dev Navbar: Update link to docs
Matching other dev sites
2023-02-07 19:05:53 +01:00
Pablo Vazquez
e8fb4b5527 Update logo to match other dev sites 2023-02-07 19:05:30 +01:00