issue_comments: 701153543
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/datasette/issues/981#issuecomment-701153543 | https://api.github.com/repos/simonw/datasette/issues/981 | 701153543 | MDEyOklzc3VlQ29tbWVudDcwMTE1MzU0Mw== | 9599 | 2020-09-30T04:46:05Z | 2020-09-30T05:11:45Z | OWNER | Prototype: ```html <style> body { font-family: helvetica; } .dropdown-menu { display: inline-flex; border: 1px solid #ccc; border-radius: 4px; line-height: 1.4; font-size: 12px; box-shadow: 2px 2px 2px #aaa; } .dropdown-menu ul, .dropdown-menu li { list-style-type: none; margin: 0; padding: 0; } .dropdown-menu li { border-bottom: 1px solid #ccc; } .dropdown-menu li:last-child { border: none; } .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:hover, .dropdown-menu a:focus .dropdown-menu a:active { text-decoration: none; display: block; padding: 4px 8px 2px 8px; color: #222; background-color: #fff; } .dropdown-menu a:hover { background-color: #eee; } .hook { display: block; position: absolute; top: 3px; left: 12px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #ccc; } </style> <div class="dropdown-menu"> <div class="hook"></div> <ul> <li><a href="#">Sort descending</a></li> <li><a href="#">Sort ascending</a></li> <li><a href="#">Facet by this</a></li> <li><a href="#">Count by this</a></li> </ul> </div> ``` <img width="148" alt="Real-time_HTML_Editor" src="https://user-images.githubusercontent.com/9599/94643784-7241ca00-029c-11eb-8554-863fcc255352.png"> | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 711627628 |