Skip to content

Conversation

@larryro
Copy link
Contributor

@larryro larryro commented Dec 23, 2025

Changes

  • refactor(host): use backend can_upgrade flag instead of frontend version comparison
  • feat(nftables): add src_ip field to port rule for IP-based access control
  • feat: add app management module and refactor app store
  • fix(frontend): update husky hook to use npx instead of pnpm
  • fix(frontend): upgrade to Node.js 24 and fix TypeScript type errors

larryro and others added 5 commits December 21, 2025 23:20
- Upgrade Dockerfile to use Node.js 24 and add build dependencies
  - Add libpng-dev and nasm for image optimization packages
- Add missing codemirror dependency (v6.0.2)
- Fix TypeScript implicit 'any' type errors in Vue components
  - Replace 'any' with specific types (boolean, string, number, Element)
  - Add type declarations for @arco-design/web-vue ES modules
- Update npm dependencies and lock file
- Ensure npm ci works without --legacy-peer-deps flag

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Replace pnpm with npx in commit-msg hook to match the project's
package manager (npm). This fixes the "pnpm: not found" error
when creating commits.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add new managed apps API endpoint (getManagedAppsApi)
- Create new app management module with main.vue component
- Add "App Manager" menu item to both English and Chinese locales
- Add route for /app/managed with icon-storage icon
- Remove database and phpMyAdmin management from app store
  - Remove manage button from app-card component
  - Remove database manager and PMA manager drawers from store views
  - Remove related composables and helper functions
- Optimize footer component
  - Add module-level caching for version info to prevent duplicate requests
  - Implement promise-based request deduplication
- Optimize host-info component
  - Add SSE connection state tracking to prevent duplicate connections
  - Add request deduplication for host status updates
  - Improve watch logic to only refresh when hostId actually changes
- Convert hardcoded pixel values to rem units for better responsive design
  - Update footer, host-info, and store list components
- Fix tab-item default prop from array to object
…trol

- Add src_ip optional field to RuleItem interface in frontend API
- Add src_ip input field in advanced mode of port-rule-form component
- Update config preview to display source IP restriction
- Add i18n translations for src_ip field (zh-CN & en-US)
@larryro larryro requested a review from seazhu831 December 23, 2025 13:50
@seazhu831 seazhu831 closed this Dec 23, 2025
@seazhu831
Copy link
Collaborator

Branch Policy

  • All pull requests must target the develop branch
  • main is reserved for releases and is updated only by maintainers
  • PRs opened against main will be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants