ente/web/packages/next
2024-05-15 13:18:03 +05:30
..
components Remove custom _document 2024-04-05 10:09:37 +05:30
locales New Crowdin translations by GitHub Action 2024-05-14 01:40:01 +00:00
types Electron side 2024-05-15 13:18:03 +05:30
worker input filename is not needed 2024-04-22 16:49:06 +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 Remove cache size overrides 2024-04-30 13:39:58 +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 Expose on the globalThis 2024-04-09 09:37:43 +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.