Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remake with Next.js #31

Merged
merged 70 commits into from
May 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
803fa33
Add some of dependencies related to existing code
ony3000 Apr 9, 2023
654d084
Move favicon.ico
ony3000 Apr 9, 2023
dd6ea8c
Change port number of development server
ony3000 Apr 9, 2023
5a86af5
Add pwa icons
ony3000 Apr 9, 2023
c700b81
Add pwa manifest
ony3000 Apr 9, 2023
6a4b79f
Update next.config.js
ony3000 Apr 9, 2023
e3eb419
Add meta tags
ony3000 Apr 9, 2023
22dcf5b
Update _document.tsx
ony3000 Apr 9, 2023
c65a1b2
Update manifest.json
ony3000 Apr 10, 2023
2032ead
Remove legacy plugins
ony3000 Apr 10, 2023
338c674
Add recoil dependency
ony3000 Apr 10, 2023
7fffdbf
Update .eslintrc.json
ony3000 Apr 10, 2023
c08bc5f
Add barrel file
ony3000 Apr 10, 2023
3ee96c9
Remove legacy store
ony3000 Apr 11, 2023
a6c42e7
Update next.config.js
ony3000 Apr 11, 2023
6bc3c5d
Update README.md
ony3000 Apr 12, 2023
d246c21
Remove unnecessary code generated by Create Next App
ony3000 Apr 12, 2023
2c57f35
Update tailwind.config.js
ony3000 Apr 13, 2023
8e7e6e4
Reimplement base of layout
ony3000 Apr 13, 2023
f05d74e
Add classnames adaptor
ony3000 Apr 16, 2023
2096266
Move logo image file
ony3000 Apr 16, 2023
d2f6c82
Remove unused legacy image assets
ony3000 Apr 16, 2023
80f8d2b
Rewrite verbose single-line classes into multiple lines
ony3000 Apr 16, 2023
305dfca
Reimplement layout of index content
ony3000 Apr 16, 2023
16a8f6b
Fix margin
ony3000 Apr 18, 2023
2b06d3a
Reimplement content transition
ony3000 Apr 18, 2023
d1f1768
Fix border-radius
ony3000 Apr 19, 2023
da9a72e
Add headlessui related dependencies
ony3000 Apr 20, 2023
486318a
Update tailwind.config.js
ony3000 Apr 20, 2023
55034e0
Update classnames.test.ts
ony3000 Apr 20, 2023
a5199c1
Update classnames.ts
ony3000 Apr 20, 2023
609958a
Update base of layout
ony3000 Apr 20, 2023
8f62831
Update classnames.ts
ony3000 Apr 21, 2023
722efc0
Fix color
ony3000 Apr 23, 2023
1522653
Reimplement layout of ranking content
ony3000 Apr 23, 2023
0abc7b6
Separate enums and types
ony3000 Apr 23, 2023
0c5ba91
Rewrite all enum member names to upper case
ony3000 Apr 23, 2023
653ce59
Rename type representing game record
ony3000 Apr 23, 2023
6c22d29
Reimplement computed properties
ony3000 Apr 24, 2023
0adf79a
Reimplement ranking content without tooltip component
ony3000 Apr 24, 2023
080c06a
Add missing key property
ony3000 Apr 27, 2023
79f4f7a
Separate repetitive code into functions
ony3000 Apr 28, 2023
f421aec
Reimplement tooltip component
ony3000 Apr 28, 2023
b10bc55
Separate logical parts of component into hooks
ony3000 Apr 28, 2023
6704670
Reimplement layout of game content
ony3000 Apr 29, 2023
9bde542
Redefine legacy colors
ony3000 Apr 30, 2023
20c96ff
Define arbitrary value class as utility class
ony3000 Apr 30, 2023
61a4e07
Add hook of game content
ony3000 Apr 30, 2023
3ce8b6e
Define phases of game as enum
ony3000 May 1, 2023
0965151
Add shuffle function
ony3000 May 1, 2023
940c487
Reimplement initialization phase
ony3000 May 1, 2023
5a8d559
Reimplement preparation phase
ony3000 May 1, 2023
23fdd76
Change order of variables
ony3000 May 3, 2023
02db4ba
Reimplement progress phase
ony3000 May 5, 2023
f4433cd
Reimplement end phase
ony3000 May 5, 2023
93624ee
Fix height
ony3000 May 5, 2023
627a018
Fix some styles
ony3000 May 5, 2023
04fedac
Add screenshot of original application
ony3000 May 6, 2023
e6bb4dd
Update README.md
ony3000 May 6, 2023
d4877ad
Remove all remaining legacy code
ony3000 May 6, 2023
38b4d66
Support dark mode
ony3000 May 7, 2023
fe1e563
Fix overflow
ony3000 May 7, 2023
8d4a196
Fix background-color
ony3000 May 7, 2023
f1a6f68
Remove some colors related to pwa
ony3000 May 7, 2023
ee57b07
Fix some styles
ony3000 May 7, 2023
f56d95e
Revert "Remove some colors related to pwa"
ony3000 May 7, 2023
0799ffb
Update manifest.json
ony3000 May 7, 2023
a811c94
Improve responsiveness on touch-capable devices
ony3000 May 7, 2023
fa88d9f
Rewrite classes
ony3000 May 7, 2023
8905add
1.0.0-beta.2
ony3000 May 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
{
"functions": "defaultArguments"
}
],
"react-hooks/exhaustive-deps": [
2,
{
"additionalHooks": "useRecoilCallback"
}
]
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1to30

> 한 때 즐겨 했던 [1부터 50까지](./old-assets/app-icon.png)를 기리며 만드는 **1부터 30까지**.<br>
> 한 때 즐겨 했던 [1부터 50까지](./original-app.png)를 기리며 만드는 **1부터 30까지**.<br>
> 2017년 8월에 저장소 없이 날것으로 작성했던 버전을 다시 만들기.

## Requirements
Expand All @@ -14,6 +14,6 @@
# install dependencies
pnpm install

# serve with hot reload at localhost:3000
# serve with hot reload at localhost:17030
pnpm run dev
```
14 changes: 0 additions & 14 deletions legacy/.editorconfig

This file was deleted.

17 changes: 0 additions & 17 deletions legacy/.eslintrc.js

This file was deleted.

141 changes: 0 additions & 141 deletions legacy/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions legacy/assets/README.md

This file was deleted.

Binary file removed legacy/assets/images/icon-128.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-144.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-152.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-192.png
Binary file not shown.
Binary file removed legacy/assets/images/icon-32.png
Binary file not shown.
3 changes: 0 additions & 3 deletions legacy/assets/styles/application.scss

This file was deleted.

Loading