25 Commits
Author SHA1 Message Date
HHF TechnologyandGitHub b5c0f82351 Merge pull request #16 from hhftechnology/dev-ui
Add ESLint, compose-builder, YAML utils & tests
v0.1.0
2026-05-12 04:48:03 +05:30
hhftechnologies f81224ae52 Update package-lock.json 2026-05-12 04:45:51 +05:30
hhftechnologies 2d7a7c431b update 2026-05-12 04:44:09 +05:30
hhftechnologies 62c2fc4ab8 Bump dependencies and update UI components
Regenerate package-lock.json with multiple dependency bumps and additions (including TanStack router, Tailwind, Lucide, Radix packages, testing and ESLint tooling) and updated transitive packages. Lockfile now contains new devDependencies and updated node_modules metadata. Also apply corresponding small updates to src/components/Header.tsx, src/components/Footer.tsx and src/routes/index.tsx to accommodate dependency and routing/ui changes.
2026-05-12 04:37:44 +05:30
hhftechnologies e1b498d947 Add blueprint navigation & simplify view
Remove local view state from BlueprintBuilder and always render SetupSidebar with a fixed "blueprint" view. Update the BlueprintBuilder navigation handler to only perform route navigation (remove setView) and normalize conditionals. Add missing navigation targets to other builders so they can navigate back to /blueprint-builder (updated in config-builder, compose-builder, and scheduler-builder). This centralizes navigation behavior and prevents view-state drift in the sidebar.
2026-05-12 04:18:49 +05:30
hhftechnologies 0e550a69b0 Add VPN validation and UI updates
Introduce VPN validation and warning UI, plus related UX and wiring changes.

- Add validation logic and tests: src/utils/validation/vpn.ts and __tests__/vpn.test.ts implement VPN config validation and a compact warning helper (vpnConfigWarning).
- Integrate VPN validation into YAML pipeline (useYamlValidation.ts) so VPN errors are surfaced with other config checks.
- Expand VPN UI: VpnFields and VpnTab get new toggles, Tailscale "serve" controls (target service, ports, protocol, cert domain), network-attachment UI, and an inline configuration warning; styles for warning/serve grid added to styles.css.
- Pass named services/networks through VpnTab and wire up updateVpnNetworks; add Toggle helper component.
- Services UX and tests: hide the trash icon for unnamed/imageless placeholder rows in ServicesTab and add tests (ServicesTab.test.tsx) to cover behavior; adjust removeService in compose-builder to keep a default service row and update selection logic.
- Misc: ensure GHCR image/repo names are lowercased in the CI workflow (.github/workflows/docker-build-push.yml) and minor import/prop updates in compose-builder route.
2026-05-12 04:15:27 +05:30
hhftechnologies e0320f7921 Open templates via navigation & fix copy timer
Header: navigate to /docker/compose-builder with state { openTemplates: true } instead of relying on a setTimeout-dispatched event. Compose builder: read router state on mount, open the templates modal if openTemplates is set, then replace navigation state to clear the flag; keep the existing event listener as well. CodeEditor: introduce timerRef and useMountEffect to clear the copy timeout on unmount and to avoid overlapping timers when the Copy button is pressed repeatedly.
2026-05-11 22:32:13 +05:30
hhftechnologies 670f9e7dad Add Blueprint builder and inline validation
Introduce a new Blueprint Builder feature and validation UI across the app. Adds a /blueprint-builder route and full builder UI (src/routes/blueprint-builder.tsx) plus blueprint types (src/types/blueprint.ts), generator/validator utils and tests (src/utils/blueprint/* and __tests__), and styles for the builder. Add a shadcn-compatible ValidatedShadField component and wire validated inputs (ValidatedShadField / ValidatedInput) into Network, Volume and VPN forms to provide inline validation and accessibility hints (aria-invalid/title). Template detail modal now pre-validates compose YAML and shows a validation banner and prevents import of invalid templates. Update header, sidebar and route tree to surface the new Blueprint nav item. Also add/adjust various validation helpers and small UX/accessibility tweaks (copy/download handlers, error titles).
2026-05-11 22:19:43 +05:30
hhftechnologies 06fc45b87a Add ESLint, compose-builder, YAML utils & tests
Introduce a project-wide ESLint configuration with TypeScript/React rules (including a ban on direct useEffect and inline style object literals) and file-specific overrides. Update index.html to add theme-color meta tags and preload Google fonts. Expand package.json with new scripts (lint, typecheck, validate, extended test commands) and bump/add dev/dependencies for testing, linting, Radix UI, TanStack and tooling. Add many new components and tests (BrandMark, SetupSidebar, compose-builder UI and ServiceForm tabs, VPN tab, CodeMirror runtime, ThemeProvider, template UI and tests, icons), update existing components (CodeEditor, ConversionDialog, Header, Footer, MetaTags, SidebarUI) and hooks/routes. Add YAML generator and related utils, validation schemas, and numerous unit tests and fixtures. Misc: update tsconfig/vite config and styles.
2026-05-11 17:48:46 +05:30
hhftechnologies 2b95bec646 Update pnpm-lock.yaml v0.0.6 2025-12-07 16:00:55 +05:30
hhftechnologies 65fdced852 CVE-2025-55182-Fix-updated v0.0.5 2025-12-07 15:55:24 +05:30
HHF TechnologyandGitHub 6827fa5f38 Fix Docker badge link case sensitivity 2025-12-05 19:32:37 +05:30
hhftechnologies 7b260e4460 Update vpn-generator.ts 2025-12-01 19:22:36 +05:30
HHF TechnologyandGitHub d57b51871c Merge pull request #8 from hhftechnology/dev
bug-fixes-optimizations
v0.0.4
2025-12-01 18:41:55 +05:30
hhftechnologies 0b0b1e708b bug-fixes-optimizations 2025-12-01 18:32:52 +05:30
hhftechnologies 7364582ba9 refactor-UI-code 2025-11-21 19:26:38 +05:30
hhftechnologies a97a91b9bf Update docker-build-push.yml v0.0.3 2025-11-21 18:53:57 +05:30
hhftechnologies 1a7964c297 Update compose-builder.tsx 2025-11-21 18:49:20 +05:30
hhftechnologies 795d9d1d05 quick-bug-fix 2025-11-21 18:44:04 +05:30
HHF TechnologyandGitHub 8438763a03 Merge pull request #6 from hhftechnology/vpn
UI-VPN-bugs-Fixes
2025-11-21 18:34:22 +05:30
hhftechnologies 826e6d1a2d UI-VPN-bugs-Fixes 2025-11-21 18:33:29 +05:30
hhftechnologies ae62b1c8d8 update-icons 2025-11-18 17:09:40 +05:30
HHF TechnologyandGitHub ccc423fd98 Update README.md 2025-11-18 13:02:24 +05:30
HHF TechnologyandGitHub 7549943336 Update README.md 2025-11-18 12:46:07 +05:30
hhftechnologies 1493fb099f Initial commit v0.0.2 2025-11-18 12:38:48 +05:30