Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Fixed account settings opening integrations in the wrong workspace and leaving the mobile navigation drawer open beneath the dialog. Thanks @isaiahknight-va.
- Fixed moderators being offered channel settings they cannot save, and return a clear permission error for denied channel updates in both database stores. Thanks @sercada.
- Updated Virtua, Wrangler, transitive build dependencies, the pinned AWS CLI, and the PostgreSQL CI service while retaining the 48-hour release-age gate and supported runtime minimums.
- Preserve generated JavaScript literals during web builds, preventing whitespace cleanup from corrupting syntax grammars and Svelte class handling.
Expand Down
8 changes: 4 additions & 4 deletions apps/api/internal/webassets/dist/200.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@
<link href="/_app/immutable/chunks/D5itlxY6.js" rel="modulepreload">
<link href="/_app/immutable/chunks/DK3Fl9T5.js" rel="modulepreload">
<link href="/_app/immutable/chunks/Dt-HX3Vu.js" rel="modulepreload">
<link href="/_app/immutable/entry/app.B0zzvMsN.js" rel="modulepreload">
<link href="/_app/immutable/entry/app.AsIXIPke.js" rel="modulepreload">
<link href="/_app/immutable/chunks/uBIymjUX.js" rel="modulepreload">
<link href="/_app/immutable/chunks/xihTtKlq.js" rel="modulepreload">
<link href="/_app/immutable/nodes/0.DQ4BRnNh.js" rel="modulepreload">
<link href="/_app/immutable/nodes/0.BH6o2SZv.js" rel="modulepreload">
<link href="/_app/immutable/chunks/DD-5HdQf.js" rel="modulepreload">
<link href="/_app/immutable/chunks/Dqjw8vaP.js" rel="modulepreload">
<link href="/_app/immutable/chunks/DEPNME54.js" rel="modulepreload">

<link href="/_app/immutable/assets/0.C7M1Y4Cy.css" rel="stylesheet">
<link href="/_app/immutable/assets/0.BWktymRB.css" rel="stylesheet">
</head>
<body>
<div>
Expand All @@ -125,7 +125,7 @@

Promise.all([
import("/_app/immutable/entry/start.By1vhz9u.js"),
import("/_app/immutable/entry/app.B0zzvMsN.js")
import("/_app/immutable/entry/app.AsIXIPke.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading