-
Notifications
You must be signed in to change notification settings - Fork 461
[SortableList] Adding Properties FromListId and ToListId #2385
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
Merged
dvoituron
merged 11 commits into
microsoft:dev
from
RReventlov:feat/fluentsearchablelist
Jul 16, 2024
Merged
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ad13e93
feat: allow FluentSortableList to know where an item was dragged fromβ¦
RReventlov dd70d48
Renamed properties
RReventlov 874417c
Changed example back to two lists
RReventlov 033f53e
Reverted to the previous example with added traces for the id.
RReventlov 3c679b2
Added a test to verify the Id is added to the list
RReventlov 87d2650
Renamed the test to clarify intent
RReventlov fb90e9e
Added unit test for OnUpdate
RReventlov e300799
Changed parameter names to reflect property names
RReventlov dce2aeb
Merge branch 'dev' into feat/fluentsearchablelist
dvoituron a6ac7c7
Reverted changes made by the IDE
RReventlov 4503c3f
Merge branch 'dev' into feat/fluentsearchablelist
dvoituron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
33 changes: 33 additions & 0 deletions
33
...ore/SortableList/FluentSortableListTests.FluentSortableList_IdIsAdded.verified.razor.html
This file contains hidden or 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,33 @@ | ||
|
|
||
| <div id="list" class="fluent-sortable-list" b-0uum8h8hrq=""> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 1</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 2</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 3</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 4</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 5</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 6</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 7</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 8</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 9</div> | ||
| </div> | ||
| <div class="sortable-item " b-0uum8h8hrq=""> | ||
| <div class="sortable-item">Item 10</div> | ||
| </div> | ||
| </div> |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.