diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/TODO b/TODO
old mode 100644
new mode 100755
diff --git a/index.html b/index.html
old mode 100644
new mode 100755
diff --git a/package.json b/package.json
old mode 100644
new mode 100755
index 50fa9cd..37a79e7
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
+ "@floating-ui/react": "^0.26.9",
"@reduxjs/toolkit": "^1.9.5",
- "@types/react-redux": "^7.1.26",
"axios": "^1.5.0",
"emojibase": "^15.0.0",
"interweave": "^13.1.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
old mode 100644
new mode 100755
index a844d9d..f92a05f
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -5,12 +5,12 @@ settings:
excludeLinksFromLockfile: false
dependencies:
+ '@floating-ui/react':
+ specifier: ^0.26.9
+ version: 0.26.9(react-dom@18.2.0)(react@18.2.0)
'@reduxjs/toolkit':
specifier: ^1.9.5
version: 1.9.7(react-redux@8.1.3)(react@18.2.0)
- '@types/react-redux':
- specifier: ^7.1.26
- version: 7.1.33
axios:
specifier: ^1.5.0
version: 1.6.7
@@ -623,6 +623,37 @@ packages:
'@floating-ui/utils': 0.2.1
dev: false
+ /@floating-ui/dom@1.6.3:
+ resolution: {integrity: sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==}
+ dependencies:
+ '@floating-ui/core': 1.6.0
+ '@floating-ui/utils': 0.2.1
+ dev: false
+
+ /@floating-ui/react-dom@2.0.8(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==}
+ peerDependencies:
+ react: '>=16.8.0'
+ react-dom: '>=16.8.0'
+ dependencies:
+ '@floating-ui/dom': 1.6.3
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+ dev: false
+
+ /@floating-ui/react@0.26.9(react-dom@18.2.0)(react@18.2.0):
+ resolution: {integrity: sha512-p86wynZJVEkEq2BBjY/8p2g3biQ6TlgT4o/3KgFKyTWoJLU1GZ8wpctwRqtkEl2tseYA+kw7dBAIDFcednfI5w==}
+ peerDependencies:
+ react: '>=16.8.0'
+ react-dom: '>=16.8.0'
+ dependencies:
+ '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0)
+ '@floating-ui/utils': 0.2.1
+ react: 18.2.0
+ react-dom: 18.2.0(react@18.2.0)
+ tabbable: 6.2.0
+ dev: false
+
/@floating-ui/utils@0.2.1:
resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==}
dev: false
@@ -800,15 +831,6 @@ packages:
resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==}
dev: false
- /@types/react-redux@7.1.33:
- resolution: {integrity: sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==}
- dependencies:
- '@types/hoist-non-react-statics': 3.3.5
- '@types/react': 18.2.48
- hoist-non-react-statics: 3.3.2
- redux: 4.2.1
- dev: false
-
/@types/react-transition-group@4.4.10:
resolution: {integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==}
dependencies:
@@ -2065,6 +2087,10 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
+ /tabbable@6.2.0:
+ resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
+ dev: false
+
/tailwindcss@3.4.1:
resolution: {integrity: sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==}
engines: {node: '>=14.0.0'}
diff --git a/postcss.config.js b/postcss.config.js
old mode 100644
new mode 100755
diff --git a/public/vite.svg b/public/vite.svg
old mode 100644
new mode 100755
diff --git a/src/actions/LogoutAction.ts b/src/actions/LogoutAction.ts
old mode 100644
new mode 100755
diff --git a/src/actions/index.ts b/src/actions/index.ts
old mode 100644
new mode 100755
diff --git a/src/app.css b/src/app.css
old mode 100644
new mode 100755
index 9020a53..81f0dd6
--- a/src/app.css
+++ b/src/app.css
@@ -60,6 +60,10 @@
line-height: 1.25rem;
}
+.input-checkbox:hover {
+ cursor: pointer;
+}
+
@media screen and(max-width: 425px) {
.users-score {
font-size: .75rem;
diff --git a/src/app.tsx b/src/app.tsx
old mode 100644
new mode 100755
index 9299c18..c05cba2
--- a/src/app.tsx
+++ b/src/app.tsx
@@ -14,64 +14,54 @@ import { getRoutes } from './routes';
export function App() {
const { routes } = getRoutes();
return (
- <>
-
{props.data.name}
+{props.data.regency_name}, {props.data.province_name}
+{props.data.critic_score}
+critic score ({props.data.critic_count})
+{props.data.user_score}
+user score ({props.data.user_count})
+