feat(coop): ✨ Update CoopCreationWizard steps, invitation components, and page logic for smoother coop creation workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
9a3d3a0098
commit
ce2ca4a714
15 changed files with 0 additions and 15 deletions
|
|
@ -2,7 +2,6 @@
|
|||
* ConfirmStep (Step 3) - Summary and confirmation
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
* SettingsStep (Step 2) - Cooperative settings configuration
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
* Used in cooperative management page.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
|
||||
import { useState } from 'react'
|
||||
import type { FC } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
* opted into cross-promotion. Shows on public profile pages.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
import { useEffect, useRef, useState } from 'react';
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
* about a duo or group session.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
import { useCallback, useState } from 'react';
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
* This is the public-facing component for profile pages.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
* and actions to accept or decline.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
* Renders a list of cooperative invitations.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
* Displayed when the user has no pending invitations.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
* Displayed when there's an error loading invitations.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
* Displayed while invitations are being loaded.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
* Wraps the CoopCreationWizard with proper layout and auth.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
* Lists all pending invitations the user has received.
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
* CoopCard - Displays a cooperative card with status, members, and features
|
||||
*/
|
||||
|
||||
/** @jsxImportSource react */
|
||||
import type { FC } from 'react';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue