Anurag Yadav

Results 31 comments of Anurag Yadav

Hi @efb4f5ff-1298-471a-8973-3d47447115dc , Please Review . Thanks!

@MarmadileManteater Thank you for feedback! I noticed your suggestion to store the data in a more appropriate place instead of localStorage. Would it be better to store this data in...

Hi @efb4f5ff-1298-471a-8973-3d47447115dc @MarmadileManteater , Please Review . Thanks!

In getIconForSortPreference function instead of passing setHistorySortOrder i have passed the value of it sortOrder so that it can determine the correct icon

Fixed Icon change like on other pages https://github.com/user-attachments/assets/aa9d30b3-f4d7-4fd2-89b9-2c962e690bc5 Also Updated history sort labels

I have fixed it, the new translation keys now been added to the History instead of Global

Fixed the issue of new history not showing according to the sort filter applied

Hy, since i have worked on similar feature #7139 where i migrated the playlist sort preference from sessionStorage to Vuex store to persist it across sessions so I'd like to...

I’ve simplified the implementation as per the feedback and removed the over engineered sorting logic. Additionally i have stored the user history sort preference in the Vuex settings store ensuring...

I have fixed the issue. This was happening because of filterVideosWithQuery has a hardcoded .sort((a, b) => b.timeWatched - a.timeWatched) which overrode the selected sort order.