css-only-chat icon indicating copy to clipboard operation
css-only-chat copied to clipboard

A truly monstrous async web chat using no JS whatsoever on the frontend

Results 13 css-only-chat issues
Sort by recently updated
recently updated
newest added

Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.12. Release notes Sourced from puma's releases. 4.3.12 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) 4.3.11 Bugfix/Security Response body will always be closed. (GHSA-rmj8-8hhh-gv5h,...

dependencies

Well, just in case anyone wished for an alpine based dockerization, here it is. It will conflict with #7 and #23. Also closes #26

Please dockerize your application for ease of use.

svg can have html inside: ``` div { color: white; font: 18px serif; height: 100%; overflow: auto; } hello world ``` i am trying to hack this foregin object into...

Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.1.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Thought it'd be funny to host a public version of chat on my site but currently running into some issues. The CSS only chat works just fine when accessed locally...

I was so curious to the project, why it so magic? so I run locally yesterday. when I run `bundle install`, I get trouble at `command not found`. I did...

To run the project on my local, I wrote docker files and this may be useful for someone else. How to run 1. set up docker machine / client 2....

You can use HTML attribute `accesskey` to access the elements on the page. I've put together a small demo here: https://jsfiddle.net/x4ek56pc/ I've used jQuery in my example but that's just...

promising-idea