home / github

Menu
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

31 rows where labels_id = 2389410569

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
314506446,2389410569 javascript 2389410569 Ability for plugins to define extra JavaScript and CSS 314506446
326783670,2389410569 javascript 2389410569 Avoid plugins accidentally loading dependencies twice 326783670
460540321,2389410569 javascript 2389410569 Extract codemirror SQL editor out into a plugin 460540321
542553350,2389410569 javascript 2389410569 Copy and paste doesn't work reliably on iPhone for SQL editor 542553350
679700269,2389410569 javascript 2389410569 Pass columns to extra CSS/JS/etc plugin hooks 679700269
684925907,2389410569 javascript 2389410569 Upgrade CodeMirror 684925907
711627628,2389410569 javascript 2389410569 Action menu for table columns 711627628
712260429,2389410569 javascript 2389410569 JavaScript plugin hooks mechanism similar to pluggy 712260429
712368432,2389410569 javascript 2389410569 Review accessibility of new column action menus 712368432
712984738,2389410569 javascript 2389410569 Documented HTML hooks for JavaScript plugin authors 712984738
718953669,2389410569 javascript 2389410569 Add a "delete" icon next to filters (in addition to "remove filter") 718953669
726094754,2389410569 javascript 2389410569 Add horizontal scrollbar to tables 726094754
765637324,2389410569 javascript 2389410569 JavaScript to help plugins interact with the fragment part of the URL 765637324
776634318,2389410569 javascript 2389410569 Mechanism for minifying JavaScript that ships with Datasette 776634318
776635426,2389410569 javascript 2389410569 Mechanism for executing JavaScript unit tests 776635426
777140799,2389410569 javascript 2389410569 Adopt Prettier for JavaScript code formatting 777140799
777145954,2389410569 javascript 2389410569 Add Prettier to contributing documentation 777145954
777677671,2389410569 javascript 2389410569 Prettier package not actually being cached 777677671
785573793,2389410569 javascript 2389410569 script type="module" support 785573793
785588942,2389410569 javascript 2389410569 extra_body_script() support for script type="module" 785588942
1068791148,2389410569 javascript 2389410569 Idea: hover to reveal details of linked row 1068791148
1072106103,2389410569 javascript 2389410569 feature request: order and dependency of plugins (that use js) 1072106103
1083657868,2389410569 javascript 2389410569 Documented JavaScript variables on different templates made available for plugins 1083657868
1115435536,2389410569 javascript 2389410569 Try again with SQLite codemirror support 1115435536
1182227211,2389410569 javascript 2389410569 [plugins][feature request]: Support additional script tag attributes when loading custom JS 1182227211
1355148385,2389410569 javascript 2389410569 Research an upgrade to CodeMirror 6 1355148385
1450796965,2389410569 javascript 2389410569 Initialize CodeMirror during DOMContentLoaded instead of onload 1450796965
1452457263,2389410569 javascript 2389410569 Serve schema JSON to the SQL editor to enable autocomplete 1452457263
1452495049,2389410569 javascript 2389410569 Clicking within the CodeMirror area below the SQL (i.e. when there's only a single line) doesn't cause the editor to get focused  1452495049
1487738738,2389410569 javascript 2389410569 Option for plugins to request that JSON be served on the page 1487738738
1509783085,2389410569 javascript 2389410569 sql-formatter javascript is not now working with CloudFlare rocketloader 1509783085

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
                ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
                ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 11.339ms · About: simonw/datasette-graphql