For now? I'm experimenting on an old concept.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

svg...PLUS EX EM EL

+3 -3
+1 -1
server/priv/static/logo.svg
··· 7 7 - You may not use this work except in compliance with the Licence. 8 8 - You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 9 9 - 10 - - AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 10 + - AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 11 11 - under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 12 12 - See LICENSE file in the repository root for full details. 13 13 -
+2 -2
server/src/lumina_server.gleam
··· 221 221 "text/css; charset=utf-8", 222 222 ) 223 223 let icon_png = builtin_file(assets <> "/static/logo.png", "image/png") 224 - let icon_svg = builtin_file(assets <> "/static/logo.svg", "image/svg") 224 + let icon_svg = builtin_file(assets <> "/static/logo.svg", "image/svg+xml") 225 225 fn(route: StaticRoute) { 226 226 case route { 227 227 RouteForIndex -> index ··· 285 285 #(state, selector) 286 286 }, 287 287 handler: client_communication_handler, 288 - on_close: fn(_conn, _state) { todo as "On close not yet written." }, 288 + on_close: fn(_conn, _state) { Nil }, 289 289 ) 290 290 } 291 291 _ -> {