minor fixes to faqs modal, updated readme
This commit is contained in:
parent
4aa0f3b065
commit
0a4789b38e
3 changed files with 7 additions and 20 deletions
18
README.md
18
README.md
|
@ -6,19 +6,6 @@ all of it's functionality.
|
|||
|
||||
[Issue Tracker](https://todo.sr.ht/~tomtom/damus-web-issues)
|
||||
|
||||
## Roadmap
|
||||
|
||||
Here is what is confirmed for development.
|
||||
|
||||
- [ ] Share event
|
||||
- [ ] Profile view (with ability to follow user)
|
||||
- [ ] Edit metadata (from profile view)
|
||||
- [ ] Global timeline view
|
||||
- [ ] Notifications view
|
||||
- [ ] Settings view (with ability to configure relays)
|
||||
- [ ] Multiple reaction picker
|
||||
- [ ] Direct Messages (subject to discussion)
|
||||
|
||||
## Contribution Guide
|
||||
|
||||
There are rules to contributing to this client. Please ensure you read them
|
||||
|
@ -42,10 +29,6 @@ before making changes and supplying patch notes.
|
|||
|
||||
These rules are subject to discussion.
|
||||
|
||||
## Style Guide
|
||||
|
||||
TODO Write about the style guide.
|
||||
|
||||
## Terminology
|
||||
|
||||
* Sign Out - Not "log out", "logout", "log off", etc.
|
||||
|
@ -59,4 +42,3 @@ TODO Write about the style guide.
|
|||
* You cannot send events when running from an IP address that is not secure.
|
||||
Work arounds are not known at this time.
|
||||
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ a:visited {
|
|||
.page-content {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.hero-box {
|
||||
width: 100vw;
|
||||
|
@ -383,10 +384,11 @@ details.cw summary {
|
|||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(0,0,0,0.4);
|
||||
background: rgba(255,255,255,0.4);
|
||||
opacity: 1;
|
||||
transition: opacity 0.2s linear;
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
}
|
||||
.modal.scrollable {
|
||||
overflow: scroll;
|
||||
|
@ -518,5 +520,8 @@ label[role="profile-nip5"] {
|
|||
.icon.svg.dark-noinvert {
|
||||
filter: invert(0);
|
||||
}
|
||||
.modal {
|
||||
background: rgba(0,0,0,0.4);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<p>The blue bird experience for Nostr.</p>
|
||||
<button class="action" onclick="signin()">
|
||||
Sign In with Key
|
||||
<img src="./icon/key.svg" class="icon svg small dark-noinvert"/>
|
||||
<img src="./icon/key.svg" class="icon svg small invert"/>
|
||||
</button>
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue