Skip to content

Commit

Permalink
refactor: restructure activity configuration and add TypeScript suppo…
Browse files Browse the repository at this point in the history
…rt (#11)

* feat: add new social activity category, casino

* chore: add typescript support for google apps script
- add @types/google-apps-script as dev dependency
- update .gitignore to exclude node_modules

* refactor: restructure calendar event handling system

- introduce structured activity configuration with language variants
- implement category-based color mapping
- add modular emoji and color handling functions
- improve development mode and logging
- modernize code structure and formatting

* docs: improve code comments and section headers in activity configuration
  • Loading branch information
dgokcin authored Jan 26, 2025
1 parent 6cc1399 commit 40e10da
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 213 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.clasp.json
.clasp.json
node_modules
Loading

0 comments on commit 40e10da

Please sign in to comment.