Commit graph

34 commits

Author SHA1 Message Date
Thomas Mathews
b134ec4c59 Fixes light mode DM colors 2023-04-18 18:09:07 -07:00
Thomas Mathews
8e8d8a7e6d Fix new note button color 2023-04-15 08:36:11 -07:00
Thomas Mathews
a8b3d5986b Updates:
1. Fixed thread view, it didn't really seem to work before at all.
2. Removed excess buttons for notes, will extend into a drop down menu
   TODO.
2023-03-24 20:12:38 -07:00
Thomas Mathews
8bbc6c75d5 Fix for DMs being broken 2023-03-23 19:19:15 -07:00
Thomas Mathews
6c9f5f12fe New mobile nav. Removed old cruft. 2023-03-22 15:56:53 -07:00
Thomas Mathews
7580e8423a Reduce Scope
I am no longer going to support all the features and every NIP. It's too
hard. Thus I am reducing what I support in YoSup. From now on it will
only be a simple client with simple needs that serve me. I will continue
to use Damus on iOS or other clients for sending Zaps or using other
functionality. I do not feel I need to support these features and it has
me competing with other clients such as Snort or Iris, I don't want to
be a clone of them - I want a simple client for my needs: viewing what's
up from people I follow.

Thus I have started removing features and optimizing. Especially for the
very poor internet connection here in Costa Rica, reducing load of
images, content, etc. makes the client much faster and easier to use.

If you feel you are missing features please use the other clients that
have put in a LOT of hard work.
2023-03-22 10:55:08 -07:00
Thomas Mathews
84a6cf6c96 Made shared events more obvious. 2023-01-25 14:13:53 -08:00
Thomas Mathews
fa8bdc0b2b Added ability to view more posts. 2023-01-25 13:38:26 -08:00
Thomas Mathews
10d94acb8b Fix banner position 2023-01-24 18:11:07 -08:00
Thomas Mathews
e2a1ab5aa7 Update profile page for new fields 2023-01-24 18:03:41 -08:00
Thomas Mathews
062ddda3d9 Toggle posts only & mark all mail as read. 2023-01-24 10:46:44 -08:00
Thomas Mathews
eda641e8bf Fix reaction group clicking 2023-01-24 09:34:41 -08:00
Thomas Mathews
1d32eb3d55 fix media preview width 2023-01-20 23:03:32 -08:00
Thomas Mathews
8d66285ee8 Fixed image preview 2023-01-20 17:17:04 -08:00
Thomas Mathews
8ddeca2227 Updated modals to be better for everyone. 2023-01-20 13:42:58 -08:00
Thomas Mathews
3970bb5acd Better mention support, fixed open thread. 2023-01-20 10:00:57 -08:00
Thomas Mathews
21ce55f1cd Security update: no script attributes 2023-01-20 09:53:33 -08:00
Thomas Mathews
dde0a06e56 Notifications work with dms now 2023-01-06 21:06:18 -08:00
Thomas Mathews
077bf49fdb New Feature: Direct Messages
This feature involved a lot of refactoring in order to get working
correctly. I wanted to continue using the timeline view for chats thus I
used alternative styling & structure for DM event kinds. This worked
create since the elements map does not care.

There is some queing that has to be done to decrypt message content thus
I allow viewing messages even if they haven't been decrypted yet. I
think this is good for transparency since you understand what is and is
not decrypted. I do think that the UX could improve, because even tho it
is fast, it's flashes on new messages.

I did not implement saving of latest messages. I will do this later, but
this feature is big enough to merge as is: an alpha state that works.

I further abstracted profile & name updating to work in a more global
manner. Additionally I rewrote code that had attribute scripts to use
addEventListener instead. This is needed to happen anyways for security
and made the codebase easier to manage.
2023-01-06 14:55:33 -08:00
Thomas Mathews
ce5fb96794 Fix layout width break due to long usernames 2023-01-03 08:25:39 -08:00
Thomas Mathews
239c9bfb62 Added ability to view event JSON. 2022-12-30 17:21:19 -08:00
Thomas Mathews
433fc45eb5 Fixed active settings nav icon. 2022-12-30 13:30:22 -08:00
Thomas Mathews
2b67bfeb2c Fix gnav settings button 2022-12-30 13:27:02 -08:00
Thomas Mathews
e3b31af127 Added basic settings support.
You can edit relays, embed options, and sign out. This moves the signout
button from the nav to the settings area.
2022-12-29 21:56:06 -08:00
Thomas Mathews
f00f327a3d Updates
Improved recognization of replying to thread and being able to open it.

Rewrote profile storing on the model. Additionally fixed issues where
the profile was not getting loaded for referenced pubkeys on an event.
2022-12-29 18:01:05 -08:00
Thomas Mathews
7ce72540cf Fix pubkey sign in.
Added try/catch and updated awaits for async methods in regards to sign
in attempts. This appears to resolve some race conditions with nos2x
extension. More testing to be performed.
2022-12-27 18:53:27 -08:00
Thomas Mathews
d6dd98f31e Fix light mode inputs 2022-12-24 08:11:14 -08:00
Thomas Mathews
1b4d539eef Added basic profile editing support 2022-12-24 08:01:36 -08:00
Thomas Mathews
0a4789b38e minor fixes to faqs modal, updated readme 2022-12-22 13:35:52 -08:00
Thomas Mathews
a78d80d118 This repo now only contains the web app.
I did this because they are 2 separate concerns and I have diverged
so far from the original repo. I didn't start a new repo because it
contains valuable history of all the people who contributed to it.

Additionally if there is an issue with this we can revert, but I
rather not. Forks are forks.
2022-12-22 11:07:35 -08:00
William Casarin
9788baa322 latest
Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-19 11:15:26 -07:00
William Casarin
c075d3dd0e add all the things
Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-04 08:51:56 -07:00
William Casarin
b56cd0642f updates
Signed-off-by: William Casarin <jb55@jb55.com>
2022-07-29 10:27:48 -07:00
William Casarin
ba0211b188 initial commit
Signed-off-by: William Casarin <jb55@jb55.com>
2022-05-13 14:02:17 -07:00