Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/room-history-view #66

Merged
merged 52 commits into from
Apr 3, 2024
Merged

feat/room-history-view #66

merged 52 commits into from
Apr 3, 2024

Conversation

MAXOUXAX
Copy link
Contributor

No description provided.

@MAXOUXAX MAXOUXAX added feature Issues that plan on adding features backend Backend related issues frontend Frontend related issues labels Jan 22, 2024
@MAXOUXAX MAXOUXAX added this to the Itération 3 milestone Jan 22, 2024
@MAXOUXAX MAXOUXAX self-assigned this Jan 22, 2024
Copy link
Contributor

@GaspardBBY GaspardBBY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is beautiful, keep it up

expo/components/RoomHistory.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

@TheRealSharKzy TheRealSharKzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if my reviews are really relevant, but overall it seems good

backend/src/route/RoomGET.ts Outdated Show resolved Hide resolved
expo/components/RoomHistory.tsx Outdated Show resolved Hide resolved
@MAXOUXAX MAXOUXAX force-pushed the feat/room-history-view branch from 852c9d2 to 4b06d03 Compare January 24, 2024 08:33
@MAXOUXAX MAXOUXAX force-pushed the feat/room-history-view branch 2 times, most recently from 3f94301 to cc63c39 Compare January 25, 2024 08:16
@MAXOUXAX MAXOUXAX modified the milestones: Itération 3, Itération 4 Jan 27, 2024
Copy link
Contributor

@TheRealSharKzy TheRealSharKzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall seems good, 2 minor changes I think

expo/components/RoomHistory.tsx Show resolved Hide resolved
expo/components/RoomHistory.tsx Outdated Show resolved Hide resolved
@MAXOUXAX MAXOUXAX force-pushed the feat/room-history-view branch from cc63c39 to c45d64a Compare January 30, 2024 07:52
Copy link

vercel bot commented Jan 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
datsmysong ⬜️ Ignored (Inspect) Visit Preview Feb 6, 2024 10:58am

backend/src/route/RoomGET.ts Fixed Show fixed Hide fixed
backend/src/route/RoomGET.ts Fixed Show fixed Hide fixed
backend/src/route/RoomGET.ts Fixed Show fixed Hide fixed
expo/components/RoomHistory.tsx Fixed Show fixed Hide fixed
Copy link
Contributor Author

@MAXOUXAX MAXOUXAX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few changes but on a good path

backend/src/route/InactiveRoomUserIdGET.ts Outdated Show resolved Hide resolved
backend/src/route/RoomGET.ts Outdated Show resolved Hide resolved
backend/src/server.ts Outdated Show resolved Hide resolved
commons/room-types.ts Outdated Show resolved Hide resolved
expo/components/RoomHistoryInfoCard.tsx Outdated Show resolved Hide resolved
expo/app/(tabs)/rooms/[id]/history.tsx Outdated Show resolved Hide resolved
@MAXOUXAX MAXOUXAX force-pushed the feat/room-history-view branch from 96ecdfe to 966f0ff Compare April 2, 2024 19:33
backend/src/musicplatform/TrackMetadata.ts Fixed Show fixed Hide fixed
expo/components/RoomHistory.tsx Fixed Show fixed Hide fixed
import { useEffect, useState } from "react";
import { FlatList, StyleSheet } from "react-native";

import { supabase } from "../lib/supabase";

Check warning

Code scanning / ESLint

Enforce a convention in module import order. Warning

../lib/supabase import should occur after import of ./Themed
import { FlatList, StyleSheet } from "react-native";

import { supabase } from "../lib/supabase";
import { useUserProfile } from "../lib/userProfile";

Check warning

Code scanning / ESLint

Enforce a convention in module import order. Warning

../lib/userProfile import should occur after import of ./Themed
@@ -0,0 +1,77 @@
import { MaterialIcons } from "@expo/vector-icons";

Check warning

Code scanning / ESLint

Disallow unused variables Warning

'MaterialIcons' is defined but never used.
@MAXOUXAX MAXOUXAX marked this pull request as ready for review April 3, 2024 14:18
@GaspardBBY GaspardBBY merged commit 9abc057 into main Apr 3, 2024
3 checks passed
@GaspardBBY GaspardBBY deleted the feat/room-history-view branch April 3, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues feature Issues that plan on adding features frontend Frontend related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consulter l’historique et les détails d’une salle d’écoute passée
3 participants