forked from katniny/transsocial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
507 lines (393 loc) · 27.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TransSocial</title>
<link rel="stylesheet" href="/assets/css/mainSite.css">
<link rel="shortcut icon" href="/assets/imgs/favicon.png" type="image/png">
<script src="https://kit.fontawesome.com/be7c331826.js" crossorigin="anonymous"></script>
<meta name="description" content="TransSocial is a safe place for everyone, join us today!">
<meta name="keywords" content="social, media, trans, transgender, transsocial">
<script src="/assets/js/twemoji.js" crossorigin="anonymous"></script>
</head>
<body onload="loadEverything()">
<!-- If someone tries to use TransSocial with JavaScript -->
<noscript>
<div class="noJavaScript">
</div>
</noscript>
<!-- This loads the website -->
<div class="loader" id="loader">
<p style="position: fixed; left: 0; top: 0; color: var(--text-semi-transparent); transform: translateY(0px);">© Katniny Studios 2024</p>
<p style="position: fixed; left: 0; top: 17px; color: var(--text-semi-transparent); transform: translateY(0px);">Katniny Online Services</p>
<p style="position: fixed; left: 0; top: 35px; color: var(--text-semi-transparent); transform: translateY(0px);">TransSocial v0.0.7_indev</p>
<img src="/assets/imgs/favicon.png" alt="TransSocial logo" draggable="false" />
<h3 id="loaderQuote" style="position: absolute; margin-top: 180px;"></h3>
</div>
<!-- Header -->
<div class="header" id="header">
<div class="left">
<button id="hamburgerMenu"><i class="fa-solid fa-bars"></i></button> <a href="/"><img class="headerLogo" id="transsocialHeaderLogo" src="/assets/imgs/All_transparent.png" draggable="false" /></a>
</div>
<div class="right">
<a href="/download"><button style="margin-right: 20px; transform: translateY(-23px);" id="headerGetApp">Get App</button></a> <a href="/notifications"><i class="fa-solid fa-bell fa-lg"></i></a> <a href="/achievements"><i class="fa-solid fa-trophy fa-lg" style="margin-right: 0px;"></i></a> <img src="" alt="Your profile picture" draggable="false" id="userPfp-header" onclick="accountManager()" />
</div>
<div class="accountManager" id="accountManager" style="display: none;">
<h3 id="greetingManager">Hello, {user}</h3>
<a href="/settings"><button><i class="fa-solid fa-gear"></i> Settings</button></a>
<a href="/achievements"><button><i class="fa-solid fa-award"></i> Achievements</button></a>
</div>
</div>
<!-- Sidebar -->
<header class="sidebar" id="sidebar">
<!-- Navigation Buttons -->
<a href="/"><button style="margin-top: 15px;" class="active"><i class="fa-solid fa-house"></i> Home</button></a>
<a href="/notifications" id="notificationsSidebar"><button><i class="fa-solid fa-bell"></i> Notifications (0)</button></a>
<!--<a href="/search"><button><i class="fa-solid fa-magnifying-glass"></i> Explore</button></a>-->
<a href="/messages" id="messagesSidebar"><button><i class="fa-solid fa-envelope"></i> Messages (0)</button></a>
<!--<a href="/help" id="enchantedSidebar"><button><i class="fa-solid fa-wand-sparkles"></i> Get Enchanted</button></a>-->
<a href="/settings" id="settingsSidebar"><button class="settings"><i class="fa-solid fa-gear"></i> Settings</button></a>
<a href="/updates"><button><i class="fa-solid fa-wrench"></i> Updates</button></a>
<a href="/contributors"><button><i class="fa-solid fa-face-smile-beam"></i> Contributors</button></a>
<a href="/achievements" id="achievementsSidebar"><button><i class="fa-solid fa-award"></i> Achievements</button></a>
<a href="/" id="linkToAcc"><button><i class="fa-solid fa-user"></i> Your Profile</button></a>
<button onclick="createNotePopup()" class="createNote-sidebar" id="createNote-sidebar"><i class="fa-solid fa-pen-to-square"></i> Create</button>
<br />
<br />
<br />
<br />
<div class="sidebarPolicies">
<a href="/policies/terms">Terms of Service</a>, <a href="/policies/privacy">Privacy Policy</a>, <a href="/policies/child-safety">Child Safety</a>, <a href="/policies/cookies">Cookies</a>, <a href="/policies/copyright">Copyright</a>, <a href="/policies/guidelines">Community Guidelines</a>
</div>
<!-- Social Icons & Links -->
<div class="bottom">
<!-- Socials -->
<a href="https://discord.gg/SmhATjRxvc" target="_blank"><i class="fa-brands fa-discord fa-lg"></i></a>
<a href="https://twitter.com/transs_ocial" target="_blank"><i class="fa-brands fa-twitter fa-lg"></i></a>
<a href="https://tiktok.com/@transs_ocial" target="_blank"><i class="fa-brands fa-tiktok fa-lg"></i></a>
<a href="https://github.com/transsocial" target="_blank"><i class="fa-brands fa-github fa-lg"></i></a>
<!-- Profile -->
<div class="profileContainer" >
<div class="profile" id="profile" style="display: none;">
<a href="/settings"><button><i class="fa-solid fa-gear"></i> Settings</button></a>
<button onclick="signOut()"><i class="fa-solid fa-arrow-right-from-bracket"></i> Sign Out</button>
</div>
<strong><p id="notSignedIn">Create an account to explore!</p></strong>
<img class="userPfp-sidebar" id="userPfp-sidebar" src="" draggable="false" /><p id="displayName-sidebar">Display Name</p>
<p id="username-pronouns-sidebar">@username</p>
</div>
</div>
</header>
<!-- Note successfully sent -->
<div id="successfullySent" style="display: none;"><p>Note successfully sent!</p></div>
<!-- Cookie Notice -->
<div class="cookie-alert" id="cookie-notice">
<h2>Yes, I'd like a cookie 🍪</h2>
<p>TransSocial uses cookies to improve your experience. By using TransSocial, you consent to our <a href="/policies/cookies">cookie policy</a>.</p>
<button onclick="acceptCookies()">Okay!</button>
</div>
<!-- New Note Alert -->
<!--<div class="notesAlert" id="notesAlert">
<p>New Notes</p>
</div>-->
<!-- Notes -->
<div class="newNotesAvailable" id="newNotesAvailable" onclick="loadNotesFromButton()" style="display: none;">New Notes</div>
<div class="notes" id="notes">
<div class="newNotesAdded" id="newNotesAdded">
<!-- Notes go here. This content is user-generated, no default HTML should be here. -->
</div>
<div class="noteFilter">
<!--<button class="active" style="border-right: 1px solid gray;">All Notes</button><button>Following</button>-->
<p class="version-notice">TransSocial is currently in the InDev stage (version 0.0.7). A lot of features are missing or are in development and will be added with updates. <a href="/indev">Learn more</a>.</p>
<h2 style="text-align: center; display: none;" id="joinUsToSeeNotes">Join Us on TransSocial to See Notes!</h2>
<h2 id="greetingTime">Good {morn/after/even}, {username}</h2>
<p style="font-size: small;" id="betaTestingApp">We started our Windows and Android app beta testing! <a href="/download" style="color: var(--main-color);">Learn more</a>.</p>
<div class="replyToNote homepage" onclick="createNotePopup()" style="width: 95=7%">What's on your mind?</div>
</div>
<!-- Please Donate -->
<!--<div class="pleaseDonate" id="pleaseDonate">
<p>Hey, please don't skip this read. We need your support to keep TransSocial thriving. <a href="https://patreon.com/katniny" target="_blank">My Patreon</a> is the heartbeat of TransSocial, and right now, TransSocial is running on passion but could use some funds (aka funds). Join the Patreon for perks, behind the scenes content, and most importantly - helping TransSocial. Let's make TransSocial better together - your contribution makes a huge difference!</p>
<a href="https://patreon.com/katniny" target="_blank"><button>Help TransSocial</button></a>
<button onclick="closeHelpPrompt()">Maybe Later</button>
</div>-->
</div>
<!-- TransSocial Accounts -->
<div class="transsocialAccounts">
<h3>TransSocial Accounts</h3>
<p>Follow accounts associated with TransSocial.</p>
<div class="katniny">
<!-- Me :3 -->
<div class="katniny">
<img class="recommendAcc-pfp" src="" id="katninyPfp" draggable="false" /> <p id="katninyDisplay"></p>
<br /> <a href="/" id="followBtn-1"><button class="followBtn">Follow</button></a>
<p id="katninyUser-pronouns"></p>
</div>
<br />
<!-- TransSocial -->
<div class="transsocial">
<img class="recommendAcc-pfp" src="" id="transsocialPfp" draggable="false" /> <p id="transsocialDisplay"></p>
<br /> <a href="/" id="followBtn-2"><button class="followBtn">Follow</button></a>
<p id="transsocialUser-pronouns"></p>
</div>
<br />
<!-- Katniny Studios -->
<div class="katninystudios">
<img class="recommendAcc-pfp" src="" id="katninystudiosPfp" draggable="false" /> <p id="katninystudiosDisplay"></p>
<br /> <a href="/" id="followBtn-3"><button class="followBtn">Follow</button></a>
<p id="katninystudiosUser-pronouns"></p>
</div>
</div>
</div>
<div class="policies">
<a href="/policies/terms">Terms of Service</a>, <a href="/policies/privacy">Privacy Policy</a>, <a href="/policies/child-safety">Child Safety</a>, <a href="/policies/cookies">Cookies</a>, <a href="/policies/copyright">Copyright</a>, <a href="/policies/guidelines">Community Guidelines</a>
</div>
<div id="notSignedIn-banner">
<p>Join the fun on TransSocial!</p>
<a href="/auth/login"><button>Login</button></a>
<a href="/auth/register"><button>Create an account</button></a>
</div>
<!-- Achievement Unlock -->
<div id="achievementUnlock" class="achievementUnlock" style="display: none;">
<div id="achievementIcon"><i class="fa-solid fa-pencil"></i></div> <p id="achievementName">Achievement Name</p>
</div>
<dialog id="showAchievementUnlock">
<h2 id="titleAndIcon">title and stuff</h2>
<p id="unlockReason">because you did</p>
<p id="unlockDate">m/d/y (the objectively correct way)</p>
<button onclick="document.getElementById('showAchievementUnlock').close();">Okay!</button>
</dialog>
<!-- Modals -->
<dialog id="createNote-popup">
<div class="creatingStuff">
<!-- Display above everything else when a note is sending -->
<div class="coverCreateANote" id="coverCreateANote" style="display: none;"></div>
<!-- Main Tab -->
<div class="mainTab-noteCreation" id="mainTab-noteCreation">
<h2 style="float: right; opacity: 0; cursor: default;" id="replyingOrCreating">Create a Note!</h2> <i class="fa-regular fa-circle-xmark fa-lg" style="float: left; margin-top: 10px;" onclick="closeCreateNotePopup()"></i>
<textarea rows="0" placeholder="What's on your mind?" id="noteContent-textarea"></textarea>
<p id="characterLimit_note" style="color: var(--text-semi-transparent)">0/1,250</p>
<br />
<p id="uploadingImage" style="color: var(--success-color); display: none;">Uploading image...</p>
<button onclick="publishNote()" class="publishNoteBtn"><i class="fa-solid fa-pen-to-square"></i> Create!</button>
<br />
<img id="imgToBeUploaded" draggable="false" />
<video id="vidToBeUploaded" draggable="false" autoplay="true" muted="true" controls style="display: none;"></video>
<br />
<div id="quotingNote">
<div class="quoteContainer">
<img src="" alt="Quote user pfp" class="quotePfp" id="notePopupQuotePfp">
<div class="quoteContent">
<div class="quoteHeader">
<span class="quoteDisplay" id="notePopupQuoteDisplay"></span>
<span class="quoteUsername" id="notePopupQuoteUsername"></span>
</div>
<span class="quoteText" id="notePopupQuoteText"></span>
</div>
</div>
</div>
<p style="font-size: small; color: var(--text-semi-transparent); display: none; transform: translateY(-10px);" id="hasntBeenUploadedNotice">Image hasn't been uploaded to TransSocial's server yet. This is just a preview.</p>
<a href="javascript:void(0);" style="display: none; float: left; max-width: auto; transform: translateY(-10px);" id="removeUploadedImage" onclick="removeImage()">Remove Image</a> <a href="javascript:void(0);" style="display: none; float: left; max-width: auto; transform: translateY(-10px); margin-left: 7px;" id="addAltTextToImage" onclick="addAltText()">Add Alt Text</a>
<p id="noteError"></p>
</div>
<!-- Settings Tab -->
<div class="settingsStuff hidden" id="settingStuff">
<i class="fa-solid fa-arrow-left fa-lg" style="float: left; margin-top: 10px;" onclick="swapNoteTab()"></i>
<br />
<h2 style="margin-top: 10px;">Add a content warning</h2>
<p style="font-size: 14px; color: var(--text-semi-transparent);">Add a content warning to this note by selecting a category. This helps people see only the content they want to on TransSocial.</p>
<!-- NSFW Checkbox -->
<input type="checkbox" id="isNsfw" /> <span class="noteContainsNsfwContent">Note contains NSFW content.</span>
<p class="optionAlt">This may include nudity, intercourse, intense violence, etc.</p>
<!-- Content Warning Checkbox -->
<input type="checkbox" id="isSensitive" /> Note contains sensitive content.
<p class="optionAlt">Select this if your note has potentionally triggering content.</p>
<!-- Political Checkbox -->
<input type="checkbox" id="isPolitical" /> Note contains political content.
<p class="optionAlt">Select this if your note has political content.</p>
<br />
</div>
<!-- Settings -->
<div class="settingsIcons-noteCreation">
<div class="icons">
<i class="fa-solid fa-flag fa-lg" onclick="swapNoteTab()"></i> <i class="fa-solid fa-image fa-lg" onclick="uploadImage()"><input type="file" id="imageUploadInput" accept="image/png, image/jpeg, image/webp, video/mp4, image/gif" style="display: none;"></i>
</div>
</div>
</div>
</dialog>
<dialog id="signInPrompt">
<img src="/assets/imgs/All_transparent.png" draggable="false" style="width: 450px; height: 100px; margin-left: 17%; margin-right: 15%;" />
<h2>You must be signed in.</h2>
<p>To perform this action, you need to be signed into TransSocial!</p>
<br />
<a href="/auth/login"><button>Login</button></a>
<div style="margin-top: 5px;"></div>
<a href="/auth/register"><button>Register</button></a>
</dialog>
<dialog id="addAltText">
<h2>Add Alt Text</h2>
<p>Help those with visual impairments or low vision understand what your note is.</p>
<textarea id="altText_input" placeholder="A fluffy orange cat sitting on a windowsill, licking its paw and grooming itself"></textarea>
<br />
<button onclick="addAltText_finish()">Finish</button>
</dialog>
<dialog id="renoteOrQuote">
<h2>Renote Option</h2>
<p>Would you like to just renote or quote renote?</p>
<p style="font-size: 14px; color: var(--text-semi-transparent);">This won't be in a popup forever, this is just for testing. Remember, you are using an In Development product afterall.</p>
<br />
<button onclick="renoteNormally()"><i class="fa-solid fa-retweet"></i> Renote without Quoting</button>
<br />
<button onclick="quoteRenote()"><i class="fa-solid fa-quote-left"></i> Quote Renote</button>
<br />
<br />
<button onclick="closeRenotePopup()">Nevermind, I don't want to interact</button>
</dialog>
<dialog id="renoteOrQuote">
<h2>Renote Option</h2>
<p>Would you like to just renote or quote renote?</p>
<p style="font-size: 14px; color: var(--text-semi-transparent);">This won't be in a popup forever, this is just for testing. Remember, you are using an In Development product afterall.</p>
<br />
<button onclick="renoteNormally()"><i class="fa-solid fa-retweet"></i> Renote without Quoting</button>
<br />
<button onclick="quoteRenote()"><i class="fa-solid fa-quote-left"></i> Quote Renote</button>
<br />
<br />
<button onclick="closeRenotePopup()">Nevermind, I don't want to interact</button>
</dialog>
<dialog id="verifyEmail">
<h2><i class="fa-solid fa-envelope-circle-check"></i> Please verify your email</h2>
<p>We need to ensure your account is using an actual email address. This is for your security and to help us drive away bots.</p>
<p style="font-size: 14px; color: var(--text-semi-transparent);">If you're seeing this, you likely changed your email or did not yet verify your email.</p>
<br />
<button onclick="getVerificationEmail()" style="width: 100%;"><i class="fa-solid fa-check-to-slot"></i> Verify Email</button>
</dialog>
<dialog id="emailSent_emailVer">
<h2><i class="fa-solid fa-envelope-circle-check"></i> Email sent!</h2>
<p>Once you verify your email, please click the button below to verify, then we won't bug you again!</p>
<p style="font-size: 14px; color: var(--text-semi-transparent);">If you're seeing this, you likely changed your email or did not yet verify your email.</p>
<br />
<button onclick="window.location.reload()">Check Verification Status</button>
</dialog>
<dialog id="verifyEmail">
<h2><i class="fa-solid fa-envelope-circle-check"></i> Please verify your email</h2>
<p>We need to ensure your account is using an actual email address. This is for your security and to help us drive away bots.</p>
<p style="font-size: 14px; color: var(--text-semi-transparent);">If you're seeing this, you likely changed your email or did not yet verify your email.</p>
<br />
<button onclick="getVerificationEmail()" style="width: 100%;"><i class="fa-solid fa-check-to-slot"></i> Verify Email</button>
</dialog>
<dialog id="emailSent_emailVer">
<h2><i class="fa-solid fa-envelope-circle-check"></i> Email sent!</h2>
<p>Once you verify your email, please click the button below to verify, then we won't bug you again!</p>
<p style="font-size: 14px; color: var(--text-semi-transparent);">If you're seeing this, you likely changed your email or did not yet verify your email.</p>
<br />
<button onclick="window.location.reload()">Check Verification Status</button>
</dialog>
<dialog id="editWhatPartofNote">
<h2>Note Settings</h2>
<p>Typo? Need to delete this note? Here's your own personal control panel!</p>
<br />
<button onclick="editNoteContent()" style="width: 100%;"><i class="fa-solid fa-pen"></i> Edit Note Content</button>
<button onclick="deleteNote()" style="width: 100%;"><i class="fa-solid fa-trash"></i> Delete Note</button>
<br />
<br />
<button onclick="document.getElementById('editWhatPartofNote').close()">Nevermind</button>
</dialog>
<dialog id="checkIfNoteDeletion">
<h2>Delete this note?</h2>
<p>Are you sure? This action can't be reverted!</p>
<br />
<button onclick="deleteNote_fully()" style="width: 100%;"><i class="fa-solid fa-trash"></i> Yes, delete</button>
<button onclick="deleteNote_nevermind()" style="width: 100%;"><i class="fa-solid fa-xmark"></i> Nevermind, I change my mind</button>
</dialog>
<dialog id="noteDeleted">
<h2>Note Deleted</h2>
<p>Note was successfully deleted.</p>
<br />
<button onclick="window.location.reload()">Okay</button>
</dialog>
<dialog id="editNoteContent">
<!-- Display above everything else when a note is updating -->
<div class="coverUpdatingNote" id="coverUpdatingNote" style="display: none;"></div>
<h2>Edit Note Content</h2>
<p>Removing images is currently not supported at this time.</p>
<textarea id="newTextContent" placeholder="What do you want your note to say now?"></textarea>
<p id="newTextContent-characterLimit" style="color: var(--text-semi-transparent)">0/1,250</p>
<br />
<br />
<button onclick="applyEdits()">Apply</button> <button onclick="dontApplyEdits()">Nevermind</button>
</dialog>
<dialog id="noteUpdated">
<h2>Note Updated</h2>
<p>Note was successfully updated.</p>
<br />
<button onclick="window.location.reload()">Okay</button>
</dialog>
<dialog id="editWhatPartofNote">
<h2>Note Settings</h2>
<p>Typo? Need to delete this note? Here's your own personal control panel!</p>
<br />
<button onclick="editNoteContent()" style="width: 100%;"><i class="fa-solid fa-pen"></i> Edit Note Content</button>
<button onclick="deleteNote()" style="width: 100%;"><i class="fa-solid fa-trash"></i> Delete Note</button>
<br />
<br />
<button onclick="document.getElementById('editWhatPartofNote').close()">Nevermind</button>
</dialog>
<dialog id="checkIfNoteDeletion">
<h2>Delete this note?</h2>
<p>Are you sure? This action can't be reverted!</p>
<br />
<button onclick="deleteNote_fully()" style="width: 100%;"><i class="fa-solid fa-trash"></i> Yes, delete</button>
<button onclick="deleteNote_nevermind()" style="width: 100%;"><i class="fa-solid fa-xmark"></i> Nevermind, I change my mind</button>
</dialog>
<dialog id="noteDeleted">
<h2>Note Deleted</h2>
<p>Note was successfully deleted.</p>
<br />
<button onclick="window.location.reload()">Okay</button>
</dialog>
<dialog id="editNoteContent">
<!-- Display above everything else when a note is updating -->
<div class="coverUpdatingNote" id="coverUpdatingNote" style="display: none;"></div>
<h2>Edit Note Content</h2>
<p>Removing images is currently not supported at this time.</p>
<textarea id="newTextContent" placeholder="What do you want your note to say now?"></textarea>
<p id="newTextContent-characterLimit" style="color: var(--text-semi-transparent)">0/1,250</p>
<br />
<br />
<button onclick="applyEdits()">Apply</button> <button onclick="dontApplyEdits()">Nevermind</button>
</dialog>
<dialog id="noteUpdated">
<h2>Note Updated</h2>
<p>Note was successfully updated.</p>
<br />
<button onclick="window.location.reload()">Okay</button>
</dialog>
<dialog id="newestUpdates" class="newestUpdates">
<h1>🎉 Update Day!</h1>
<h3>Step by Step! Check out a few updates to enhance your TransSocial experience.</h3>
<p style="color: var(--text-semi-transparent); font-size: 15px;">Last updated July 21, 2024</p>
<button onclick="closeUploadLog()">Didn't Ask</button>
<p style="font-size: 14px; color: var(--text-semi-transparent); margin-top: 5px;">TransSocial was reverted from v0.0.8 to v0.0.7.1. I apologize for any issues that arise from this.</p>
<br />
<h3>🔄️ Version Rollback</h3>
<p>We've reverted from v0.0.8 to v0.0.7.1. Sometimes going back a step helps us fine-tune things and get back on track. Thanks for your patience as we make improvements!</p>
<br />
<h3>🌟 Open Source Launch!</h3>
<p>TransSocial is now open source! Dive into the code, contribute, and help us build an even better platform together. Your collaboration makes all the difference! <a href="https://github.com/katniny/transsocial" target="_blank" style="color: var(--main-color);">See the code on GitHub</a></p>
<br />
<button onclick="closeUploadLog()">Done Reading!</button>
</dialog></button>
</dialog>
</body>
<!-- Core Firebase Scripts (TODO: GET NODE.JS TO WORK TO UPGRADE TO THE LATEST FIREBASE VERSION) -->
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-database.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.8/firebase-storage.js"></script>
<!-- Scripts -->
<script src="/assets/js/ts_fas_acih.js"></script>
<script src="/assets/js/pageLoader.js"></script>
<script src="/assets/js/sidebarOpen.js"></script>
<script src="/assets/js/twemoji.js"></script>
</html>