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

refactor(ui): change default stream url #23

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

rickstaa
Copy link
Collaborator

This pull request changes the default stream url to the local development server so that users can just click start if they have the Comfystream server running. @yondonfu is there a reason we set the UI url as the default stream url?

This commit changes the default stream url to the local development
server so that users can just click start if they have the Comfystream
server running.
@@ -23,7 +23,13 @@ import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { useMediaQuery } from "@/hooks/use-media-query";
import { zodResolver } from "@hookform/resolvers/zod";
import { useCallback, useEffect, useState, createContext, useContext } from "react";
import {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Prettier formatting, can remove if needed.

Copy link
Owner

@yondonfu yondonfu left a comment

Choose a reason for hiding this comment

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

LGTM!

@yondonfu
Copy link
Owner

is there a reason we set the UI url as the default stream url?

@rickstaa Nope I think that was a typo - nice catch. Setting the default to the default URL of the server makes sense!

@yondonfu yondonfu merged commit 87020a3 into yondonfu:main Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants