From 0517c5b501d1fb903143c585c2488239b231e21e Mon Sep 17 00:00:00 2001 From: zysim <9867871+zysim@users.noreply.github.com> Date: Fri, 10 May 2024 22:11:22 +0800 Subject: [PATCH] Address comments --- .vscode/launch.json | 21 ------------------- .../LeaderboardInfo/LeaderboardInfo.vue | 8 +++---- .../buttons/Dropdown/Dropdown.test.ts | 7 +++++-- .../elements/buttons/Dropdown/Dropdown.vue | 3 +-- .../api/useGetLeaderboardDetail/index.ts | 7 +++++-- lib/api/Account.ts | 3 +-- lib/api/Categories.ts | 3 +-- lib/api/Leaderboards.ts | 3 +-- lib/api/Runs.ts | 3 +-- lib/api/Users.ts | 3 +-- 10 files changed, 20 insertions(+), 41 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ba921f6e..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "firefox", - "request": "launch", - "name": "Vue", - "url": "http://localhost:3000", - "webRoot": "${workspaceFolder}", - "pathMappings": [ - { - "url": "webpack:///src/", - "path": "${webRoot}/" - } - ] - } - ] -} diff --git a/components/blocks/LeaderboardInfo/LeaderboardInfo.vue b/components/blocks/LeaderboardInfo/LeaderboardInfo.vue index a32058df..b0b76948 100644 --- a/components/blocks/LeaderboardInfo/LeaderboardInfo.vue +++ b/components/blocks/LeaderboardInfo/LeaderboardInfo.vue @@ -25,15 +25,15 @@ defineProps()