1. 27 Jun, 2026 1 commit
  2. 26 Jun, 2026 4 commits
  3. 25 Jun, 2026 2 commits
    • fix: add Waffo goods info and webhook SDK update (#5704) · 79396745
      * fix: add Waffo goods info and webhook SDK update
      
      * chore: remove Waffo test code from PR
      zhongyuanzhao-alt committed
    • perf(web): streamline table actions and destructive dialogs (#5645) · 9ba251ce
      * perf(data-table): autosize action columns
      
      - exclude actions columns from shared table width calculations so action cells size to their content.
      - remove fixed size and w-* width overrides from feature action columns to preserve content-based layout.
      
      * perf(data-table): streamline row action controls
      
      - expose common edit and status actions directly while moving secondary actions into overflow menus.
      - add shared row action menu helpers so static and table rows use consistent action controls.
      - let action columns size to their content instead of relying on fixed widths.
      
      * fix(web): localize destructive dialog copy
      
      - route delete, reset, and batch update confirmation text through i18n.
      - add locale entries for affected channel, model, system settings, and user dialogs.
      
      * perf(web): unify destructive dialog actions
      
      - align delete and cleanup confirmation buttons with the shared destructive variant.
      - replace custom destructive color overrides with semantic button variants.
      - clean up lint errors in touched dialog files before committing.
      
      * fix(web): add user action success translations
      
      - add localized success messages for user delete, status, and role changes.
      - keep user management toast copy available across all frontend locales.
      
      * fix(data-table): prevent mobile badge clipping
      
      - expose badge cell slots so mobile card styles can target nested badge wrappers.
      - reset badge margins in card rows to keep provider icons fully visible on small screens.
      QuentinHsu committed
  4. 24 Jun, 2026 20 commits
  5. 23 Jun, 2026 1 commit
  6. 22 Jun, 2026 8 commits
  7. 21 Jun, 2026 2 commits
  8. 20 Jun, 2026 2 commits
    • feat(dashboard): add sensitive data toggle to flow chart · 5e866446
      Add an eye toggle in the flow section header that masks sensitive node
      labels (users, tokens, nodes, groups, channels) in the Sankey while keeping
      model names visible. Masking only rewrites display text; nodes stay distinct
      via their key so graph structure, links, and highlighting are unaffected.
      CaIon committed
    • feat(dashboard): interactive sankey highlighting and persistent filters · 8ad83bf6
      - Highlight full paths through a clicked node or link in the flow Sankey,
        dimming unrelated nodes/links instead of removing them
      - Disable VChart built-in emphasis to avoid crash, use custom highlight sets
      - Initialize models filter dialog from currently applied filters so manual
        time ranges are not overridden by preferences; auto-pick granularity by range
      - Lift user charts time range/granularity/limit to dashboard as controlled state
      CaIon committed