1. 09 Mar, 2026 2 commits
  2. 08 Mar, 2026 6 commits
    • erio's avatar
      feat(frontend): add API Key quota progress bars to usage window column · 4cd6d864
      erio authored
      Display daily/weekly/total quota utilization as progress bars in the
      usage window column for API Key accounts, providing visual feedback
      consistent with other account types (OAuth/Gemini).
      
      - Daily quota: "1d" label with reset countdown
      - Weekly quota: "7d" label with reset countdown
      - Total quota: "total" label (no reset)
      4cd6d864
    • erio's avatar
      feat(frontend): add swipe-to-select for admin tables · 0be00337
      erio authored
      Squash of all swipe-select commits for clean rebase.
      0be00337
    • bayma888's avatar
      feat(ui): 使用记录页面点击用户邮箱可查看充值记录 · 60c5949a
      bayma888 authored
      - UsageTable 用户邮箱改为可点击链接,点击弹出余额变动记录
      - 复用 UserBalanceHistoryModal 组件,通过 getById API 获取完整用户信息
      - 新增 hideActions prop 隐藏充值/退款按钮(Usage 页面仅查看)
      - i18n: 新增 clickToViewBalance、failedToLoadUser 词条 (en/zh)
      60c5949a
    • bayma888's avatar
      feat(ui): 优化分组选择器交互体验 · 2ebbd4c9
      bayma888 authored
      - 分组下拉添加搜索框,支持按名称/描述快速筛选
      - 新建/编辑密钥弹窗的分组选择也支持搜索
      - 智能弹出方向:底部空间不足时自动向上弹出
      - 倍率独立为平台配色的圆角标签,更醒目
      - 分组名称加粗,名称与描述之间增加间距
      - 分组选项之间添加分隔线,视觉更清晰
      - 切换图标旁增加"选择分组"文字提示
      - 下拉宽度自适应内容长度
      - i18n: 新增 searchGroup、noGroupFound 词条 (en/zh)
      2ebbd4c9
    • bayma888's avatar
      fix(ui): improve group selector dropdown width and visibility · 785115c6
      bayma888 authored
      - Increase Select dropdown max-width from 320px to 480px for better content display
      - Change KeysView group selector from fixed 256px to adaptive 280-480px width
      - Make group switch icon always visible (60% opacity, 100% on hover)
      - Allow group description to wrap to 2 lines instead of truncating
      - Improve user experience for group selection in API keys page
      785115c6
    • kyx236's avatar
  3. 07 Mar, 2026 13 commits
  4. 06 Mar, 2026 11 commits
  5. 05 Mar, 2026 8 commits