We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b21ed9 commit 910c1e2Copy full SHA for 910c1e2
1 file changed
src/Dashboard/frontend/src/components/ChatView.vue
@@ -1725,9 +1725,8 @@
1725
</template>
1726
</div>
1727
1728
- <!-- ── Bottom half: Conversations (Entra-only) ── -->
+ <!-- ── Bottom half: Conversations (works for anonymous + signed-in) ── -->
1729
<div
1730
- v-if="azureConnected"
1731
class="tools-sidebar-pane tools-sidebar-pane--sessions"
1732
>
1733
<div class="tools-sidebar-header sessions-header">
@@ -5046,7 +5045,7 @@ async function send() {
5046
5045
nextTick(() => inputEl.value?.focus());
5047
}
5048
// Refresh the Conversations sidebar so the new/updated summary shows up.
5049
- if (azureConnected.value) loadSessions();
+ loadSessions();
5050
if (availableModels.value.length <= 1) {
5051
try {
5052
const mr = await fetch("/api/models");
0 commit comments