docs(tasks): move ui decomposition ph1 to complete and format subcomponents
This commit is contained in:
parent
eb15c9003f
commit
f5935a49a7
@ -109,14 +109,12 @@ export const SessionsPage = ({
|
||||
<SessionTable
|
||||
sessions={sessions}
|
||||
currentSessionId={currentSessionId}
|
||||
|
||||
/>
|
||||
|
||||
{/* Mobile Adaptive Cards View (< 768px) */}
|
||||
<SessionDeck
|
||||
sessions={sessions}
|
||||
currentSessionId={currentSessionId}
|
||||
|
||||
/>
|
||||
|
||||
<style>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
export const SessionDeck = (
|
||||
{ sessions, currentSessionId}: {
|
||||
{ sessions, currentSessionId }: {
|
||||
sessions: any[];
|
||||
currentSessionId: string;
|
||||
},
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
export const SessionTable = (
|
||||
{ sessions, currentSessionId}: {
|
||||
{ sessions, currentSessionId }: {
|
||||
sessions: any[];
|
||||
currentSessionId: string;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user