Ellie Huxtable
3cf52990e4
chore(release): prepare for release v18.4.0-beta.3 ( #2305 )
2024-07-23 13:38:41 +01:00
Ellie Huxtable
0e7f9b29d2
chore(release): prepare for release v18.4.0-beta.2 ( #2287 )
...
* feat(gui): add runbook list, ability to create and delete, sql storage (#2282 )
* wip
* saving works :))
* functioning delete button
* persist selection properly
* update contributors
* update changelog
2024-07-16 15:19:33 +01:00
Ellie Huxtable
7eb985b616
feat(gui): add runbook list, ability to create and delete, sql storage ( #2282 )
...
* wip
* saving works :))
* functioning delete button
* persist selection properly
2024-07-15 19:12:01 +01:00
Ellie Huxtable
8d9f677c4e
feat(gui): use fancy new side nav ( #2243 )
...
* feat(gui): use fancy new side nav
* compact only sidebar, no expand-collapse
* custom drag region, remove titlebar
* add user popup
* wire up login/logout/register, move user button to bottom and add menu
* link help and feedback to forum
2024-07-10 15:56:33 +01:00
Ellie Huxtable
5b38448733
feat(gui): runbooks that run ( #2233 )
...
* add initial runbooks frontend
* fix buttons, scroll, add shell support to editor
* work
* some tweaks
* wip - run crate
* functioning executable blocks
* handle resizing, killing ptys
* clear properly on stop
* move terminal to its own component, handle lifecycle better
* fix all build issues
* ffs codespelll
* update lockfile
* clippy is needy once more
* only build pty stuff on mac/linux
* vendor pty handling into desktop
* update lockfile
2024-07-08 11:17:47 +01:00
Ellie Huxtable
c8b3e418a1
chore(release): prepare for release v18.4.0-beta.1 ( #2195 )
...
* chore(release): prepare for release v18.4.0-beta.1
* remove full release test
2024-06-25 12:35:12 +01:00
Ellie Huxtable
88633b8994
feat(gui): automatically install and setup the cli/shell ( #2139 )
...
* feat(gui): automatically install and setup the cli/shell
* add shell config and toasts
2024-06-17 15:36:38 +01:00
Ellie Huxtable
7c9f376cf7
fix(gui): update deps ( #2116 )
2024-06-11 15:26:33 +01:00
Ellie Huxtable
d7f77ebfe1
feat(ui): setup single-instance ( #2093 )
2024-06-06 10:36:39 +01:00
Cristian Le
c694a0a67f
chore(deps): relax sqlx and argon2 dependencies ( #2065 )
...
* Bump sqlx dependency
* Relax dependencies for Fedora
2024-05-31 09:44:55 +01:00
Ellie Huxtable
fc4dfe4fff
feat(ui): use correct username on welcome screen ( #2050 )
...
* wip
* fetch and use username
2024-05-28 14:54:05 +01:00
Nemo157
2e88321aec
feat: support systemd socket activation for daemon ( #2039 )
...
This avoids issues with clients attempting to connect to the daemon
while it's starting, systemd creates the socket early and will queue
connections up until the daemon is ready to accept them.
2024-05-25 13:03:55 +01:00
Ellie Huxtable
754ddeaa8d
feat(ui): scroll history infinitely ( #1999 )
...
* wip, history scrolls right!
* wip
* virtual scroll fucking worksssss
* paging works :)
* scroll search results now too
2024-05-06 08:11:47 +01:00
Ellie Huxtable
cea48a1545
feat(ui/dotfiles): add vars ( #1989 )
2024-04-29 14:59:59 +01:00
Ellie Huxtable
a0231a7095
chore(release): prepare for release v18.2.0 ( #1950 )
...
* chore(release): prepare for release v18.2.0
* disable codespell for the changelog
2024-04-15 10:37:28 +01:00
Ellie Huxtable
d434d4e8b7
chore(gui): cargo update ( #1943 )
...
* chore(gui): cargo update
* also fix workspace
2024-04-11 17:06:37 +01:00
Ellie Huxtable
6cd4319fcf
feat(gui): add base structure ( #1935 )
...
* initial
* ui things
* cargo
* update, add history refresh button
* history page a bit better, add initial dotfiles page
* re-org layout
* bye squigglies
* add dotfiles ui, show aliases
* add default shell detection
* put stats in a little drawer, alias import changes
* use new table for aliases, add alias deleting
* support adding aliases
* close drawer when added, no alias autocomplete
* clippy, format
* attempt to ensure gdk is installed ok
* sudo
* no linux things on mac ffs
* I forgot we build for windows too... end of day
* remove tauri backend from workspace
2024-04-11 16:59:01 +01:00