@linagora/linid-im-front-corelib 0.0.78 → 0.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -110,6 +110,11 @@ A full technical documentation is available in the `docs/` directory:
110
110
  Learn how to initialize and use the `i18n` singleton and the `useScopedI18n` composable for internationalization.
111
111
  → [`docs/i18n.md`](docs/i18n.md)
112
112
 
113
+ - ⚙️ **User Preferences System (`useLinidUserPreference`)**
114
+ Learn how to manage user preferences using the `useLinidUserPreferenceStore` (Pinia state layer) and the
115
+ `useLinidUserPreference` composable (API synchronization layer with backend persistence).
116
+ → [`docs/user-preference-system.md`](docs/user-preference-system.md)
117
+
113
118
  - 🔔 **Notification System (`useNotify`)**
114
119
  Learn how to use the `useNotify` composable to display notifications within your application.
115
120
  → [`docs/notify.md`](docs/notify.md)