You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mleku d2d0821d19
implement first draft of sprockets
3 months ago
..
App.svelte implement first draft of sprockets 3 months ago
LoginModal.svelte Add App.svelte and LoginModal.svelte components for user authentication; update .gitignore to include Svelte files 3 months ago
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. 3 months ago
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. 3 months ago
nostr.js events view works with infinite scroll and load more button, filter switch to show only user's events 3 months ago