Skip to content
Snippets Groups Projects
  • Jed Fox's avatar
    e6459f30
    Add support for filtering the schedules table (#590) · e6459f30
    Jed Fox authored
    * Add support for searching the schedules table at /schedules
    
    * Move filtering logic into SchedulesTable
    
    * Extract out a <Search> component
    
    * Improve margins in Link Schedule dialog
    
    * Add support for filtering in Link Schedule
    
    * Add support for filtering by date
    
    * rename param for clarity
    
    * Remove unused imports
    
    * Fix schedules with empty values always showing up in search results
    
    * Fix matching behavior
    Add support for filtering the schedules table (#590)
    Jed Fox authored
    * Add support for searching the schedules table at /schedules
    
    * Move filtering logic into SchedulesTable
    
    * Extract out a <Search> component
    
    * Improve margins in Link Schedule dialog
    
    * Add support for filtering in Link Schedule
    
    * Add support for filtering by date
    
    * rename param for clarity
    
    * Remove unused imports
    
    * Fix schedules with empty values always showing up in search results
    
    * Fix matching behavior