Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Polish new Financial Dashboard sample app #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 21, 2025
Merged

Conversation

dimodi
Copy link
Contributor

@dimodi dimodi commented May 20, 2025

No description provided.

@dimodi dimodi requested review from a team and Copilot May 20, 2025 09:38
Copy link
Contributor

@Copilot 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 polishes the new Financial Dashboard sample app by adding and refining key services and UI components.

  • Introduces new service implementations (StockPointService and SearchService) for generating sample data and search functionality.
  • Updates service registration in Program.cs and refines the UI layout in several Razor components, including tabbed navigation in Investments.razor.

Reviewed Changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
Services/StockPointService.cs Implements a service to generate mock stock point data.
Services/SearchService.cs Provides search filtering for app pages, with updated keyword data in searchable pages.
Program.cs Updates service registrations to include the new CardService, SearchService, StockPointService, and TransactionService.
Data/StockPoint.cs Adds a data model for stock points.
Data/SearchablePage.cs Adds a data model for searchable pages.
Data/InvestmentStockChart.cs Structures data for investment stock charts.
Components/Shared/UICard.razor Adjusts UI card styling by modifying CSS classes.
Components/Pages/Settings.razor Updates layout and card spans for the Settings page.
Components/Pages/Investments.razor Implements a new tabbed stock chart interface and refactors chart data management.
Components/Layout/MainLayout.razor Enhances the layout by incorporating search functionality via an auto-complete component.
Files not reviewed (1)
  • sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/wwwroot/app.css: Language not supported
Comments suppressed due to low confidence (1)

sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Components/Shared/UICard.razor:1

  • The removal of the 'k-overflow-x-auto' class may impact horizontal scroll behavior; please verify if this change is intentional for handling content overflow.
<div class="uicard k-col-span-12 k-col-span-md-@ColSpanOnMediumScreen k-col-span-lg-@ColSpanOnLargeScreen k-d-flex k-flex-col k-gap-@TitleGap k-p-4 k-bg-surface-alt k-overflow-x-auto k-rounded-xl">

dimodi and others added 3 commits May 21, 2025 17:06
…Dashboard/Services/StockPointService.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…Dashboard/Components/Pages/Investments.razor

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…Dashboard/Services/SearchService.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@dimodi dimodi merged commit 7a34178 into master May 21, 2025
@dimodi dimodi deleted the fin-dashboard-updates branch May 21, 2025 14:15
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.