Commit graph

19 commits

Author SHA1 Message Date
88d9515ba6
allow purchasing time with lightning directly not just cashu (fix #9) 2024-12-21 22:21:28 +01:00
77a9a6842b
Improve home page and letters functionality
- 📝 Add better product descriptions on the home page
- 🎨 Improve styles: fix title that looked "like a button" (reference #7)
- 🛠️ Render markdown for letters (fix #8)
- ⬆️ Update dependencies
2024-12-21 21:27:38 +01:00
4966a3ac45
fix for #3
note to self: get rid of svelte and other frameworks they always cause more problems than they solve
2024-12-05 21:51:12 +01:00
801138ee12
📝 Minor readme stuff 2024-12-05 19:18:29 +01:00
9b09ddbce2
🚀 Turbocharged Performance 🚀
💪 Major speed boosts and overhaul of letter fetching and decrypting for users with large collections or slower devices.

🧹 Minor code style tweaks and fixes for a cleaner, more polished codebase.

📝 License Update 📝

Added AGPL3 license file to ensure transparency and freedom for our users.
2024-12-05 19:09:34 +01:00
a97ed1746d
folder management + cleanup 2024-12-04 17:08:17 +01:00
e959809a0e
feat: add delete alias functionality & code cleanup (settings) 2024-12-04 13:17:09 +01:00
c9b6f02fd3
clean css 2024-11-29 19:16:34 +01:00
e4f1536eb0
hide reply button if it's an email, since it will not work 2024-11-29 17:55:04 +01:00
1b2177933c
speed up folder handling by using a list for folders and letters assinged to them rather than multiple different events 2024-11-29 17:32:11 +01:00
f70f4c4518
design improvement and consistency 2024-11-29 15:53:44 +01:00
6ee0809661
clean up code and ui
- IconButton component
- make FoldersListSidebar a separate component from the index page
- make move letter to folder better looking
- clean up code on index page
2024-11-29 14:09:41 +01:00
4b528e07a6
handle emails with attachments (attachments are ignored, may be handled in the future), and emails with non ascii characters. ref #5 2024-11-29 13:46:22 +01:00
9565115ec2
add nosta.me in login with nsec section 2024-11-29 12:31:54 +01:00
4fdf8b57c9
tentative fix for caching issues (#3), plus ux cleanup 2024-11-29 00:03:40 +01:00
b5bb27e1b2
handle email mime types (fixes #5), plus fix email display in letter view page 2024-11-28 23:53:42 +01:00
8b4dba62e1
Improve nsec password field requirements (fixes #1) and add more detailed descriptions. 2024-11-28 22:47:19 +01:00
0021db1c58
- implement stamps.
- fix #2
2024-11-28 22:17:47 +01:00
a983fe669b
First beta 2024-11-27 20:15:51 +01:00