Skip to content

Commit 74569d0

Browse files
AchoArnoldCopilot
andcommitted
feat(web): add per-phone unarchive-thread toggle to settings
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: bf78429e-573c-406c-9f7c-1d6e1bddbbb5
1 parent bd70aa9 commit 74569d0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

web/app/pages/settings/index.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,15 @@ onMounted(async () => {
16881688
placeholder="We are currently closed at the moment, please send us a text message from 09:00 to 17:00"
16891689
hint="Here you can configure an automated SMS message which is sent to the caller when this phone has a missed call"
16901690
/>
1691+
<VSwitch
1692+
v-model="activePhone.unarchive_thread"
1693+
class="mt-4"
1694+
color="primary"
1695+
density="compact"
1696+
label="Unarchive thread on new message"
1697+
hint="When a new message is received, move an archived conversation back to the inbox"
1698+
persistent-hint
1699+
/>
16911700
</VCol>
16921701
</VRow>
16931702
</VContainer>

0 commit comments

Comments
 (0)