-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
There was a problem hiding this 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
There was a problem hiding this 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
852c9d2
to
4b06d03
Compare
3f94301
to
cc63c39
Compare
There was a problem hiding this 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
cc63c39
to
c45d64a
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this 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
84c8790
to
c4bb2a2
Compare
…upabase request on the frontend
…ince useUserProfile is giving me an error
96ecdfe
to
966f0ff
Compare
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
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
No description provided.