Граф коммитов

575 Коммитов

Автор SHA1 Сообщение Дата
Dipesh Kumar d29e6e150a
Fixed navigation in NavigationCard, missing binding (#668) 2024-11-07 17:17:04 +05:30
Sia Gupta 7df244e3ea
Added Thememode change functionality in the Settings Page (#663)
* Added ThemeMode change functionality in the About page

* Changing About page to Settings page

* Deleting AboutPage.xaml

* Addressing PR feedback

* Addressing PR feedback 2.0

* Made changes to address PR feedback and resolve accessibility issues
2024-10-10 14:14:29 +05:30
Dipesh Kumar 03c4c0af88
[ WPF Gallery ] Added PageHeader control and created DataTemplate for navigation card (#659)
* Combined navigation card data template for group pages

* Added PageHeader control
2024-10-07 20:25:35 +05:30
Dipesh Kumar f7e9f57481
Fixing Minor Issues in WPF Gallery (#660) 2024-10-04 20:54:18 +05:30
Dipesh Kumar 99164a919d
Re-enabled commented out VSBuild tasks in CI (#658) 2024-10-01 21:24:32 +05:30
Harshit 71b18dcf4e
Change Font Family to include Windows10 Resource (#657) 2024-10-01 14:41:00 +05:30
Himanshi Goyal eeb7f223b8
Fixing "New user details pane is truncated and unable to enter the new user details in orientation portrait mode." (#654)
* Fixing "New user details pane is truncated and unable to enter the new user details in orientation portrait mode."

* UI Updation
2024-09-27 20:54:04 +05:30
Himanshi Goyal 11520cd6ff
Merge pull request #645 from himgoyalmicro/user/himgoyal/collapseBug
Fixing not able to collapse an item using enter key issue.
2024-09-27 18:37:24 +05:30
Himanshi Goyal 8913515721 Code Cleanup 2024-09-27 15:22:32 +05:30
Himanshi Goyal 6fbf50cdc9 Fixing toggle Button Issue 2024-09-27 12:02:29 +05:30
Himanshi Goyal c1d2b86912 Merge branch 'main' into user/himgoyal/collapseBug 2024-09-26 20:08:46 +05:30
Himanshi Goyal 7ef61dce2d Fixing the navigation issue 2024-09-26 20:01:01 +05:30
Himanshi Goyal cf8237bf40
Merge pull request #650 from himgoyalmicro/user/himgoyal/Aboutbutton
Fixing narrator bugs in About Page
2024-09-26 14:50:21 +05:30
Himanshi Goyal b648c8404e Merge branch 'main' into user/himgoyal/Aboutbutton 2024-09-26 14:28:47 +05:30
Himanshi Goyal 2c237c1566 Merge branch 'main' into user/himgoyal/Aboutbutton 2024-09-26 14:26:40 +05:30
Himanshi Goyal e659dbf16f
Merge pull request #649 from siagupta0202/copy-button-narrator
Fixes narrator not announcing Source Code Copied upon invoking the copy button
2024-09-26 14:22:52 +05:30
Himanshi Goyal 5b92f34efa
Merge pull request #644 from himgoyalmicro/user/himgoyal/homeNavigation
Fixing home menu item navigation
2024-09-26 14:20:47 +05:30
Himanshi Goyal 08dae41d28
Merge pull request #642 from anjali-wpf/ContrastRatioFix
Addressed contrast ratio on user dashboard page
2024-09-26 14:20:21 +05:30
Himanshi Goyal 9c30c9afa1
Merge pull request #646 from himgoyalmicro/user/himgoyal/ButtonAutomationNames
Resolving Name property must not include the element's control type bug
2024-09-26 11:37:44 +05:30
Himanshi Goyal f68e968b43
Merge pull request #643 from himgoyalmicro/user/himgoyal/dataGridCheckBox-
Removing Checkbox from Data Grid
2024-09-26 11:37:24 +05:30
Himanshi Goyal 2c9977b26c
Merge pull request #651 from anjali-wpf/ContrastRatio
Addressed contrast ratio
2024-09-26 11:36:41 +05:30
Himanshi Goyal 0a27fa0f88 Correcting automation name for button in Basic Input Page 2024-09-26 11:23:55 +05:30
Dipesh Kumar 609838b86d
Update UserDashboardPage.xaml 2024-09-25 23:06:48 +05:30
Anjali c17ae2f07a Addressed contrast ratio 2024-09-23 21:09:12 +05:30
Himanshi Goyal 4e7a7d16bc Fixing Narration of Hyperlinks in About Page 2024-09-16 19:42:42 +05:30
Himanshi Goyal b9171871c9 Adding About Button Click Event 2024-09-13 18:07:08 +05:30
Sia Gupta 2c5686f266 Fixes narrator not announcing Source Code Copied upon invoking the copy button 2024-09-13 13:26:37 +05:30
Himanshi Goyal fcf7c16602
Resolving "Color contrast ratio of border of Solid Background control is 1.109:1 which is less than the required ratio of 3:1." (#647) 2024-09-09 21:23:13 +05:30
Himanshi Goyal 51aeb332ef Resolving Name property must not include the element's control type bug 2024-09-06 16:34:34 +05:30
Himanshi Goyal 6a5b3bba84 Fixing not able to collpase an item using enter key issue. 2024-09-06 10:24:20 +05:30
Himanshi Goyal 385393e17e Fixing home menu item navigation 2024-09-05 19:37:57 +05:30
Himanshi Goyal 7861ee6701 Removing Checkbox from Data Grid 2024-09-05 19:13:15 +05:30
Anjali 80392b58f4 Addressed contrast ratio on user dashboard page 2024-09-04 21:20:29 +05:30
Dipesh Kumar c51692d937
[ WPF Gallery ] Added ControlsInfoData.json for providing support for navigation (#625)
* Added ControlsInfoData.json

* Fixing navigation for UserDashboard Page

* Fixed file path in VideoViewerDemo (#518)

* Fixed file path in VideoViewerDemo

* Copying media to output directory and then referencing it

* Update VideoViewerDemo.csproj

---------

Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>

* Fixed invalid day and month in StickyNotesDemo proj (#522)

* Removed extra imports from the cs files (#624)

* Added ControlsInfoData.json

* Fixing navigation for UserDashboard Page

* Fixing review comments

---------

Co-authored-by: Anjali <anjalisheel@microsoft.com>
2024-08-28 21:26:58 +05:30
Dipesh Kumar bd01d0e613
Removed extra imports from the cs files (#624) 2024-08-27 18:04:43 +05:30
Anjali 313d6d21dc
Fixed invalid day and month in StickyNotesDemo proj (#522) 2024-08-26 23:14:53 +05:30
Anjali 467f26b407
Fixed file path in VideoViewerDemo (#518)
* Fixed file path in VideoViewerDemo

* Copying media to output directory and then referencing it

* Update VideoViewerDemo.csproj

---------

Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
2024-08-26 22:43:43 +05:30
Anjali 89edad3607
Updated links on home-page to the correct samples folder (#515)
* Updated links on home-page to the correct samples folder

* Updated repo link

Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>

---------

Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
2024-08-26 13:12:14 +05:30
Himanshi Goyal 01cd4a7dd0
Merge pull request #621 from siagupta0202/accent-button-style
Changed DefaultAccentButtonStyle style name to AccentButtonStyle
2024-08-07 23:13:31 +05:30
Himanshi Goyal e4c5a441a1
Updating dotnet version from preview 4 to preview 7 (#622)
* Updating dotnet version from preview 4 to preview 7

* Changing StaticResource to DynamicResource to handle Theme Change

* Update version number in global.json

Co-authored-by: Anjali <anjalisheel@microsoft.com>

---------

Co-authored-by: Anjali <anjalisheel@microsoft.com>
2024-08-02 16:10:46 +05:30
Sia Gupta d4e34dc174 Changed DefaultAccentButtonStyle style name to AccentButtonStyle 2024-07-31 15:52:00 +05:30
Dipesh Kumar c6441d7fd6
Fixing reverse navigation in Calendar (#620) 2024-07-30 10:52:17 +05:30
sabareesanms 2dfd865ce3
The minHeight and minWidth has been set and the scroll viewer for the icon page has been added (#606)
* The minHeight and minWidth has been set and the scroll viewer for the icon page has been added.

* The icon page grid is left and top aligned to avoid the space in the top part.

---------

Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
2024-07-27 12:19:41 +05:30
Himanshi Goyal a309743fc0
Fixed MenuItem keyboard Navigation and Focus Style (#617) 2024-07-15 12:00:32 +05:30
Himanshi Goyal ddfaa4fb22
Changed the keyboard navigation for the radio button (#616) 2024-07-11 00:54:19 +05:30
Himanshi Goyal 1105559ceb
Enabling the visibility of the title bar button in high contrast themes. (#615)
* Functional code enabling title bar visibility in High Contrast Theme (and switch)

* Fixing Title Bar Button Placement in High Contrast Theme

* Fixed Title bar buttons when we have initial high contrast theme

---------

Co-authored-by: hmishra <hmishra@microsoft.com>
2024-07-10 12:32:30 +05:30
siagupta0202 50bedde981
Resolved merge conflicts (#613) 2024-07-09 16:25:08 +05:30
sabareesanms fdb7bfeda6
Back button disabled when the navigation go back is false (#603)
* Disabled back button for the initial state using CanGoBack

* Added the CanGoBack method for the navigation service and enabled the back button based on its result.

* indentation alignment added in the back button code.

* Refactored function names and variable names as suggested in the PR

---------

Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
2024-07-09 13:57:58 +05:30
Dipesh Kumar 666b516279
Fixed HC text in Colors Page (#612) 2024-07-05 17:27:36 +05:30
siagupta0202 eef5fe54af
Redesigned User dashboard Page (#609)
* introduced changes in user dashboard page

* Redesigned user dashboard page of the gallery app and fixed the truncation issue

* Added visual representation of updated/deleted user information

* Fixed keyboard focus of the user dashboard page

* Added cancel button focus

* Resolved comments

---------

Co-authored-by: Dipesh Kumar <85861525+dipeshmsft@users.noreply.github.com>
2024-07-05 15:45:40 +05:30