mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(sqllab): Make LeftBar width resizable (#21300)
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user