Commit Graph

16 Commits (d5fa2f420b8d087a1325bb115c5068b207081271)

Author SHA1 Message Date
OFF0 d5fa2f420b
feed: add formatted absolute time
Useful to see when a text note was written.
2022-11-22 21:57:24 +01:00
OFF0 5d701c8767
utils: append string child directly
Strings can be appended directly without spreading.
2022-11-22 21:55:53 +01:00
OFF0 380b79038d
feed: change recommend server styling to show on oneline
As recommend servers is secondary meta information, it is enough to
show it smaller and on one line.
2022-11-22 21:54:41 +01:00
OFF0 cab1d14603
feed: add reply to info
Add reply to event id and if available relay info. Relay info is
not always available, see positional e tags (DEPRECATED) NIP-10.
2022-11-22 21:53:50 +01:00
OFF0 69afa63201
feed: style text note reply
Indent textNotes that are replies to an event.
2022-11-22 21:50:15 +01:00
OFF0 7621989b43
layout update
- limit max width of feed content
- better profile image positioning
2022-11-22 21:46:19 +01:00
OFF0 f7eb5ff7f6
contacts: trying to create a contactlist
- disabled user picture, loading external resources leaks metadata
  and is bad for privacy.
- refactored code to share profile rendering.
- wip: keep a contact list to display user follows otheruser
2022-11-22 21:38:48 +01:00
OFF0 44568060c0
feed: add inline form for writing new messages
Just a prototype, not functioning yet
2022-11-22 21:36:57 +01:00
OFF0 bac4b9c5e6
change everything
- reverse timeline
- add publish test button
- renamed variables to pubkey, privatekey
- subscribe to self (currently only on load)
- listen to more events before closing
2022-11-09 20:19:02 +01:00
OFF0 f33c787a9a
updated some styling
- change max-width to apply ti all tabs instead of just forms
- use monospace font for buttons and labels
- add tiny 2px border radius to buttons and prepare bottombar
2022-11-09 20:18:51 +01:00
OFF0 f9fcb1131e
ui: update settings and feed
- changed private-key input to type password
- added toggle to show private-key
- added key-generated, key-saved success messages
- changed global font size
- upadted colors (especially light mode)
- unsubscribe after a few messages for testing
2022-11-07 20:58:48 +01:00
OFF0 be13ecf73f
setting: add import and generate private key
Added a new tab for settings to create a private key. The key is
only set in local storage but not used yet.
2022-11-06 23:10:42 +01:00
alex dda9755d33 ci: set up a continuous build of the app
the CI is a selfhosted woodpecker instance:
- https://woodpecker-ci.org/
- https://laszlo.cloud/drone-community-edition-what-is-included
2022-11-06 20:00:00 +01:00
OFF0 2ee2b69da4
feed: refactor render and add recommend server event
Added event for recommend server (NIP-01 recommend_server event).
2022-11-06 18:34:33 +01:00
OFF0 7a705cd4ab
add profile images for users
Note: users can configure different images on each relay, added
userList with a metadata to keep a map of of different settings
of each releay.
2022-11-06 16:35:46 +01:00
alex 8d60bf871c initial 2022-11-06 02:35:27 +01:00