Skip to content

Commit

Permalink
small addition to commit dialog mockup
Browse files Browse the repository at this point in the history
  • Loading branch information
The0zzy committed Aug 11, 2022
1 parent 35d8a0f commit 9a63b39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mockups/commitDialog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion mockups/commitDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<link rel="stylesheet" href="commitDialog.css"/>
</head>

<body>
<div id="github_plugin_modal_backdrop" class="github_plugin_modal_backdrop">
<div class="github_plugin_modal">
Expand All @@ -12,7 +13,9 @@
</div>
<div class="github_plugin_modal_content">
<form id="githubCommit">
<textarea name="message" id="message" placeholder="Commit Message"></textarea>
<input type="text" maxlength="70" placeholder="Commit Subject" id="subject" name="subject"/>
<textarea name="message" id="message" name="message" placeholder="Commit Message"></textarea>
<input type="button" value="Generate Message from Undo-Stack" alt="generate commit message from undo-stack"/>
</form>
</div>
<div class="github_plugin_modal_button_pane">
Expand Down

0 comments on commit 9a63b39

Please sign in to comment.