atuin/ui
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
..
backend feat: support systemd socket activation for daemon (#2039) 2024-05-25 13:03:55 +01:00
public feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
src feat(ui): add history explore (#2022) 2024-05-14 12:16:04 +07:00
.gitignore feat: add background daemon (#2006) 2024-05-08 12:09:04 +01:00
components.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
icon.png feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
index.html feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
package.json feat(ui): add history explore (#2022) 2024-05-14 12:16:04 +07:00
pnpm-lock.yaml feat(ui): add history explore (#2022) 2024-05-14 12:16:04 +07:00
postcss.config.js feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
README.md feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tailwind.config.js feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tsconfig.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tsconfig.node.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
vite.config.ts feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.