Commit 3e9a0db
committed
🔒 refactor: replace hardcoded Sentry DSNs with environment variables
- In `electron/main.ts`, Sentry DSN is now sourced from `import.meta.env.SENTRY_DSN_GLITCHTIP`. This change enhances security by removing the hardcoded DSN, making the configuration more dynamic and secure.
- In `src/main.tsx`, updated Sentry DSN to use `import.meta.env.REACT_APP_SENTRY_DSN`. Similar to the electron change, it ensures better security practices by avoiding hardcoded values.
🎨 style: update and extend Tailwind CSS configuration
- Modified the content paths in `tailwind.config.js` to use double quotes for consistency and clarity.
- Added a new animation `spin-reverse` to Tailwind's theme configuration. This additional animation enriches the UI capabilities, offering more options for UI animations.1 parent 231f0b7 commit 3e9a0db
3 files changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
76 | | - | |
| 81 | + | |
0 commit comments