atuin/ui
dependabot[bot] a616ba4eab
chore(deps): bump @radix-ui/react-dialog from 1.0.5 to 1.1.1 in /ui (#2188)
Bumps [@radix-ui/react-dialog](https://github.com/radix-ui/primitives) from 1.0.5 to 1.1.1.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 08:09:18 +01:00
..
backend fix(gui): add support for checking if the cli is installed on windows (#2162) 2024-06-19 11:55:03 +01:00
public feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
src feat(gui): toast with prompt for cli install, rather than auto (#2173) 2024-06-20 15:54:45 +01:00
.gitignore chore: update email, gitignore, tweak ui (#2094) 2024-06-06 15:03:43 +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 chore(deps): bump @radix-ui/react-dialog from 1.0.5 to 1.1.1 in /ui (#2188) 2024-06-24 08:09:18 +01:00
pnpm-lock.yaml chore(deps): bump @radix-ui/react-dialog from 1.0.5 to 1.1.1 in /ui (#2188) 2024-06-24 08:09:18 +01: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.