Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: austenstone/github-actions-usage-report
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: austenstone/github-actions-usage-report
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simplify2
Choose a head ref
  • 4 commits
  • 23 files changed
  • 1 contributor

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    2e54f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92de284 View commit details
    Browse the repository at this point in the history
  3. feat: Refactor usage report components and enhance filtering capabili…

    …ties
    
    - Removed logo SVGs from app.component.html and passed theme to app-usage component.
    - Updated app.module.ts to import BottomSheetOverviewExampleSheetComponent.
    - Enhanced actions.component.html to include a filter input for table-workflow-usage.
    - Modified actions.component.ts to accept filter input and updated grouping type to AggregationType.
    - Adjusted table-workflow-usage.component.html to display filter message correctly.
    - Updated table-workflow-usage.component.ts to handle new filter input and aggregation types.
    - Refactored codespaces usage component to align with new aggregation types.
    - Updated copilot components to use AggregationType for grouping.
    - Enhanced usage.component.html with new filter options and improved layout.
    - Added bottom sheet functionality for workflow filtering in usage.component.ts.
    - Updated usage-report.service.ts to support new aggregation types and filtering logic.
    - Modified material.module.ts to include MatBottomSheetModule.
    - Adjusted styles.scss for improved layout and spacing.
    austenstone committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    6911b5d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    d488ffb View commit details
    Browse the repository at this point in the history
Loading