Skip to content

feat: add format status column to operation list#98

Merged
fank merged 9 commits intomainfrom
feat/format-status-column
Jan 31, 2026
Merged

feat: add format status column to operation list#98
fank merged 9 commits intomainfrom
feat/format-status-column

Conversation

@fank
Copy link
Member

@fank fank commented Jan 31, 2026

Summary

  • Adds a new "Status" column to the operation list showing the storage format and conversion state
  • Displays icons only, with full details in tooltip on hover:
    • 📄 Static (JSON)
    • ⏳ Converting (JSON → Protobuf/FlatBuffers) - queued
    • ⚙️ Converting (JSON → Protobuf/FlatBuffers) - active
    • 📡 Streaming (Protobuf/FlatBuffers)

Test plan

  • Open operation list modal
  • Verify Status column appears with correct icons
  • Hover over icon to see tooltip with format details
  • Verify pending operations show ⏳
  • Verify actively converting operations show ⚙️
  • Verify completed binary formats show 📡
  • Verify JSON operations show 📄

@fank fank merged commit a27f88b into main Jan 31, 2026
2 checks passed
@fank fank deleted the feat/format-status-column branch January 31, 2026 18:27
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.

1 participant