UI: Archive-website web-assets v2 upgrade #1
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/archive-website#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ui/web-assets-v2-upgrade"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request upgrades Web Assets to v2 by adding pre-compiled BWA styles (as of v2.0.0-alpha.32), resolves post-upgrade issues, and makes the necessary project-specific changes.
Web Assets v2 brings UI fixes, improvements, and new development features to the platform as detailed on the Web Assets v2 guidelines and notes wiki page.
Visual changes are kept to a minimum. Some project-level cleanup has been done when converting components to use Web Assets v2 markup and styles.
Screenshot:
This pull request also resolves visual issues coming from the hotlinking of blender.org styles (where a major update broke the styling of sites that referenced it).
Looks good!
Just noticed you are linking to
v2.0.0-alpha.32
but mentionv2.0.0-alpha.30
. Not sure it matters but just to be consistent.@ -19,3 +19,3 @@
<meta name="twitter:description" content="Legacy versions of the Blender online infrastructure." />
<meta name="twitter:image" content="https://www.blender.org/wp-content/themes/bthree/assets/images/blender_logo_square.png" />
<link rel="stylesheet" href="https://www.blender.org/wp-content/themes/bthree/style.css?4c87a8" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/css/style.css?v=2.0.0-alpha.30" type="text/css" media="screen" />
Not a biggie but isn't
alpha.32
the latest release?@pablovazquez thanks for the feedback!
Web-assets was indeed at the slightly outdated v2.0.0-alpha.30 (that is currently in prod at code.blender.org). I re-compiled and added the latest v alpha.32. Better to have the newer one.
I'm going ahead with the merge.