Logo
Explore Help
Register Sign In
Mirrors/plane
1
0
Fork 0
You've already forked plane
mirror of https://github.com/makeplane/plane.git synced 2026-07-12 05:21:14 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
dev-authentication
plane/space/pages/_document.tsx

19 lines
393 B
TypeScript
Raw Permalink Normal View History

fix: build error for 404 and search params null check (#1919)
2023-08-21 12:43:41 +05:30
import Document, { Html, Head, Main, NextScript } from "next/document";
class MyDocument extends Document {
render() {
return (
<Html>
<Head />
fix: upgrading to nextjs 14 (#2959)
2023-12-01 13:25:48 +05:30
<body className="w-100 bg-custom-background-100 antialiased">
[WEB-1110] dev: custom context menu for issues, cycles, modules, views, pages and projects (#4267) * dev: context menu * chore: handle menu position on close * chore: project quick actions * chore: add more options to the project context menu * chore: cycle item context menu * refactor: context menu folder structure * chore: module custom context menu * chore: view custom context menu * chore: issues custom context menu * chore: reorder options * chore: issues custom context menu * chore: render the context menu in a portal
2024-04-30 18:59:07 +05:30
<div id="context-menu-portal" />
fix: build error for 404 and search params null check (#1919)
2023-08-21 12:43:41 +05:30
<Main />
<NextScript />
</body>
</Html>
);
}
}
export default MyDocument;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 127ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API