Skip to content

Idea for a local client app #114

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

Closed
hbjydev opened this issue Mar 8, 2019 · 4 comments
Closed

Idea for a local client app #114

hbjydev opened this issue Mar 8, 2019 · 4 comments
Labels
waiting-for-info Waiting for more information from submitter

Comments

@hbjydev
Copy link

hbjydev commented Mar 8, 2019

I had an idea for what the local apps could look like. I took the code from the authenticate page, and just changed it up. All references to code-server are code-client and it's for a server address.

<!DOCTYPE html>
<html lang="en">

<head>
	<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
	<title>code-client</title>
</head>

<body>
	<div class="login">
		<div class="back">
			<- Back </div>
			<h4 class="title">code-client</h4>
				<h2 class="subtitle">
					Enter server address
				</h2>
				<div class="mdc-text-field">
					<input type="text" id="server-address" class="mdc-text-field__input" required>
					<label class="mdc-floating-label" for="server-address">Server Address</label>
					<div class="mdc-line-ripple"></div>
				</div>
				<button id="submit" class="mdc-button mdc-button--unelevated">
					<span class="mdc-button__label">Next -></span>
				</button>
		</div>
	</div>
</body>

</html>

Using this could allow people to log into whatever server they wanted, and it could even be wired up to use this as a login system if needed. Potentially even adding a quick login thing for Coder.com users.

I think this idea could work quite well for an electron app or something similar.

@kylecarbs
Copy link
Member

Thanks for the idea! We have a thin client in the works. :)

@nhooyr
Copy link
Contributor

nhooyr commented Mar 8, 2019

What is that HTML supposed to do? I'm confused about this issue.

@nhooyr nhooyr added the waiting-for-info Waiting for more information from submitter label Mar 8, 2019
@nhooyr
Copy link
Contributor

nhooyr commented Mar 8, 2019

Electron app is being tracked at #142

Does this need to remain open? @kylecarbs

@kylecarbs
Copy link
Member

It's a suggestion for simple logic we could contain in a client-app.

Let's update the electron app issue to be native apps (so it'd include platforms like ChromeOS) along with reference this issue in the body.

Continue discussion in #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-info Waiting for more information from submitter
Projects
None yet
Development

No branches or pull requests

3 participants