Commit graph

202 commits

Author SHA1 Message Date
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
22785a9860
Use our exposed versions 2026-04-04 15:43:57 -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
AvaLilac
c386cb6cba
Update README.md
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-04-04 15:00:59 -04:00
AvaLilac
b5f8edeb4d
Update README.md
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-04-04 14:58:54 -04:00
Amelia Frost
b9a3d37c9a
partial fix for badges being displayed 2026-04-02 16:52:56 -07:00
AvaLilac
962e4b188b
Update README.md
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-04-02 12:57:03 -04:00
Amelia Frost
6fbd8a18f6
Load Token Login internal plugin 2026-04-01 15:19:23 -07:00
AvaLilac
b22130645a
adds the ability to login to stoat desktop with your session token
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-04-01 18:08:46 -04:00
Amelia Frost
7d07e3fcc8
refactor: prefer using app.whenReady() to avoid a race condition 2026-04-01 00:40:26 -07:00
Amelia Frost
b59ab85e7a
Update pnpm to 10.33.0 2026-03-31 23:47:36 -07:00
Amelia Frost
5a3c1458ac
New package lock 2026-03-31 01:24:55 -07:00
Amelia Frost
262c74fefe
Update update-electron-app 2026-03-31 01:24:39 -07:00
Amelia Frost
da075829dc
Install electron-vite to fix types warning 2026-03-31 01:24:10 -07:00
Amelia Frost
60dbbde2af
fix formatting and linter warnings 2026-03-31 01:22:15 -07:00
AvaLilac
c0eb4129ac
added full codeberg support
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-30 19:46:15 -04: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
Amelia Frost
c407a89142
only include TypeScript & JavaScript in compilation 2026-03-29 17:18:06 -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
AvaLilac
b292308cd5
Allows you to completely backup avia client and restore it
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-29 23:56:59 +02:00
Amelia Frost
a60a60ab4b
very minor refactor 2026-03-29 00:45:05 -07: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
0e1c696a68
Replace macOS placeholder icon with an .icon from Icon Composer 2026-03-28 18:19:25 -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
f95cc126ce
fix: missing semi-colons 2026-03-28 17:33:34 -07:00
Amelia Frost
09662fc37e
Add the system's native menu to the titlebar, configurable 2026-03-28 17:22:40 -07:00
AvaLilac
efbba2a65f
change 1.5.0 to 1.6.0
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 19:00:19 -04: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
05decfbae4
changes the stoat desktop button in desktop settings to make it avia
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 18:45:02 -04:00
AvaLilac
727ba0f1df
intergrated headliner
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 18:23:54 -04:00
AvaLilac
a7115dc1d4
we want the community to be involved in making builds
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 17:12:19 -04:00
AvaLilac
5e0b70056e
allows you to change stoats text
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 17:06:04 -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
ac1b93677c
Fix's toolbar button injection
This Plugin is integrated as it fix's the bug where the buttons inside the tooltip do not hide when you look in a channel where you cant talk in. making the buttons push onto the other side till you reload the chat bar. futureproof. 

This plugin is made by 0simp#2291
Full credits to them for making this possible

Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
2026-03-28 16:19:08 -04:00
AvaLilac
73af6e3062
Update forge.config.ts
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-28 15:05:51 -04:00
AvaLilac
47e524f0d2
Update README.md
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-28 11:31:07 -04:00
AvaLilac
191e23b61f
Update README.md
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
2026-03-27 09:42:13 -04:00
Amelia Frost
94610845be
macOS placeholder icon 2026-03-26 15:41:26 -07:00