This website requires JavaScript.
Explore
Help
Register
Sign In
mleku
/
next.orly.dev
Watch
1
Star
0
Fork
1
You've already forked next.orly.dev
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d2d0821d19380cf009e0e9dd227cb4abd9ada603
next.orly.dev
/
app
/
web
/
src
History
mleku
d2d0821d19
implement first draft of sprockets
2025-10-09 19:09:37 +01:00
..
App.svelte
implement first draft of sprockets
2025-10-09 19:09:37 +01:00
constants.js
Enhance event management in App.svelte by implementing pagination and caching for user and all events. Introduce new functions for loading events with timestamp-based pagination, and update UI components to support event expansion and deletion. Refactor event fetching logic in nostr.js to utilize WebSocket REQ envelopes for improved performance. Update default relay settings in constants.js to include local WebSocket endpoint.
2025-10-09 16:14:18 +01:00
LoginModal.svelte
Add App.svelte and LoginModal.svelte components for user authentication; update .gitignore to include Svelte files
2025-10-08 17:56:38 +01:00
main.js
Refactor export functionality in App.svelte to support both GET and POST methods for event exports, enhancing flexibility in user permissions. Update server-side handling to accommodate pubkey filtering and improve response handling for file downloads. Adjust UI components to reflect these changes, ensuring a seamless user experience.
2025-10-09 14:55:29 +01:00
nostr.js
events view works with infinite scroll and load more button, filter switch to show only user's events
2025-10-09 17:41:10 +01:00