diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88e7bfd..05d5b01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.23.0](https://github.com/rodrigogs/whats-reader/compare/v1.22.2...v1.23.0) (2026-01-02)
+
+
+### Features
+
+* UI componentization with reusable components ([47f0496](https://github.com/rodrigogs/whats-reader/commit/47f04961283f85198f36fed3b9b75fd06f4e6d41))
+
## [1.22.2](https://github.com/rodrigogs/whats-reader/compare/v1.22.1...v1.22.2) (2026-01-02)
diff --git a/package-lock.json b/package-lock.json
index ee4a14a..7f53e6a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "whats-reader",
- "version": "1.22.2",
+ "version": "1.23.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "whats-reader",
- "version": "1.22.2",
+ "version": "1.23.0",
"license": "AGPL-3.0",
"dependencies": {
"@floating-ui/dom": "^1.7.4",
diff --git a/package.json b/package.json
index 746959f..2e79996 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "whats-reader",
"productName": "WhatsApp Backup Reader",
- "version": "1.22.2",
+ "version": "1.23.0",
"description": "A desktop app to read and visualize WhatsApp chat exports",
"license": "AGPL-3.0",
"author": {
diff --git a/src/lib/components/Collapsible.svelte b/src/lib/components/Collapsible.svelte
new file mode 100644
index 0000000..569afad
--- /dev/null
+++ b/src/lib/components/Collapsible.svelte
@@ -0,0 +1,53 @@
+
+
+
+
+
{subtitle}
+ {/if} +{m.participants_members({ count: appState.selectedChat.participants.length })}
-