Skip to content
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

TileView/Directions: Apply standardized width and added space between span and input in Vue template #27554

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
dc4dd3a
Tab Panel: remove skipped test and fix vue wrong class tab item template
nikkithelegendarypokemonster Jun 9, 2024
fd2ce91
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
nikkithelegendarypokemonster Jun 9, 2024
1537f2e
List/Selection: Fix align in demos option
nikkithelegendarypokemonster Jun 9, 2024
e0dcb6d
TileView/Directions: fix alignment change margin value in demo options
nikkithelegendarypokemonster Jun 9, 2024
a108ed0
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
nikkithelegendarypokemonster Jun 11, 2024
018d9c5
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
nikkithelegendarypokemonster Jun 11, 2024
0733042
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
nikkithelegendarypokemonster Jun 11, 2024
d9519ed
Merge branch '24_1' into 24_1-List-fix-alignment-in-demos
nikkithelegendarypokemonster Jun 13, 2024
2725621
Merge branch '24_1' into 24_1-TabPanel-Overview
nikkithelegendarypokemonster Jun 13, 2024
c2f792a
Merge branch '24_1-List-fix-alignment-in-demos' of https://github.com…
nikkithelegendarypokemonster Jun 13, 2024
029ca82
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
nikkithelegendarypokemonster Jun 13, 2024
e9a9af1
Merge branch '24_1-TabPanel-Overview' of https://github.com/nikkithel…
nikkithelegendarypokemonster Jun 13, 2024
5797145
revert changes
nikkithelegendarypokemonster Jun 13, 2024
b3f060b
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
nikkithelegendarypokemonster Jun 18, 2024
3f8adb9
Merge branch '24_1' into 24_1-Tileview-fix-alignment
nikkithelegendarypokemonster Jun 18, 2024
0301d8a
remove toolbar from skipped tests
nikkithelegendarypokemonster Jun 18, 2024
f89e33c
Merge branch '24_1' of https://github.com/DevExpress/DevExtreme into …
nikkithelegendarypokemonster Jun 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/demos/Demos/TileView/Directions/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<div class="caption">Options</div>
<div class="option">
<span>Direction </span>
{{ " " }}
<DxSelectBox
v-model:value="direction"
:input-attr="{ 'aria-label': 'Direction' }"
Expand Down Expand Up @@ -66,7 +67,7 @@ const itemMargin = 10;
}
.option > span {
width: 74px;
width: 70px;
display: inline-block;
}
Expand Down
3 changes: 0 additions & 3 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ const SKIPPED_TESTS = {
{ demo: 'DeferredSelection', themes: [THEME.material] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
],
TileView: [
{ demo: 'Directions', themes: [THEME.material] },
],
Toolbar: [
{ demo: 'Adaptability', themes: [THEME.fluent, THEME.material] },
],
Expand Down
Loading