1. 09 Oct, 2025 35 commits
  2. 08 Oct, 2025 5 commits
    • Stefy Lanza (nextime / spora )'s avatar
      Refine jobs page layout and display · 7619c1ba
      Stefy Lanza (nextime / spora ) authored
      - Move job progress to appear after job status column
      - Display tokens with 'Tokens: X' format for clarity
      - Add text truncation to job_id to prevent overflow (max-width: 80px, ellipsis)
      - Update real-time token updates to include 'Tokens:' prefix
      - Improve visual hierarchy and information clarity
      7619c1ba
    • Stefy Lanza (nextime / spora )'s avatar
      Fix jobs page layout and remove redundant columns · 6d76f18b
      Stefy Lanza (nextime / spora ) authored
      - Swap Queue ID and Job ID column order (Queue ID first)
      - Remove bold formatting from job type for consistency
      - Improve cell delineation with better padding and borders
      - Reduce wasted space with tighter grid gaps and padding
      - Fix Worker Details vs Job Progress redundancy:
        * Worker Details: Shows assignment status (Assigned to worker, Local processing, etc.)
        * Job Progress: Shows actual processing status (appears below worker details during processing)
      - Update real-time updates to maintain separation of concerns
      6d76f18b
    • Stefy Lanza (nextime / spora )'s avatar
      Set minimum width for jobs page to ensure content visibility · 2e265398
      Stefy Lanza (nextime / spora ) authored
      - Add min-width: 1400px to container
      - Ensures all 9 columns are fully visible
      - Horizontal scrollbar appears on smaller screens
      - Maintains 90vw max-width for large displays
      2e265398
    • Stefy Lanza (nextime / spora )'s avatar
      Enhance jobs page layout with job IDs, worker details, and improved actions · 94065d82
      Stefy Lanza (nextime / spora ) authored
      - Add Job ID and Queue ID columns for better job tracking
      - Separate worker assignment details from action buttons
      - Reorganize action buttons side by side (restart + delete)
      - Add confirmation dialog for delete actions
      - Update CSS grid layout to accommodate new columns
      - Real-time updates for worker details column
      94065d82
    • Stefy Lanza (nextime / spora )'s avatar
      Add input field for user selection when >10 users · e04521ef
      Stefy Lanza (nextime / spora ) authored
      - Show dropdown for ≤10 users, input field for >10 users
      - Backend accepts username parameter and resolves to user ID
      - JavaScript handles both dropdown and input field submission
      - Enter key support for input field
      - Maintains all existing functionality
      e04521ef