Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(editor): reset styles for moodle #4372

Open
wants to merge 5 commits into
base: staging
Choose a base branch
from

Conversation

CodingDive
Copy link
Contributor

In Moodle we are running in some style collisions with bootstrap. It's hard to validate, but I expect that the following line I added should reset quite a few styles. I'd have preferred to do it in the package editor instead of core, but we'd have to add a div there.

Let me know what you prefer!

all: initial;

One unintended consequence was that the font was reset to times-new-roman. I then saw that they are technically not loaded in the editor project which is why I had to add them.

Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontend ✅ Ready (Inspect) Visit Preview Dec 20, 2024 4:55pm

Copy link
Contributor

github-actions bot commented Dec 20, 2024

📦 Next.js Bundle Analysis for @serlo/frontend

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 104.88 KB (🟡 +1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Seven Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/___editor_preview 663.59 KB (🟡 +2 B) 768.47 KB
/entity/create/[type]/[taxonomyId] 683.87 KB (🟡 +2 B) 788.75 KB
/entity/repository/add-revision/[...id] 683.61 KB (🟡 +2 B) 788.48 KB
/page/create 683.59 KB (🟡 +2 B) 788.47 KB
/taxonomy/term/create/[parent_id]/[id] 683.34 KB (🟡 +2 B) 788.22 KB
/taxonomy/term/update/[id] 683.29 KB (🟡 +2 B) 788.17 KB
/user/settings 685.26 KB (🟡 +2 B) 790.13 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

@CodingDive CodingDive requested a review from elbotho December 20, 2024 16:29
Copy link
Member

@elbotho elbotho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use karla in other integrations right now.
We fall back to tailwinds system font stack (sans-serif):
ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"

@elbotho elbotho changed the title fix(editor): Reset styles, include Karla fonts in the editor package fix(editor): reset styles for moodle Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants