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
cc63fe751a11efcf9f22cdb556af95e714e9612c
next.orly.dev
/
app
/
web
/
src
History
mleku
d96d10723a
Some checks failed
Go / build (push)
Has been cancelled
Details
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
..
App.svelte
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
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