Update requirement files with new feature templates and fix backend API error message, along with mobile project config updates and documentation improvements

This commit is contained in:
louiscklaw
2025-06-13 12:11:47 +08:00
parent f23a6b7d9c
commit 346992d4ec
3102 changed files with 220182 additions and 2896 deletions

View File

@@ -62,7 +62,10 @@ function MemberCell({ member }: { member: Member }) {
<>
<div style={{ display: 'flex', margin: '1rem', gap: '1rem' }}>
<IonAvatar>
<img alt="Silhouette of a person's head" src="https://images.unsplash.com/photo-1589419621083-1ead66c96fa7" />
<img
alt="Silhouette of a person's head"
src="https://images.unsplash.com/photo-1589419621083-1ead66c96fa7"
/>
</IonAvatar>
<div style={{ display: 'flex', flexDirection: 'column', gap: '0.5rem' }}>
@@ -118,7 +121,12 @@ const MembersNearByList: React.FC<SpeakerListProps> = ({ nearbyMembers }) => {
<IonContent fullscreen={true}>
<IonRefresher slot="fixed" onIonRefresh={handleRefresh}>
<IonRefresherContent pullingIcon={chevronDownCircleOutline} pullingText="Pull to refresh" refreshingSpinner="circles" refreshingText="Refreshing..."></IonRefresherContent>
<IonRefresherContent
pullingIcon={chevronDownCircleOutline}
pullingText="Pull to refresh"
refreshingSpinner="circles"
refreshingText="Refreshing..."
></IonRefresherContent>
</IonRefresher>
<IonHeader collapse="condense">