-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* POC view filter * Use only view dropdown * Init selection filters as default * 2nd option for views * Do not use WhereElementIsNotElementType * Refresh send filters if elements modified * Remove experimental view selection send filter * chore: fixes expiration changes for view filters * Remove everything filter * Drop note for not using DI on deserialization * Note about CheckFilterExpiration * Fix cathastrophic failure on debugger * Idle subscriptions on another event to fix main thread problems * Implement APIContext * APIContext in revit views filter * Call GetObjectIds as async * Remove CheckExpiry from everywhere * Format * Add ids to IdMap for newly added elements * Await Commands.RefreshSendFilters --------- Co-authored-by: Claire Kuang <[email protected]> Co-authored-by: Dimitrie Stefanescu <[email protected]>
- Loading branch information
1 parent
0debe8f
commit 9d25e61
Showing
23 changed files
with
422 additions
and
118 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
10 changes: 0 additions & 10 deletions
10
Connectors/ArcGIS/Speckle.Connectors.ArcGIS3/Filters/ArcGISEverythingFilter.cs
This file was deleted.
Oops, something went wrong.
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
30 changes: 0 additions & 30 deletions
30
Connectors/Revit/Speckle.Connectors.RevitShared/Bindings/Filters.cs
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.