Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f6411ad
Refactor the data state properties into a mixin for consistency/re-use.
dbatiste Jul 17, 2026
25e0771
Reorder properties.
dbatiste Jul 17, 2026
06b1bb0
Rename for clarity.
dbatiste Jul 17, 2026
8eeffa7
Rename for clarity and add missing private reactive state property.
dbatiste Jul 17, 2026
72fddac
Renaming.
dbatiste Jul 17, 2026
abc2b17
Rename to remove reference to dialog.
dbatiste Jul 17, 2026
7a2bf2d
Reformatting to reduce indentation.
dbatiste Jul 17, 2026
7863f33
Clean up dangling bracket.
dbatiste Jul 17, 2026
718d8c2
Rename private timeout id to be private and also explicit.
dbatiste Jul 17, 2026
ae826c1
Renaming for clarity.
dbatiste Jul 17, 2026
05afac6
Rename class.
dbatiste Jul 17, 2026
4286823
Rename to be more general.
dbatiste Jul 17, 2026
4096209
Reorder method for linting.
dbatiste Jul 17, 2026
069106f
Minor reformatting.
dbatiste Jul 17, 2026
862cb33
Provide an enum for the different data states (clean, dirty, loading).
dbatiste Jul 17, 2026
f45c16d
Update d2l-backdrop-loading to use the dataStates enum.
dbatiste Jul 17, 2026
3041cd8
Update d2l-backdrop-loading tests and demo to use dataStates enum.
dbatiste Jul 17, 2026
f5c72f6
Update table-wrapper demo component to use dataStates enum.
dbatiste Jul 17, 2026
32e93e9
Use dataStates enum in CSS to make less fragile.
dbatiste Jul 17, 2026
d8a1de2
Put PropertyRequiredMixin back since it's being used for "for" attrib…
dbatiste Jul 17, 2026
78d5317
Merge branch 'main' into dbatiste/dirty-state-refactoring
dbatiste Jul 20, 2026
5095b1f
Rename mixin and properties.
dbatiste Jul 20, 2026
957996c
Updating vdiff goldens (#7241)
github-actions[bot] Jul 20, 2026
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
2 changes: 1 addition & 1 deletion .vdiff.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"system": {
"platform": "linux",
"release": "6.17.0-1018-azure",
"release": "6.17.0-1020-azure",
"arch": "x64"
}
}
73 changes: 0 additions & 73 deletions components/backdrop/backdrop-dirty-overlay.js

This file was deleted.

Loading