Skip to content

Conversation

@AntoLC
Copy link
Collaborator

@AntoLC AntoLC commented Dec 18, 2025

Purpose

⚠️ Still in draft, I want to add some tests, plus maybe dispatch in multiple PR to make review easier.

Proposal

  • 🐛(frontend) fix tables deletion
  • 🐛(frontend) fix children not display when first resize
  • 🥅(frontend) intercept 401 error on GET threads
  • 🩹(frontend) small ui improvement
  • ✈️(frontend) pause Posthog when offline
  • 🦺(frontend) check content type pdf on PdfBlock

@AntoLC AntoLC self-assigned this Dec 18, 2025
@AntoLC AntoLC added bug Something isn't working frontend labels Dec 18, 2025
@github-actions
Copy link

github-actions bot commented Dec 18, 2025

Size Change: +1.93 kB (+0.05%)

Total Size: 4.15 MB

Filename Size Change
apps/impress/out/_next/static/8371d42f/_buildManifest.js 888 B +888 B (new file) 🆕
apps/impress/out/_next/static/aefd9fd1/_buildManifest.js 0 B -884 B (removed) 🏆
apps/impress/out/_next/static/chunks/9945.js 762 kB +1.05 kB (+0.14%)
apps/impress/out/_next/static/css/1af729eeb6c19828.css 0 B -48.7 kB (removed) 🏆
apps/impress/out/_next/static/css/b922d9b2b3f235a2.css 48.8 kB +48.8 kB (new file) 🆕

compressed-size-action

Bump to BlockNote 0.45.0 to get the latest
features and fixes.
This release includes the fix for the table
deletion that breaks the editor when
deleting tables.
When we resize the window for the first time, then
open the panel, the children were not displayed.
This fix this issue.
We intercept 401 errors on GET /threads to avoid
spamming Sentry with authentication errors
when users are not logged in.
- center initial loader before app load
- add name on input to remove warning
- fix hover on interlinking link
Posthog keeps trying to send events when the user
is offline, causing the network request queue to fill up
and slowing down the app. This commit pauses Posthog
when the user is offline and resumes it when back online.
Pdfblock was quite permissive on the content type
it was accepting. Now it checks that the content
type is exactly 'application/pdf' before rendering
the PDF viewer.
@AntoLC AntoLC force-pushed the fix/minor-frontend-issues branch from e450c0e to d2a8e42 Compare December 19, 2025 16:15
@AntoLC AntoLC changed the title fix/minor-frontend-issues 🐛(frontend) Fix frontend issues Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚡️Site slow when offline Stop bubbling 401 Thread error to Sentry

2 participants