Skip to content

Commit

Permalink
more tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodpt committed Oct 14, 2024
1 parent 9abdf7c commit 39fbd2c
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 104 deletions.
26 changes: 24 additions & 2 deletions src/ctrl/inputs/pagination/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,13 @@ export default ({
'd-none',
'w-100',
'position-absolute',
'z-3'
'z-3',
'fs-5'
]
}, [
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action',
'active'
Expand Down Expand Up @@ -360,11 +362,13 @@ export default ({
'd-none',
'w-100',
'position-absolute',
'z-3'
'z-3',
'small'
]
}, [
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -373,6 +377,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -381,6 +386,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -389,6 +395,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -397,6 +404,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -405,6 +413,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -413,6 +422,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -421,6 +431,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -429,6 +440,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -437,6 +449,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -445,6 +458,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action',
'active'
Expand All @@ -454,6 +468,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -462,6 +477,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -470,6 +486,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -478,6 +495,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -486,6 +504,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -494,6 +513,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -502,6 +522,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand All @@ -510,6 +531,7 @@ export default ({
]),
button({
class: [
'py-1',
'list-group-item',
'list-group-item-action'
]
Expand Down
Loading

0 comments on commit 39fbd2c

Please sign in to comment.