iachat/app/javascript/dashboard
Pranav f5957e7970
fix: Reset sidebar to show expanded list when refreshing the page (#13229)
Previously, the sidebar remembered which section was expanded using
session storage. This caused a confusing experience where the sidebar
would collapse on page refresh.

With this update, the session storage dependency is removed, and the
sidebar would expand based on the current active page, which gives a
cleaner UX.
2026-01-11 00:31:17 -08:00
..
api feat: Advanced Search Backend (#12917) 2026-01-07 15:30:49 +05:30
assets chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
components chore: Replace plain editor with advanced editor (#13071) 2026-01-08 15:17:54 +05:30
components-next fix: Reset sidebar to show expanded list when refreshing the page (#13229) 2026-01-11 00:31:17 -08:00
composables fix: Rendering of translations based on the user's locale (#13211) 2026-01-08 18:37:42 -08:00
constants fix: Strip autolinks <...> when links are not supported (#13204) 2026-01-08 18:37:52 +04:00
helper feat: Use amplitude for Cloud Analytics (#13217) 2026-01-09 09:32:09 -08:00
i18n chore: Update translations (#13109) 2026-01-09 16:11:44 -08:00
mixins feat: allow configuring attachment upload limit (#12835) 2025-11-17 14:03:08 -08:00
modules fix: Rendering of translations based on the user's locale (#13211) 2026-01-08 18:37:42 -08:00
routes feat: Add sorting by contacts count to companies list (#13012) 2026-01-09 15:20:08 -08:00
store feat: Advanced Search Backend (#12917) 2026-01-07 15:30:49 +05:30
stores feat: Voice Channel (#11602) 2025-12-19 12:41:33 -08:00
App.vue fix: Handle login when there are no accounts (#12816) 2025-11-07 10:14:59 +05:30
featureFlags.js feat: Advanced Search Backend (#12917) 2026-01-07 15:30:49 +05:30