Skip to content

Commit ea4e3bb

Browse files
committed
Merge branch 'alpha' of github.com:swpu-acm/algohub into alpha
2 parents 7703d20 + 514f839 commit ea4e3bb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changes/problem-panel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:fix
3+
---
4+
5+
Fix multiple panels displaying on the user profile page.

src-tauri/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/views/account/[id].vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ onMounted(async () => {
135135
</div>
136136
</Panel>
137137

138-
<Panel pt:header:class="!hidden" pt:content:class="!p-[1.125rem]">
139-
<DataView v-if="tab === 'problems'" :value="problemList" dataKey="id">
138+
<Panel v-if="tab === 'problems'" pt:header:class="!hidden" pt:content:class="!p-[1.125rem]">
139+
<DataView :value="problemList" dataKey="id">
140140
<template #header>
141141
<div class="inline-flex flex-wrap justify-between items-center gap-4 w-full">
142142
<InputText placeholder="Find a problem..." size="small" disabled>

0 commit comments

Comments
 (0)