-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from SkywardAI/chat-ui-try-1
new page style implemented
- Loading branch information
Showing
31 changed files
with
519 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,6 @@ | ||
export default function createAccountPage() { | ||
|
||
document.getElementById('main').innerHTML = ` | ||
<div class='account-page'> | ||
<div class='input-field'> | ||
<div class='title'>Username</div> | ||
<input type='text' id='account-input-username'> | ||
</div> | ||
<div class='input-field'> | ||
<div class='title'>Email</div> | ||
<input type='text' id='account-input-email'> | ||
</div> | ||
<div class='input-field'> | ||
<div class='title'>Password</div> | ||
<input type='text' id='account-input-password'> | ||
</div> | ||
<div class='submit-account-btn clickable'>Submit</div> | ||
</div>` | ||
import getSVG from "../../tools/svgs.js"; | ||
|
||
return null; | ||
export default function createAccountPage() { | ||
document.getElementById('user-avatar') | ||
.insertAdjacentHTML("afterbegin", getSVG('person-fill')) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.