Commit graph

108 commits

Author SHA1 Message Date
MiTHRAL
3055e283a1 v1.0.5
All checks were successful
Build and Release Sanctum / Build App (push) Successful in 1m55s
2026-05-05 20:40:57 -04:00
MiTHRAL
44ee4970f9 fix: remove custom headliner to resolve title overlap and bump to 1.0.4
All checks were successful
Build and Release Sanctum / Build App (push) Successful in 1m48s
2026-04-24 16:11:13 -04:00
MiTHRAL
cc8ba75694 chore: replace update-electron-app with Gitea-backed updater 2026-04-22 17:30:21 -04:00
MiTHRAL
225c623ecb chore: point to self-hosted instance at mithraic.space 2026-04-22 17:27:58 -04:00
MiTHRAL
1eb09a589a chore: rebrand to Sanctum for self-hosted instance 2026-04-22 17:25:22 -04:00
AvaLilac
222d796843
Merge branch 'stoatchat:main' into dev 2026-04-06 22:27:08 -04:00
AvaLilac
8b0e6588fd
Change Discord RPC to aviaclients
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-04-06 14:52:47 -04:00
Taureon
00c7572cd0
chore: update hardcoded domain to be stoat.chat instead of beta.revolt.chat (#196)
Co-authored-by: stoat-tofu[bot] <242700035+stoat-tofu[bot]@users.noreply.github.com>
2026-04-06 17:30:46 +01:00
Amelia Frost
0c2c081ab0
Focus on the main window when the about window is closed 2026-04-06 00:14:31 -07:00
Amelia Frost
35ee57483a
Allow closing the about window by pressing Escape 2026-04-05 23:15:07 -07:00
Amelia Frost
a632ecde33
Don't show more than a single about window 2026-04-05 23:14:39 -07:00
Amelia Frost
4f845f58a9
Add our about window to the tray icon 2026-04-05 21:55:23 -07:00
Amelia Frost
7ca75e859e
Lower the width of the about window 2026-04-05 21:14:43 -07:00
Amelia Frost
4208ee0ec2
do not allow minimizing, and set the window handle to null on close 2026-04-05 20:17:06 -07:00
Amelia Frost
50b05be8fc
Get rid of the menu on our about window 2026-04-05 20:16:25 -07:00
AvaLilac
a81c7b092b
get the window to display
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-04-05 22:59:17 -04:00
Amelia Frost
5d1a5e3ecb
Partial about window implementation 2026-04-05 19:36:13 -07:00
Amelia Frost
841a9be2cf
Reapply "Prevent the page keydown/keyup events and menu shortcuts"
This reverts commit 60fb61a1db.
2026-04-05 16:59:30 -07:00
Amelia Frost
60fb61a1db
Revert "Prevent the page keydown/keyup events and menu shortcuts"
This reverts commit 24c9cc51f4.
2026-04-05 15:26:04 -07:00
Amelia Frost
24c9cc51f4
Prevent the page keydown/keyup events and menu shortcuts 2026-04-05 14:27:48 -07:00
Amelia Frost
da383611c0
on macOS, open/close Settings with Cmd+, 2026-04-04 20:54:16 -07:00
Amelia Frost
741102d6eb
Show AviaClient's version in the about window 2026-04-04 16:23:39 -07:00
Amelia Frost
e56455fbaf
Show AviaClient version is tray, and expose it to world 2026-04-04 15:26:59 -07:00
Amelia Frost
0c2d23d029
Make it a toggle 2026-04-04 12:35:06 -07:00
AvaLilac
363f9f675b
Make it possible for users to open devtools via F12
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-04-04 15:27:29 -04:00
Amelia Frost
b9a3d37c9a
partial fix for badges being displayed 2026-04-02 16:52:56 -07:00
Amelia Frost
6fbd8a18f6
Load Token Login internal plugin 2026-04-01 15:19:23 -07:00
Amelia Frost
7d07e3fcc8
refactor: prefer using app.whenReady() to avoid a race condition 2026-04-01 00:40:26 -07:00
Amelia Frost
60dbbde2af
fix formatting and linter warnings 2026-03-31 01:22:15 -07:00
Amelia Frost
2c7a864815
ESLint should ignore assets 2026-03-29 17:36:31 -07:00
Amelia Frost
590729ccff
Remove unused import 2026-03-29 17:34:57 -07:00
AvaLilac
fa6cfb86f3
Update main.ts
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-29 17:58:17 -04:00
Amelia Frost
2f2b4474b4
Add option to disable showing/hiding on clicking the tray icon 2026-03-28 19:55:40 -07:00
Amelia Frost
f31c2ca067
Revert "Changed tray icon behaviour to not show/hide on click (as we have a Show App/Hide App sub-menu)"
This reverts commit 85aaf5946d.
2026-03-28 18:16:29 -07:00
Amelia Frost
fbf53123fa
Add a seperator before Restart/Quit 2026-03-28 18:13:17 -07:00
Amelia Frost
85aaf5946d
Changed tray icon behaviour to not show/hide on click (as we have a Show App/Hide App sub-menu) 2026-03-28 18:12:35 -07:00
Amelia Frost
cec88cfe3f
fix: compile 2026-03-28 18:10:14 -07:00
AvaLilac
0e903e71df
Added the Ability to restart the entire client
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 21:06:46 -04:00
Amelia Frost
09662fc37e
Add the system's native menu to the titlebar, configurable 2026-03-28 17:22:40 -07:00
AvaLilac
149930460b
Update main.tsadded aviaclientdesktop
and fixed a issue that made it not compile

Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 18:46:20 -04:00
AvaLilac
727ba0f1df
intergrated headliner
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 18:23:54 -04:00
Amelia Frost
a63ce3c41f
Fix missing comma 2026-03-28 13:33:38 -07:00
AvaLilac
0dd42efcaa
Update main.ts
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 16:19:39 -04:00
AvaLilac
e5731054a7
Update main.ts
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-25 18:18:24 -04:00
AvaLilac
a9f67aa099
Delete src/themes.js
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-24 19:16:54 -04:00
AvaLilac
0b849eb62b
Delete src/pluginsupport.js
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-24 19:16:47 -04:00
AvaLilac
ff169347df
Delete src/inject.js
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-24 19:16:40 -04:00
AvaLilac
b6cd8524dc
Delete src/aviaversion.js
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-24 19:16:32 -04:00
AvaLilac
a8af809134
Delete src/aviafavsystem.js
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-24 19:16:20 -04:00
AvaLilac
ef57607bc6
Delete src/aviaclientcategory.js
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-24 19:16:12 -04:00