feat(sqllab): Make LeftBar width resizable (#21300)

This commit is contained in:
JUST.in DO IT
2022-09-01 21:26:20 -07:00
committed by GitHub
parent 38782bb98a
commit 2d70ef670e
11 changed files with 206 additions and 112 deletions

View File

@@ -55,6 +55,7 @@ export enum LocalStorageKeys {
explore__data_table_original_formatted_time_columns = 'explore__data_table_original_formatted_time_columns',
dashboard__custom_filter_bar_widths = 'dashboard__custom_filter_bar_widths',
dashboard__explore_context = 'dashboard__explore_context',
common__resizable_sidebar_widths = 'common__resizable_sidebar_widths',
}
export type LocalStorageValues = {
@@ -73,6 +74,7 @@ export type LocalStorageValues = {
explore__data_table_original_formatted_time_columns: Record<string, string[]>;
dashboard__custom_filter_bar_widths: Record<string, number>;
dashboard__explore_context: Record<string, DashboardContextForExplore>;
common__resizable_sidebar_widths: Record<string, number>;
};
/*