bija
bija copied to clipboard
Hi there, I try to install the app with docker but failed to build: sudo docker-compose up Creating network "bija_default" with the default driver Building web Sending build context to...
can I run this app for multiple users ?
Moved `archive_fetcher` to the top , above the messages, looks neat and convenient to `select timeframe` 
Prevent sharing empty post
Update to prevent sending empty messages, and CTRL+ENTER instead of ENTER to send message in 'keyup' event
prevent sending empty chat messages, and CTRL+ENTER instead of ENTER to send message in 'keyup' event. Pull request made : https://github.com/BrightonBTC/bija/pull/89
when typing hashtags in a textarea an autofill menu with topics, and previously used tags should appear
Add an option (checkbox in settings) to resize profile images and store them locally. Could also offer option to use external service such as https://media.nostr.band/
When reaching the end of a feed (main, profile, topic) there should be an option to fetch older posts from relays, perhaps with a time frame option (past week, month,...
Submitted events should be added to an events queue - probably a db table so that it persists if the app is shut down - that waits for an OK...