<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/ui/src/main.tsx, branch main</title>
<subtitle>Turtle. A hard-fork of atuin, focusing on a more minimal feature set</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/ui/src/main.tsx?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/ui/src/main.tsx?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2024-07-30T15:54:10Z</updated>
<entry>
<title>chore: remove ui directory (#2329)</title>
<updated>2024-07-30T15:54:10Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2024-07-30T15:54:10Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=808138de633e410c1d3867d4fb7cb74967647605'/>
<id>urn:sha1:808138de633e410c1d3867d4fb7cb74967647605</id>
<content type='text'>
This is still in development, but rather than clutter the commit history
and issues with an unreleased project I've split the UI into its own
repo.

Once ready for release, I'll either merge the ui code back in, or just
make the repo public.</content>
</entry>
<entry>
<title>feat(gui): clean up home page, fix a few bugs (#2304)</title>
<updated>2024-07-23T12:18:54Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2024-07-23T12:18:54Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f8c963c7d668fc57680f25413f20bc207d4bf64a'/>
<id>urn:sha1:f8c963c7d668fc57680f25413f20bc207d4bf64a</id>
<content type='text'>
* wip home screen changes

* more

* adjust

* fixes and things

* patch runbook pty check</content>
</entry>
<entry>
<title>feat(gui): background terminals and more (#2303)</title>
<updated>2024-07-22T15:31:12Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2024-07-22T15:31:12Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=95cef714902bbcbdc3ef016457e7a77d38293ea8'/>
<id>urn:sha1:95cef714902bbcbdc3ef016457e7a77d38293ea8</id>
<content type='text'>
* fixes &amp; allow for background terminals to stay running

* status indicators etc</content>
</entry>
<entry>
<title>fix(gui): terminal resize overflow (#2285)</title>
<updated>2024-07-16T10:32:14Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2024-07-16T10:32:14Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=97d978c267f2819714cf2df4999dba56bdde31d5'/>
<id>urn:sha1:97d978c267f2819714cf2df4999dba56bdde31d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(gui): add runbook list, ability to create and delete, sql storage (#2282)</title>
<updated>2024-07-15T18:12:01Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2024-07-15T18:12:01Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=7eb985b616c12aed261fbef74a47c5a928c03e61'/>
<id>urn:sha1:7eb985b616c12aed261fbef74a47c5a928c03e61</id>
<content type='text'>
* wip

* saving works :))

* functioning delete button

* persist selection properly</content>
</entry>
<entry>
<title>feat(gui): use fancy new side nav (#2243)</title>
<updated>2024-07-10T14:56:33Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2024-07-10T14:56:33Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=8d9f677c4e9ccfcc6dc9297864dc49446fb5ee59'/>
<id>urn:sha1:8d9f677c4e9ccfcc6dc9297864dc49446fb5ee59</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>feat(gui): add base structure (#1935)</title>
<updated>2024-04-11T15:59:01Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-11T15:59:01Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=6cd4319fcf540ef70f74cc2f10d0d4297ee7b788'/>
<id>urn:sha1:6cd4319fcf540ef70f74cc2f10d0d4297ee7b788</id>
<content type='text'>
* 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</content>
</entry>
</feed>
