1 file changed
+1
-1
lines changedSubmodule template-next-ts-tailwind updated 36 files
- .eslintrc.js+36
- .eslintrc.json-3
- .github/workflows/playwright.yml+47
- .github/workflows/test.yml+51
- .gitignore+6
- .npmrc+2
- .nvmrc+1
- .prettierrc.js+13
- .storybook/main.ts+30
- .storybook/preview.ts+16
- README.md+2
- e2e/e2e.spec.ts+7
- jest.config.mjs+37
- package.json+43-3
- playwright.config.ts+78
- pnpm-lock.yaml+12.2k-1.7k
- src/common/constants/index.ts+4
- src/components/layouts/AppLayout.tsx+18
- src/components/layouts/Header.tsx+34
- src/components/layouts/index.tsx+1
- src/components/ui/Badge/Badge.stories.ts+21
- src/components/ui/Badge/Badge.tsx+29
- src/components/ui/Badge/index.tsx+1
- src/contexts/AppContext.tsx+46
- src/pages/_app.tsx+12-5
- src/pages/_document.tsx+2-2
- src/pages/api/hello.ts+5-8
- src/pages/index.tsx+21-7
- src/styles/globals.scss
- src/types/index.ts+10
- src/utils/index.tsx+17
- src/utils/storage.ts+11
- src/utils/tools.ts+3
- tailwind.config.js+5-6
- tests/components/Badge.spec.tsx+15
- tests/utils/add.test.ts+10
0 commit comments