Skip to content

fix: fix missing memory panel - #162

Merged
kkoishichan merged 1 commit into
mainfrom
dev
Mar 14, 2026
Merged

fix: fix missing memory panel#162
kkoishichan merged 1 commit into
mainfrom
dev

Conversation

@kkoishichan

Copy link
Copy Markdown
Owner

Related Issue

Summary

Change Type

  • New Feature (feat)
  • Bug Fix (fix)
  • Refactoring (refactor)
  • Documentation (docs)
  • Dependency / Configuration (chore)

Self-Check Checklist

Backend (Go):

  • go build ./... passes
  • go vet ./... passes
  • gofmt produces no diff

Frontend (Vue):

  • npm run lint passes
  • npm run typecheck passes

General:

  • Removed all temporary debug output
  • No sensitive data in the code

Test Steps

  1. Pull branch and install dependencies:
    cd backend && go mod download
    cd ../frontend && npm install
  2. Start the application:
    make dev-backend    # Terminal 1
    make dev-frontend   # Terminal 2
  3. Verification steps:
    • ...

@kkoishichan
kkoishichan requested a review from 4rthurCai as a code owner March 14, 2026 14:17
@sonarqubecloud

Copy link
Copy Markdown

@kkoishichan
kkoishichan merged commit e24f8d5 into main Mar 14, 2026
14 checks passed
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.

2 participants