Skip to content

Commit e05cbfe

Browse files
committed
refactor(clock): rewrite clock component with custom date formatting
- Remove date-fns dependency and implement custom date/time formatting - Improve type safety with TimerSettings interface - Add proper cleanup for interval timer - Enhance date display with more readable format
1 parent 9e34546 commit e05cbfe

5 files changed

Lines changed: 4265 additions & 7182 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
3434
"cmdk": "1.0.0",
35-
"date-fns": "^4.1.0",
3635
"lucide-react": "^0.471.1",
3736
"motion": "^11.18.0",
3837
"plasmo": "0.90.3",
@@ -76,7 +75,6 @@
7675
"topSites"
7776
],
7877
"optional_permissions": [
79-
"geolocation",
8078
"history"
8179
]
8280
},

0 commit comments

Comments
 (0)