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

Beginning of Settings Page #406

Open
wants to merge 55 commits into
base: server
Choose a base branch
from
Open

Beginning of Settings Page #406

wants to merge 55 commits into from

Conversation

jonrossca
Copy link
Contributor

Merged with latest changes from the server branch.
Created toggle for settings.
Created initial settings page, still needs formal formatting, and connecting settings to functions.
Switch from visibility = 'hidden' to display = 'none' throughout the UI

@@ -310,6 +317,8 @@ class BaseUI {
} else {
this.input_index = this.input_history.length;
}
//TODO parse irc commands here
this.client.send(hostId, serverName, text);
Copy link
Owner

Choose a reason for hiding this comment

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

This looks like it will send the raw text, as well as parse the IRC command (lines 324-325). I think maybe this is a bad merge and these lines should be removed.

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