Skip to content

Commit

Permalink
Feature #822: Replace infinite scroll with pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkhoja committed Jan 24, 2025
1 parent 2d3dd3b commit 7843704
Show file tree
Hide file tree
Showing 28 changed files with 782 additions and 1,034 deletions.
47 changes: 20 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "~3",
"@vue/eslint-config-airbnb": "^7.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/test-utils": "^2.4.6",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"comment-json": "~4",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ becomes more complicated.
// markRowsChanged(), markRowsDeleted()

[data-mark-rows-changed="true"] { background-color: $color-highlight; }
[data-mark-rows-changed="false"] { transition: background-color 0.6s 6s; }
[data-mark-rows-changed="false"] { transition: background-color 0.6s; }

[data-mark-rows-deleted="true"] {
opacity: 0;
Expand Down
Loading

0 comments on commit 7843704

Please sign in to comment.