No description
  • TypeScript 90.6%
  • Dockerfile 5.3%
  • JavaScript 3.1%
  • CSS 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-06-20 00:19:02 +02:00
.idea first commit 2022-04-10 11:17:13 +02:00
components fixed url in meta 2022-05-09 21:54:02 +02:00
pages feat: can now see an image of sherry in the ref sheet on mobile 2022-06-20 00:19:02 +02:00
public chore: removing useless points in ref sheet 2022-06-20 00:18:35 +02:00
styles added gallery 2022-04-24 22:28:22 +02:00
tailwind refactoring and style changes 2022-04-17 20:19:11 +02:00
utils Revert "could theoretically use query parameters now. Commit will be reverted because shallow routing does not work" 2022-05-21 11:35:26 +02:00
.eslintrc.json eslint + prettier 2022-04-10 12:17:52 +02:00
.gitignore first commit 2022-04-10 11:17:13 +02:00
.prettierignore eslint + prettier 2022-04-10 12:17:52 +02:00
.prettierrc temp 2022-04-11 08:55:07 +02:00
docker-compose.yml fixed docker-compose.yml 2022-04-24 22:37:10 +02:00
Dockerfile added japanese translation 2022-04-24 09:24:30 +02:00
nav2.tsx temp 2022-04-17 18:07:34 +02:00
next-env.d.ts Initial commit from Create Next App 2022-04-06 18:18:53 +02:00
next-i18next.config.js added japanese translation 2022-04-24 09:24:30 +02:00
next.config.js added images 2022-05-05 21:20:00 +02:00
package.json Revert "could theoretically use query parameters now. Commit will be reverted because shallow routing does not work" 2022-05-21 11:35:26 +02:00
postcss.config.js temp 2022-04-11 08:55:07 +02:00
README.md first commit 2022-04-10 11:17:13 +02:00
tailwind.config.js refactoring and style changes 2022-04-17 20:19:11 +02:00
tsconfig.json Initial commit from Create Next App 2022-04-06 18:18:53 +02:00
yarn.lock Revert "could theoretically use query parameters now. Commit will be reverted because shallow routing does not work" 2022-05-21 11:35:26 +02:00

<div
    className={cn({
        [styles.success]: type === 'success',
        [styles.error]: type === 'error'
    })}
></div>