forked from voxel51/fiftyone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
App sidebar mode and optimizations (voxel51#2191)
* work * embed refactor * refactor for embed * fix app loading for embed * add viewbar to dataset component * fix plugin loading for embed * fix embed layout css * fix non-embed regression * fix built in plugins * export css from dataset component * add path prefix override for embed * use path prefix for events route * fixes for nextjs build * fix media path * fix getSampleSrc url detection * initial theme pass * tweaks * edits * server updates * aggregation work * bugs, integrating * bugs * cleaning * update dataset loader * cleaning * bugs * withSuspense for filters * bug * update useTagText * bugs * video bugs * sidebar mode and groups work * work * persisted expanded group setting, sidebar mode details * fix * theme tweaks * fix * wrap dataset container with ThemeContext when a theme prop is provided * fix * tweaks * compiled aggregations setup * bugs, documenting * passing agg tests * optimized server aggs * cleanup * adding method to generate default sidebar groups * fix * slow to all * conditional sidebar tags * fix * schema * only generate default sidebar groups * don't populate expanded by default * linting * simplifying * fix * documenting sidebar mode and sidebar groups * tweaks * adding v0.18 release notes * tweaks * more docs links * cleanup * loading animation * bugs, tweaks * normalizing * tweaks * handling None field * fix toggle, reset sidebar mode * persist sidebar groups * tweaks * fix * handling mongoengine types * fix calls * adding missing context arg * include all non-nested roots * context tweak * fixing naming * prevent nested facet aggregations when compiling * fixing schemas * linting * loading state fixes * bug * linting * bug * linting * updating sidebar_mode documentation * removing multiple definitions of expanded * adding sidebar stuff to migration * fix serialization * refresh after tagging * various fixes * cleaning up * adding sidebar GIFs * bumping brain version * adding support for serializing Schema() aggregations * adding support for serializing faceted aggregations * explaining * bumping release date * fix patching * fixes * Final fixups (voxel51#2254) * handling None field * fix toggle error when click start event is unset * increase field tooltip delay * fix field info tooltip colors * fix looker loading and background in flashlight for light mode * updating lock * remove stray logs * fix field info light borders * fixing mongoengine bug * fix weird sidebar field click behavior * fix sidebar toggle to update on clicking checkbox * fix flashlight tile background Co-authored-by: brimoor <brimoor@umich.edu> Co-authored-by: imanjra <ibrahim@voxel51.com> Co-authored-by: Brian Moore <brian@voxel51.com> * regression * re-enable field text selection * query sidebar groups * show tags in fast mode * don't allow app_config to be nulled * await bug * persist in app sidebar group expansion across views * fix * proper handling of excluded fields * fixing faceted aggregation regression * confirmed that pathing is already handled * fixes * expanded field count * updating docs * root field counts * iss 2255 * fixing bug * reset group statistics * groups and dist fixes * bump db * rm test pypi * rm test pypi * bump desktop * resolving merge conflict * linting * update color scheme on theme update * omitting fiftyone/server * tweak * layout effect * clean * db bump * transparent looker * adjust background * tweaks Co-authored-by: Ritchie Martori <ritchie@voxel51.com> Co-authored-by: imanjra <ibrahim@voxel51.com> Co-authored-by: brimoor <brimoor@umich.edu> Co-authored-by: Brian Moore <brian@voxel51.com>
- Loading branch information
1 parent
f0a0c7d
commit 4e64ee7
Showing
109 changed files
with
3,622 additions
and
1,411 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
15 changes: 11 additions & 4 deletions
15
app/packages/components/src/components/Loading/Loading.tsx
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
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
13 changes: 11 additions & 2 deletions
13
app/packages/core/src/Root/__generated__/RootConfig_query.graphql.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.