Skip to content

Commit

Permalink
rename common demos
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Dec 5, 2024
1 parent 437f7cf commit f9ca14d
Show file tree
Hide file tree
Showing 66 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/demos/menuMeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3695,7 +3695,7 @@
"Demos": [
{
"Title": "Overview",
"Name": "FormsAndMultiPurposeOverview",
"Name": "FormsOverview",
"DocUrl": "",
"Widget": "Common",
"MvcAdditionalFiles": [
Expand Down Expand Up @@ -4458,7 +4458,7 @@
"Demos": [
{
"Title": "Overview",
"Name": "ActionAndListsOverview",
"Name": "ListsOverview",
"DocUrl": "",
"Widget": "Common",
"MvcAdditionalFiles": [
Expand Down
2 changes: 2 additions & 0 deletions apps/demos/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
{ "Widget": "Charts", "Name": "PieWithAnnotations", "NewWidget": "Charts", "NewName": "PieAnnotations" },
{ "Widget": "Charts", "Name": "PieWithCustomStyles", "NewWidget": "Charts", "NewName": "CustomFillStyles" },
{ "Widget": "Common", "Name": "DialogsAndNotificationsOverview", "NewWidget": "Common", "NewName": "PopupAndNotificationsOverview" },
{ "Widget": "Common", "Name": "ActionAndListsOverview", "NewWidget": "Common", "NewName": "ListsOverview" },
{ "Widget": "Common", "Name": "FormsAndMultiPurposeOverview", "NewWidget": "Common", "NewName": "FormsOverview" },
{ "Widget": "Data_Grid", "NewWidget": "DataGrid" },
{ "Widget": "DataGrid", "Name": "FilterBuilder", "NewWidget": "DataGrid", "NewName": "FilterPanel" },
{ "Widget": "DataGrid", "Name": "CustomizeCommandColumns", "NewWidget": "DataGrid", "NewName": "CommandColumnCustomization" },
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const SKIPPED_TESTS = {
},
Vue: {
Common: [
{ demo: 'ActionAndListsOverview', themes: [THEME.generic, THEME.material] },
{ demo: 'ListsOverview', themes: [THEME.generic, THEME.material] },
],
Charts: [
{ demo: 'TilingAlgorithms', themes: [THEME.material] },
Expand Down

0 comments on commit f9ca14d

Please sign in to comment.