Commit Graph

115 Commits

Author SHA1 Message Date
cbe7658d82 Refactor: Split index.html into partials 2025-11-09 18:45:22 -08:00
d2b7d54e30 Refactor: Split index.html into partials 2025-11-09 18:45:19 -08:00
35b5226eae Update style.css 2025-11-09 10:48:24 -08:00
77b1238acd Feat: Apply Assistant font to entire UI 2025-11-09 10:13:38 -08:00
5a9167effa Feat: Apply custom font to sidebars 2025-11-09 10:08:31 -08:00
dec8200e90 Revert: Update main.js 2025-11-08 21:33:57 -08:00
aaf1a9f1cb Revert: Update style.css 2025-11-08 21:33:52 -08:00
f8406f42f6 Feat: Apply Lato to UI & sidebars 2025-11-08 21:28:35 -08:00
1b5e4db5d9 Revert: Update style.css 2025-11-08 21:22:06 -08:00
fac4592cf7 Feat: Apply Inter to UI/sidebars 2025-11-08 21:17:18 -08:00
ad368fb418 Feat: Apply Open Sans to UI/sidebars 2025-11-08 21:10:04 -08:00
f30724c013 Feat: Apply Mozilla Text to UI/sidebars 2025-11-08 21:06:16 -08:00
a0a7a6dd13 Feat: Apply Coral Pixels to UI/sidebars 2025-11-08 20:59:39 -08:00
ff2afbab66 Feat: Apply Nata Sans to UI/sidebars 2025-11-08 20:51:46 -08:00
9f215b89f7 Feat: Apply Nata/Noto Sans to UI/sidebars 2025-11-08 20:46:28 -08:00
d9395f8ed8 Feat: Apply Poppins to UI/sidebars only 2025-11-08 20:42:53 -08:00
2f28cb3f9c Revert: Update style.css 2025-11-08 20:33:57 -08:00
e274c9f6a2 Feat: Apply Google Sans Code to UI 2025-11-08 20:32:12 -08:00
48a0be3047 Feat: Apply Space Grotesk to UI 2025-11-08 20:19:17 -08:00
66275a6a63 Delete src/components/popovers.js 2025-11-08 19:46:46 -08:00
af925517ee Delete src/components/account-settings.js 2025-11-08 19:46:38 -08:00
08a0446c3c Delete src/components/message.js 2025-11-08 19:46:30 -08:00
07cfd15d95 Delete src/components/composer.js 2025-11-08 19:46:22 -08:00
6afb9724be Delete src/components/settings.js 2025-11-08 19:46:14 -08:00
7f58d1ff92 Delete src/core/sune.js 2025-11-08 19:46:00 -08:00
cbcd225367 Delete src/core/state.js 2025-11-08 19:45:53 -08:00
f77c31344c Delete src/core/user.js 2025-11-08 19:45:45 -08:00
94437609a9 Delete src/lib/sync.js 2025-11-08 19:45:35 -08:00
b971810d21 Delete src/lib/dom.js 2025-11-08 19:45:21 -08:00
0ffd67f08c Delete src/lib/import-export.js 2025-11-08 19:45:10 -08:00
44d4fc0ce4 Delete src/lib/utils.js 2025-11-08 19:45:04 -08:00
fefe15cc8e Delete thread.js 2025-11-08 19:44:49 -08:00
83a7484d8c Delete sidebars.js 2025-11-08 19:44:29 -08:00
2fec4ee287 Delete api.js 2025-11-08 19:44:19 -08:00
cf1b7c4dac Revert: Update main.js 2025-11-08 19:43:29 -08:00
017528157d Feat: Create DOM utilities module 2025-11-08 19:21:51 -08:00
e237ca809d Feat: Create general utilities module 2025-11-08 19:21:50 -08:00
e245765308 Feat: Create state management module 2025-11-08 19:21:48 -08:00
efa6aba7d8 Feat: Create user data module 2025-11-08 19:21:46 -08:00
7b5149f4f3 Feat: Create Sune data module 2025-11-08 19:21:44 -08:00
55bc922829 Feat: Create thread data module 2025-11-08 19:21:42 -08:00
96c5afb4a6 Feat: Create API communication module 2025-11-08 19:21:38 -08:00
8dc2189f51 Feat: Create background sync module 2025-11-08 19:21:35 -08:00
d8f19ca77a Feat: Create message component module 2025-11-08 19:21:33 -08:00
a825362538 Feat: Create composer component module 2025-11-08 19:21:30 -08:00
e050095d45 Feat: Create import/export module 2025-11-08 19:21:27 -08:00
7d306fd135 Feat: Create popovers component module 2025-11-08 19:21:25 -08:00
8181ebe0d2 Feat: Create sidebars component module 2025-11-08 19:21:23 -08:00
972270e072 Feat: Create sune settings component module 2025-11-08 19:21:21 -08:00
93c5290529 Feat: Create account settings component module 2025-11-08 19:21:18 -08:00