-
Notifications
You must be signed in to change notification settings - Fork 172
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
Partial Tiles #780
Partial Tiles #780
Commits on Jun 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b761667 - Browse repository at this point
Copy the full SHA b761667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1254d11 - Browse repository at this point
Copy the full SHA 1254d11View commit details -
PartialTilesProvider for keeping state of partial tiles and providing…
… accessors and setters. Bunch of renames follows.
Configuration menu - View commit details
-
Copy full SHA for 1f57c13 - Browse repository at this point
Copy the full SHA 1f57c13View commit details
Commits on Jun 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bc9582b - Browse repository at this point
Copy the full SHA bc9582bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac2fc6 - Browse repository at this point
Copy the full SHA 6ac2fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a172ac - Browse repository at this point
Copy the full SHA 7a172acView commit details -
Refactor FilterTiles just like SeriesTiles.
* FilterTilesRow is responsible for handling interactions (mostly drag'n' drop) and decorating callbacks from PartialTileProvider * FilterTiles just renders correct tiles. It handles overflow Tile and possible PartialFilter * FilterTile and PartialTilerTile are just visual components. They use WithRef to correctly render Menus below.
Configuration menu - View commit details
-
Copy full SHA for db18548 - Browse repository at this point
Copy the full SHA db18548View commit details -
FilterMenus do not use clicker directly but accept saveClause callbac…
…k. That also simplifies some logic in validation - no need to check whole filter, just current clause. Caveat: TimeFilterMenu still uses Clicker to change time shift. Something to improve in the future.
Configuration menu - View commit details
-
Copy full SHA for b0b110a - Browse repository at this point
Copy the full SHA b0b110aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a98552c - Browse repository at this point
Copy the full SHA a98552cView commit details -
Due to correct calculation of maxItems, all tiles from spec fit into …
…row, so we should not to look for overflow tile.
Configuration menu - View commit details
-
Copy full SHA for e7dacea - Browse repository at this point
Copy the full SHA e7daceaView commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f74080e - Browse repository at this point
Copy the full SHA f74080eView commit details