atuin/ui
dependabot[bot] 6294ff1872
chore(deps): bump @codemirror/view from 6.28.2 to 6.28.4 in /ui (#2264)
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.28.2 to 6.28.4.
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/compare/6.28.2...6.28.4)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 10:20:55 +01:00
..
backend feat(gui): use fancy new side nav (#2243) 2024-07-10 15:56:33 +01:00
public feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
src fix(gui): add \r for windows (shouldn't effect unix bc they should ignore it) (#2253) 2024-07-10 18:43:18 +01:00
.gitignore chore: update email, gitignore, tweak ui (#2094) 2024-06-06 15:03:43 +01:00
.npmrc feat(gui): use fancy new side nav (#2243) 2024-07-10 15:56:33 +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 @codemirror/view from 6.28.2 to 6.28.4 in /ui (#2264) 2024-07-15 10:20:55 +01:00
pnpm-lock.yaml chore(deps): bump @codemirror/view from 6.28.2 to 6.28.4 in /ui (#2264) 2024-07-15 10:20:55 +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): use fancy new side nav (#2243) 2024-07-10 15:56:33 +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.