ente/web/packages/next
Manav Rathi 3b8c48e92d
Create a next specific base
The include still needs to be specified in the importing tsconfig otherwise the
"." is resolved relative to the @/build-config.
2024-05-24 18:17:59 +05:30
..
components Remove custom _document 2024-04-05 10:09:37 +05:30
locales New Crowdin translations by GitHub Action 2024-05-21 01:40:33 +00:00
types Annotate 2024-05-20 10:04:33 +05:30
worker Annotate 2024-05-20 10:04:33 +05:30
.eslintrc.js ignorePatters seems to be inherited (as we wished) when extending 2024-04-03 13:48:41 +05:30
blob-cache.ts Use a standard converter 2024-05-23 10:17:11 +05:30
electron.ts Final touches 2024-04-09 12:39:37 +05:30
env.ts Cannot be a compile time constant 2024-04-07 10:18:30 +05:30
file.ts Prune 2024-04-28 17:38:03 +05:30
global-electron.d.ts Start using it 2024-04-09 09:53:28 +05:30
i18n.ts Enable German (has reached 100%) 2024-05-06 10:19:55 +05:30
local-user.ts user 2024-04-12 15:40:24 +05:30
log-web.ts Log on unhandled errors and promise rejections 2024-04-10 13:05:00 +05:30
log.ts Allow disabling localStorage logs 2024-05-10 11:14:45 +05:30
next.config.base.js Suppress webpack's critical dependency warnings for libheif 2024-04-15 13:47:46 +05:30
package.json Merge 2024-04-08 20:39:53 +05:30
README.md Shorten 2024-04-03 13:44:30 +05:30
tsconfig.json Create a next specific base 2024-05-24 18:17:59 +05:30

@/next

A base UI layer package for sharing code between our Next.js apps.

Packaging

This (internal) package exports a React TypeScript library. We rely on the importing project to transpile and bundle it.