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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user