mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 19:04:23 +02:00
enable lyrics/visualizer in sidebar by default
This commit is contained in:
@@ -886,9 +886,9 @@ const initialState: SettingsState = {
|
|||||||
type: PlayerbarSliderType.SLIDER,
|
type: PlayerbarSliderType.SLIDER,
|
||||||
},
|
},
|
||||||
resume: true,
|
resume: true,
|
||||||
showLyricsInSidebar: false,
|
showLyricsInSidebar: true,
|
||||||
showRatings: true,
|
showRatings: true,
|
||||||
showVisualizerInSidebar: false,
|
showVisualizerInSidebar: true,
|
||||||
sidebarCollapsedNavigation: true,
|
sidebarCollapsedNavigation: true,
|
||||||
sidebarCollapseShared: false,
|
sidebarCollapseShared: false,
|
||||||
sidebarItems,
|
sidebarItems,
|
||||||
@@ -996,7 +996,7 @@ const initialState: SettingsState = {
|
|||||||
itemsPerPage: 100,
|
itemsPerPage: 100,
|
||||||
pagination: ListPaginationType.INFINITE,
|
pagination: ListPaginationType.INFINITE,
|
||||||
table: {
|
table: {
|
||||||
autoFitColumns: false,
|
autoFitColumns: true,
|
||||||
columns: SONG_TABLE_COLUMNS.map((column) => ({
|
columns: SONG_TABLE_COLUMNS.map((column) => ({
|
||||||
align: column.align,
|
align: column.align,
|
||||||
autoSize: column.autoSize,
|
autoSize: column.autoSize,
|
||||||
@@ -1209,7 +1209,7 @@ const initialState: SettingsState = {
|
|||||||
itemsPerPage: 100,
|
itemsPerPage: 100,
|
||||||
pagination: ListPaginationType.INFINITE,
|
pagination: ListPaginationType.INFINITE,
|
||||||
table: {
|
table: {
|
||||||
autoFitColumns: false,
|
autoFitColumns: true,
|
||||||
columns: pickTableColumns({
|
columns: pickTableColumns({
|
||||||
autoSizeColumns: [TableColumn.TITLE],
|
autoSizeColumns: [TableColumn.TITLE],
|
||||||
columns: PLAYLIST_TABLE_COLUMNS,
|
columns: PLAYLIST_TABLE_COLUMNS,
|
||||||
@@ -1239,7 +1239,7 @@ const initialState: SettingsState = {
|
|||||||
itemsPerPage: 100,
|
itemsPerPage: 100,
|
||||||
pagination: ListPaginationType.INFINITE,
|
pagination: ListPaginationType.INFINITE,
|
||||||
table: {
|
table: {
|
||||||
autoFitColumns: false,
|
autoFitColumns: true,
|
||||||
columns: PLAYLIST_SONG_TABLE_COLUMNS.map((column) => ({
|
columns: PLAYLIST_SONG_TABLE_COLUMNS.map((column) => ({
|
||||||
align: column.align,
|
align: column.align,
|
||||||
autoSize: column.autoSize,
|
autoSize: column.autoSize,
|
||||||
@@ -1267,7 +1267,7 @@ const initialState: SettingsState = {
|
|||||||
itemsPerPage: 100,
|
itemsPerPage: 100,
|
||||||
pagination: ListPaginationType.INFINITE,
|
pagination: ListPaginationType.INFINITE,
|
||||||
table: {
|
table: {
|
||||||
autoFitColumns: false,
|
autoFitColumns: true,
|
||||||
columns: SONG_TABLE_COLUMNS.map((column) => ({
|
columns: SONG_TABLE_COLUMNS.map((column) => ({
|
||||||
align: column.align,
|
align: column.align,
|
||||||
autoSize: column.autoSize,
|
autoSize: column.autoSize,
|
||||||
@@ -1313,7 +1313,7 @@ const initialState: SettingsState = {
|
|||||||
itemsPerPage: 100,
|
itemsPerPage: 100,
|
||||||
pagination: ListPaginationType.PAGINATED,
|
pagination: ListPaginationType.PAGINATED,
|
||||||
table: {
|
table: {
|
||||||
autoFitColumns: false,
|
autoFitColumns: true,
|
||||||
columns: SONG_TABLE_COLUMNS.map((column) => ({
|
columns: SONG_TABLE_COLUMNS.map((column) => ({
|
||||||
align: column.align,
|
align: column.align,
|
||||||
autoSize: column.autoSize,
|
autoSize: column.autoSize,
|
||||||
|
|||||||
Reference in New Issue
Block a user