chattable
11 months ago
I don't think its you lol. I think the CDN is cached. It happens from time to time. Try removing "index.html" from the URL. Example: "https://iframe.chat/embed?chat=000" instead of "https://iframe.chat/embed/index.html?chat=000" and let me know if it works. This same thing happened before last summer smh
chattable
11 months ago
anywhoozles, made some adjustments to the "is typing" indicator, added a fullscreen loading screen while loading chats on initial load, a few bug improvements, fixed messages that start with an inline image/embedded image, changed how you view embedded images when they're clicked,
chattable
1 year ago
There's no limit to how big a JSON file can be. JSON databases can become difficult to manage/query efficiently on deeply nested structures, but with a good, simple structure JSON can be very efficient and perfect for database applications.
chattable
1 year ago
The entirety of the Chattable database is a 10mb JSON file, hundreds of chats, and hundreds of thousands of messages. Not to mention account & chat data. If you can keep the structure simple, it will work for any project.
iwishyouroses
1 year ago
Ok, that is actually cool. Awesome to learn something like this because it might turn out to be helpful later. Thanks for the explanation!
Added a separate login screen for logging into your account inside your chat. Eventually, this screen will be styleable as well. Chattable setup also just got a bit more strict. In order for your chat to load you MUST initialize it with a theme OR custom css.