vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
21 stars 7 forks source link

Add version to UI so people know if they are on the latest. #15

Closed vicariousdrama closed 7 months ago

vicariousdrama commented 7 months ago

Look into a way to inject into the script calls referenced by ui/server/templates/index.ejs as an argument

/js/App.js
/js/<%= preloadScript %>

The preloadScript is defined as a function in ui/server/app.js, which wants /js/bundling/all.js, and includes the /chunk- files. May be able to append the timestamp to querystring of thirdPartyChunk

vicariousdrama commented 7 months ago

adding build date to the bottom of the text when entering room

vicariousdrama commented 7 months ago

fixed