codemonument / deno_audio_logbook

A deno fresh server, with a telegram bot to receive audio messages and a website to show all messages of a user in a calendar
2 stars 0 forks source link

Feature_audio_sidebar #17

Closed Bloodiko closed 1 year ago

Bloodiko commented 1 year ago

Followup to PR #16

basic ground + preperations for #14

Sidebar completed, with the addition of client side loading via Fetch with /api/fetchData?whichData=[STRING] as Background improvement.

Improves Return Speed of Website, allowing browser to handle different Data Fetching, instead of Server Task. (Still uses Server, just different connections now, to increase response times, otherwise the connection will bept open by the server, which indicates "still loading" to the browser. )