Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioconselheiro committed Oct 13, 2024
1 parent 9e82f28 commit 9d274d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
<style>*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{font-family:sans-serif;font-weight:400;line-height:1.6;background-color:#fff7ee;height:100vh}</style><link rel="stylesheet" href="styles.11670243d57fb449.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.11670243d57fb449.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.645a1d1273ec4f99.js" type="module"></script><script src="polyfills.86aad890f66d0367.js" type="module"></script><script src="main.ab0d5dd15d55a850.js" type="module"></script></body>
<script src="runtime.645a1d1273ec4f99.js" type="module"></script><script src="polyfills.86aad890f66d0367.js" type="module"></script><script src="main.df599edf9d6e5423.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/app/pages/chat/chat.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export class ChatComponent implements OnDestroy, OnInit {
private handleStrangerStatus(event: NostrEvent): void {
if (event.content === 'typing') {
this.strangeIsTyping = true;
this.scrollConversationToTheEnd();
} else if (event.content === 'disconnected') {
this.strangeIsTyping = false;
this.whoDisconnected = MessageAuthor.STRANGE;
Expand Down
1 change: 1 addition & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ body {
border-top-left-radius: 7px;
border-top-right-radius: 7px;
padding: 1.5rem;
padding-bottom: 2rem;
font-size: 2rem;
word-break: break-word;
overflow-y: auto;
Expand Down

0 comments on commit 9d274d9

Please sign in to comment.