-
Notifications
You must be signed in to change notification settings - Fork 0
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: add mobile layouts #31
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Playwright e2e testsTo view traces locally, unzip the report and run: npx playwright show-report ~/Downloads/playwright-report |
67f264c
to
2f90e33
Compare
@@ -14,7 +14,9 @@ export function SurveyDialogLauncher() { | |||
useEffect(() => { | |||
if (survey) { | |||
const timer = setTimeout(() => { | |||
setDialogWindow("feedback"); | |||
if (window.innerWidth < 768) { |
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.
Could 768 be a const somewhere?
apps/nextjs/src/app/layout.tsx
Outdated
webDebuggerOptions: { | ||
position: WebDebuggerPosition.BottomLeft({ | ||
// stop this from being displayed at all |
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.
is this comment in wrong place?
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.
me getting rid of avo on every pr lol ill remove
useState(false); | ||
|
||
useEffect(() => { | ||
console.log("ailaStreamingStatus", ailaStreamingStatus); |
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.
Can remove log?
|
||
import { AilaStreamingStatus } from "@/components/AppComponents/Chat/Chat/hooks/useAilaStreamingStatus"; | ||
|
||
export const useMobileLessonPullOutControl = ({ |
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.
What actually is the mobile lesson pullout? can't see it anywhere otherthan "close" or "user has overridden". Is it a component?
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.
It's the right-hand side that becomes a pull out for mobile
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.
Code looks good -- functionality not tested
Quality Gate passedIssues Measures |
Description
Issue(s)
Fixes #
How to test
Screenshots
How it used to look (delete if n/a):
{screenshots}
How it should now look:
{screenshots}
Checklist