Skip to content

Commit 803fed2

Browse files
authored
[revamp-2024] Reduce codebase down to a bare minimum & remove unused dependencies
1 parent 69e4e4e commit 803fed2

File tree

88 files changed

+1569
-6475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1569
-6475
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# What's Inside
1+
# Description
22

3-
- [ ] Placeholder 1
4-
- [ ] Placeholder 2
3+
- Describe what changes you made
54

6-
... full details of acceptance criteria documented in the linked GitHub issue
5+
- Link the ticket here
6+
7+
## Screenshot(s)
8+
9+
- If applicable, provide screenshots of your change
710

811
[//]: <> 'Self Checklist When Opening a Pull Request'
912

.vscode/settings.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
{
2-
// Spell checker
32
"cSpell.words": ["Deerfield", "Esports", "linebreak", "Mailchimp", "MCSS", "rehype"],
43
"cSpell.language": "en",
5-
// Use prettier for code formatting
64
"editor.defaultFormatter": "esbenp.prettier-vscode",
7-
// Fix all autofixable errors on file save
85
"editor.codeActionsOnSave": {
9-
"source.fixAll": true
6+
"source.fixAll": "explicit"
107
},
11-
// Fix formatting issues on file save
12-
"editor.formatOnSave": true,
8+
"editor.formatOnSave": false,
139
"eslint.format.enable": true,
14-
// Enable code suggestions
1510
"editor.quickSuggestions": {
1611
"comments": "on",
1712
"strings": "on",
1813
"other": "on"
1914
},
20-
// Auto save files after TS refactoring
2115
"files.refactoring.autoSave": true,
2216
"typescript.tsdk": "node_modules/typescript/lib",
2317
"typescript.validate.enable": true,
@@ -26,7 +20,6 @@
2620
"typescript.suggest.completeJSDocs": true,
2721
"javascript.validate.enable": true,
2822
"typescript.preferences.importModuleSpecifier": "non-relative",
29-
// Exclude files from watcher
3023
"files.watcherExclude": {
3124
"**/.git/objects/**": true,
3225
"**/.git/subtree-cache/**": true,

api/client.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

api/schema.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

api/types.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

api/useFetch.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

components/Common/Card.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

components/Common/DetailPageContainer.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

components/Common/Filter.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)