Sam DuBois
ea8394e7cf
Moved the key over across from the name
Almost like a temporary verifier in a way. I think I would also like to
organize this file eventually so its a bit easier to find things
2 years ago
Sam DuBois
70539ade45
Some more improvements to the two views
Looking better for sure
Changelog-Changed: Improved look of profile view
2 years ago
Sam DuBois
8d4c7a5ddc
Some layout changes to the profile view
2 years ago
William Casarin
5fdcecd44f
Fix crash in null bolt11 descriptions
Changelog-Fixed: Fixed crashed on lightning invoices with empty descriptions
2 years ago
githubbbie
b19c08fe62
added checkbox
2 years ago
Sam DuBois
d1323ea15c
Resolved issue where `RoboHash` image does not appear so the profile button is inaccessible
2 years ago
Jacob Davis
2c44366ca5
Fix padding and other minor UI improvements
2 years ago
William Casarin
300cae6800
Revert "ui: Add more padding everywhere."
This reverts commit 36107a2752
.
2 years ago
Sam DuBois
36107a2752
ui: Add more padding everywhere.
The app felt a bit claustrophobic
Changed-Changed: Added padding in more views so it feels less claustrophobic
2 years ago
William Casarin
9525028668
dms: make chat area more obvious
This was an ios16 bug
Changelog-Fixed: Make dm chat area visible again
2 years ago
William Casarin
053812ba95
nip35: use pubkey lookup on relays instead of user
2 years ago
William Casarin
d942b823b2
add nip10 marker to boosts
damus web will use these instead of relying on the content which will be
optional
2 years ago
William Casarin
8ea01b43a0
timeline: fix scrolling-to-top when view is filtered
2 years ago
William Casarin
acc4650fa8
dms: use lazyvstack
otherwise it's slow as balls
2 years ago
William Casarin
7493641896
Initial NIP05 code
Also add the ability to login with a NIP05 id
2 years ago
William Casarin
937009167f
fix splash screen
its broken atm
2 years ago
William Casarin
07f3685762
Revert "home: fix carousel spacing issue"
This reverts commit 60e0031f25
.
2 years ago
William Casarin
93798ea79e
Removing markdown breaks other things so revert for now
This reverts commit 366d46dfab
.
2 years ago
William Casarin
366d46dfab
remove markdown support
Will re-add once there is a markdown spec
2 years ago
William Casarin
9efc900851
trim whitespace when posting
2 years ago
William Casarin
960389166d
home: always add home events
Don't try to hide anything. It's confusing, and we have the post-only
view now so it's fine
2 years ago
William Casarin
6b6593da53
add profile to toolbar
2 years ago
Blake Jakopovic
fc71b605be
Update post form to use sentence auto-capitalisation
2 years ago
William Casarin
69d11e1af0
update TODO
2 years ago
William Casarin
77146c26bc
Release 0.1.6
Added
- Add lightning tipping button for lud06 profiles
- Display bolt11 invoice widgets on posts
- Added inline image loading
- Show relay connection status in config
- Search hashtags, profiles, events
Changed
- Use an optimized library for image loading
Fixed
- Damus will now stay connected at all times
2 years ago
William Casarin
ffe2784873
lightning_uri: small cleanup
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
5f450ca936
Add some missing code from previous commit
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
3651ac6714
Show lud06 lightning tip button
If the profile has a lud06 or lud16 field, render a lightning tipping
button
Changelog-Added: Add lightning tipping button for lud06 profiles
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
8a15265f84
even more aggressive reconnect on stale connections
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
9f7711fdfe
fix signal detection
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
8dd85a7d88
update bootstrap relays
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
9b7057de36
make url and invoice parsing case-insensitive
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
c6ab1de639
Add bolt11 parser and Invoice View
Changelog-Added: Display bolt11 invoice widgets on posts
2 years ago
William Casarin
dbe1260b54
damus-c: add bolt11 parser from CLN
We'll need this for our lightning invoice view
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
c4206883f2
Even more aggressive reconnects
Sometimes it gets stuck in a "reconnecting" state. We'll retry even
these connections if the last connection attempt is too old.
2 years ago
William Casarin
eb99e6c323
Rewrite note parsing in C
This eliminates any parsing choppyness
Fixes : #32
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
277ead6efc
This is a commit message
Hello nostr again :)
2 years ago
William Casarin
c7f3f7d051
Test italics on bot
Hi nostr!
2 years ago
William Casarin
446ff2712f
Add git log bot pubkey
Also testing the bot again :)
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
a47645929e
Inline image loading
Changelog-Added: Added inline image loading
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
66eefa0ff2
a few fixes
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
355b8c5da8
Use kingfisher for profile pic loading
Changelog-Changed: Use an optimized library for image loading
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
38bfe8d76b
Add the ability to mark relays as broken
not currently used
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
300b5fda98
add kingfisher
will use this for image loading
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
e5e0fb2db2
Add RelayView with connection statuses
Changelog-Added: Show relay connection status in config
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
054714794d
attempt reconnects every 4 seconds instead of 60
Changelog-Fixed: Damus will now stay connected at all times
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
2c4c392b76
search hashtags, profiles, notes
Changelog-Added: Search hashtags, profiles, events
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
1d1804c103
Add padding to bottom of FiltersView
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
James Carucci
72900894c0
Add replies filter and tabs
Closes : #31
Changelog-Added: Tabs to switch between posts and replies in home view
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago
William Casarin
7bdd8048b0
better channels
Signed-off-by: William Casarin <jb55@jb55.com>
2 years ago