xmr-remote-nodes/frontend
dependabot[bot] 24dfea165a
build(deps-dev): bump tailwindcss from 3.4.7 to 3.4.10 in /frontend
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.7 to 3.4.10.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.10)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 16:25:02 +00:00
..
src fix: Stagenet host 2024-07-30 05:16:54 +07:00
static feat: No img src to external URL 2024-06-17 22:16:01 +07:00
.gitignore Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.npmrc Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.prettierignore Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
.prettierrc Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
embed.go Clean install npm when running go generate 2024-05-30 12:50:14 +07:00
eslint.config.js chore: move to eslint flat config 2024-06-03 15:33:31 +07:00
jsconfig.json Copying my other project structure to this project 2024-05-04 00:11:56 +07:00
package-lock.json build(deps-dev): bump tailwindcss from 3.4.7 to 3.4.10 in /frontend 2024-08-28 16:25:02 +00:00
package.json build(deps-dev): bump tailwindcss from 3.4.7 to 3.4.10 in /frontend 2024-08-28 16:25:02 +00:00
postcss.config.js chore: Fix formatting (prettier) 2024-05-28 10:03:29 +07:00
README.md chore: Fix formatting (prettier) 2024-05-28 10:03:29 +07:00
svelte.config.js fix: Invalid main branch name 2024-07-04 04:10:46 +07:00
tailwind.config.js chore: Fix formatting (prettier) 2024-05-28 10:03:29 +07:00
vite.config.js chore: Fix formatting (prettier) 2024-05-28 10:03:29 +07:00

UI

The UI is generated and embedded when the Go project is built. See ./frontend/embed.go.