-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[atable] Fix atable modal attach to cell (#220)
* changed amodal to abnsolute potion, using useWindowScroll for update position * atable modal now correctly attaches to and scrolls with cells. Modal also detects edges and adjusts position to prevent overflow * added changes * fix: add typings for modal dimensions --------- Co-authored-by: Rohan Bansal <[email protected]> Co-authored-by: Tyler Matteson <[email protected]>
- Loading branch information
1 parent
7699831
commit d47e133
Showing
10 changed files
with
98 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
common/changes/@stonecrop/aform/fix-atable-modal-attach-to-cell_2024-12-12-17-57.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@stonecrop/aform", | ||
"comment": "small style update to Adate", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@stonecrop/aform" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@stonecrop/atable/fix-atable-modal-attach-to-cell_2024-12-12-17-57.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@stonecrop/atable", | ||
"comment": "modal scrolls with cells and detects edges", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@stonecrop/atable" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.