- 09 Oct, 2025 35 commits
-
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
Fix progress message job_id to use integer ID instead of message ID for proper backend storage and web polling
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
Add progress-based timeout extension to prevent premature job timeouts during long-running operations
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
-
Stefy Lanza (nextime / spora ) authored
- Show actual worker name when available in job.result.worker - Display 'Assigned to cluster' for distributed jobs - Keep 'Local processing' for local jobs - Better distinction between local and cluster processing
-
Stefy Lanza (nextime / spora ) authored
- Increase Job ID column width to 1.6fr for better readability - Remove max-width restriction from job_id to allow full display - Job IDs can now expand naturally within their allocated space
-
Stefy Lanza (nextime / spora ) authored
- Add empty progress div to template for every job row - Update JavaScript to populate/clear text instead of creating/removing elements - Prevents layout shift when jobs start/stop processing - Maintains consistent column positioning
-
Stefy Lanza (nextime / spora ) authored
- Reduce grid gap to 0.2rem for tighter column spacing - Adjust row padding to 0.5rem 0.75rem for more compact layout - Better space utilization while maintaining readability
-
Stefy Lanza (nextime / spora ) authored
- Change grid-template-columns to: 0.3fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr - Move job progress to dedicated column 10 - Increase minimum width to 1600px for 10-column layout - Better proportional spacing with smaller Queue ID column (0.3fr) - Job progress now has its own dedicated column space
-
- 08 Oct, 2025 5 commits
-
-
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
-
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
-
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
-
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
-
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
-