Skip to content

Commit

Permalink
refacto/feature/fix: Content.js refacto and Job section (#72)
Browse files Browse the repository at this point in the history
* feat(Jobs): Add job guidance and AI button toggle

* feat(Jobs): ✨ Add job filtering

Add job filtering from a keyword list

* refactor: ♻️ Add code splitting and restructurate code accordingly

---------

Co-authored-by: Valdo Ryu <valdo.ryu@wee-fin.com>
  • Loading branch information
valdoryu and Valdo Ryu authored Dec 15, 2024
1 parent 2d7e9cd commit 2b31654
Show file tree
Hide file tree
Showing 24 changed files with 1,257 additions and 712 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"browser": true
},
"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 2020,
"sourceType": "module"
},
"globals": {
"chrome": true,
Expand Down
Loading

0 comments on commit 2b31654

Please sign in to comment.