Michel Roegl-Brunner
39f26477ad
Merge pull request #3 from michelroegl-brunner/dependabot/npm_and_yarn/types/node-24.3.1
...
build(deps-dev): Bump @types/node from 20.19.13 to 24.3.1
2025-09-11 09:51:30 +02:00
dependabot[bot]
168957dcd6
build(deps): Bump @prisma/client from 6.15.0 to 6.16.0
...
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client ) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/6.16.0/packages/client )
---
updated-dependencies:
- dependency-name: "@prisma/client"
dependency-version: 6.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-10 18:40:19 +00:00
dependabot[bot]
2c0c005bdf
build(deps-dev): Bump @types/node from 20.19.13 to 24.3.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.19.13 to 24.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.3.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-10 18:39:36 +00:00
Michel Roegl-Brunner
93f51ddbe9
feat: Add Text Viewer component with bash syntax highlighting
...
- Create TextViewer component for displaying script code
- Add react-syntax-highlighter for bash syntax highlighting
- Implement tabbed interface for CT and install scripts
- Add getScriptContent tRPC endpoint for secure file reading
- Update ScriptsList to use TextViewer for View button
- Include security checks to prevent path traversal
- Support both CT and install script viewing in same modal
- Add line numbers and proper code formatting
2025-09-10 15:17:15 +02:00
Michel Roegl-Brunner
030cd9ec9a
Got the terminal working
2025-09-09 16:03:17 +02:00
Rögl-Brunner Michel
6ee5c5c017
PoC
2025-09-09 14:24:36 +02:00
Rögl-Brunner Michel
178eee664a
initial commit
2025-09-09 14:04:07 +02:00