Skip to content

feat: implement process view (UI) layout and styling - #10

Merged
banuka20431 merged 1 commit into
mainfrom
dev/rashmika
Jun 4, 2026
Merged

feat: implement process view (UI) layout and styling#10
banuka20431 merged 1 commit into
mainfrom
dev/rashmika

Conversation

@rashmika0729shehan

Copy link
Copy Markdown
Contributor

No description provided.

@rashmika0729shehan rashmika0729shehan self-assigned this Jun 4, 2026
Copilot AI review requested due to automatic review settings June 4, 2026 12:40
@rashmika0729shehan rashmika0729shehan added the enhancement New feature or request label Jun 4, 2026
@banuka20431
banuka20431 merged commit 2b494a4 into main Jun 4, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a new WPF ProcessView window focused on UI layout/styling for a “Record Log” + “Analyse Records” screen, and wires it into the app startup so it can be launched directly.

Changes:

  • Added Views/ProcessView.xaml and Views/ProcessView.xaml.cs for the new Process UI screen.
  • Updated App.xaml to start the application at ProcessView.
  • Added nexgensales.slnx solution definition referencing the main project.

Reviewed changes

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

File Description
Views/ProcessView.xaml.cs New window code-behind for ProcessView.
Views/ProcessView.xaml New XAML layout and styling for the Process screen (DataGrid + filters).
nexgensales.slnx Adds a solution file pointing to nexgensales.csproj.
App.xaml Changes the app startup window to Views/ProcessView.xaml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread App.xaml
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:NextGenSales"
StartupUri="Views/LoginView.xaml">
StartupUri="Views/ProcessView.xaml">
Comment thread Views/ProcessView.xaml
Comment on lines +1 to +6
<Window x:Class="nexgensales.Views.ProcessView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:nexgensales.Views"
Comment thread Views/ProcessView.xaml.cs
using System.Windows.Media.Imaging;
using System.Windows.Shapes;

namespace nexgensales.Views
Comment thread Views/ProcessView.xaml
<ContentPresenter IsHitTestVisible="false" Margin="15,0,30,0" VerticalAlignment="Center" HorizontalAlignment="Left" Content="{TemplateBinding SelectionBoxItem}"/>

<!-- Floating Popup container listing the executable filter items array -->
<Popup x:Name="Popup" Placement="Bottom" IsOpen="{TemplateBinding IsDropDownOpen}" AllowsTransparency="True" Focusable="False" PopupAnimation="Slide">
Comment thread Views/ProcessView.xaml.cs
Comment on lines +25 to +29
private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
{

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants