-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [x] optional description [li…
skial updated
3 years ago
-
Awesome library!
I'm having issues running a simple example.
I'm running this code
```
from flask import Flask, render_template
from flask_socketio import SocketIO, emit
app = Flask(__na…
-
- The `transition` property set on `*` will mess up the animation of some plugins
I think that this should be removed for the benefit of novice users that would assume that the plugin is not functio…
-
## General Context
Currently `teal` apps have the following user interface:
user/8/files/f2401700-5817-11ea-9793-3f84097c9f8b)
there are obvious visual problems like the filter panel not alig…
-
Scenario:
Same app for three platforms and UI some UI is native to platform or some in web view.
Example:
The login page is created for all three platform (Android,iOS,Web) with a native componen…
-
As explained quite clearly [on this article](https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b), hand (pointer) cursor should be limited to links on text and images.
…
-
## Description
### What steps will reproduce the problem?
Closing the IPython Console tab causes errors in `tornado.general`, `tornado.application`, and `asyncio` due to `zmq` socket issues.…
-
![grafik](https://user-images.githubusercontent.com/16426506/138372822-e5d9e447-32e7-4988-9773-faf97d13cbbe.png)
-
Wagtail's UI codebase is in bad shape. This isn't really surprising – UI/CSS architecture in long-lived projects is a notoriously hard problem. It's not hopeless either. But there is work to do 🙂
I…
-
Hi. What is the recommended approach to implement frontend/client-side confirmation using Javascript code such as `confirm("...")`?
The use case is as follows: the Python code of the view generates…