Skip to content

m/p#25

Merged
StanBarrows merged 2 commits intoproductionfrom
main
Jul 20, 2025
Merged

m/p#25
StanBarrows merged 2 commits intoproductionfrom
main

Conversation

@StanBarrows
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 20, 2025 22:53
@StanBarrows StanBarrows merged commit 28102a7 into production Jul 20, 2025
1 check passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request appears to be a maintenance update with the vague title "m/p". The changes include route cleanup, UI component refactoring, and addition of rounding controls to reporting functionality.

  • Removes an unused organization counts route and cleans up TODO comments from delete routes
  • Replaces VueUse CSS variable utility with a custom implementation and updates font family from Outfit to Inter
  • Adds time entry rounding controls to the reporting overview with configurable rounding types and intervals

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
routes/api.php Removes unused organization counts route and cleans up TODO comments from project/client delete routes
resources/js/Components/Dashboard/ThisWeekOverview.vue Replaces useCssVar with custom useCssVariable utility and updates font family to Inter
resources/js/Components/Common/Reporting/ReportingOverview.vue Adds rounding controls component with configurable rounding settings and API integration

import { useProjectsStore } from '@/utils/useProjects';

// TimeEntryRoundingType is now defined in ReportingRoundingControls component
type TimeEntryRoundingType = 'up' | 'down' | 'nearest';
Copy link

Copilot AI Jul 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The TimeEntryRoundingType is defined locally in this component but the comment suggests it's defined in ReportingRoundingControls. This creates duplicate type definitions and potential inconsistencies. Consider importing the type from a shared location or the ReportingRoundingControls component.

Copilot uses AI. Check for mistakes.
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.

2 participants