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
5c05d741d9
Replace remote Tailwind CSS with a local minimal subset; refine `.gitignore` and dist structure.
...
- Added a minimal `tailwind.min.css` with utilities tailored to app needs (`app/web/dist/`).
- Updated `.gitignore` to include specific `dist/` paths while maintaining clean build artifacts.
- Added local `dist` files (`index.css`, `index.js`) for better control over UI styling and build outputs.
4 months ago
..
config
Enable dev mode for React app with proxy support; refine build, styles, and UI.
4 months ago
web
Replace remote Tailwind CSS with a local minimal subset; refine `.gitignore` and dist structure.
4 months ago
handle-auth.go
Migrate internal module imports to unified package path.
4 months ago
handle-close.go
Migrate internal module imports to unified package path.
4 months ago
handle-delete.go
Migrate internal module imports to unified package path.
4 months ago
handle-event.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-message.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-relayinfo.go
Migrate internal module imports to unified package path.
4 months ago
handle-req.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-websocket.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
helpers.go
complete the marshal/unmarshal of events using the new pool enabled tag codecs
5 months ago
listener.go
Migrate internal module imports to unified package path.
4 months ago
main.go
Add user authentication interface with Nostr relay support.
4 months ago
ok.go
Migrate internal module imports to unified package path.
4 months ago
publisher.go
added profiler tooling to enable automated generation of profile reports
4 months ago
server.go
Refine login view styling and update authentication text.
4 months ago
web.go
Embed React app and add new user authentication interface.
4 months ago