home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

26 rows where labels_id = 1918831023

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
276718605,1918831023 css 1918831023 Set up a pattern portfolio 276718605
583970196,1918831023 css 1918831023 Search box CSS doesn't look great on OS X Safari 583970196
600583271,1918831023 css 1918831023 Custom CSS class on body for styling canned queries 600583271
635914822,1918831023 css 1918831023 Horizontal scrollbar on changelog page on mobile 635914822
647103735,1918831023 css 1918831023 "Logged in as: XXX - logout" navigation item 647103735
647879783,1918831023 css 1918831023 Add log out link to the pattern portfolio 647879783
710506708,1918831023 css 1918831023 Rendering glitch with column headings on mobile 710506708
710819020,1918831023 css 1918831023 Another rendering glitch with column headers on mobile 710819020
711627628,1918831023 css 1918831023 Action menu for table columns 711627628
717699884,1918831023 css 1918831023 Wide tables should scroll horizontally within the page 717699884
726094754,1918831023 css 1918831023 Add horizontal scrollbar to tables 726094754
726687572,1918831023 css 1918831023 Add an animation to the column actions menu 726687572
729183332,1918831023 css 1918831023 Column action menu overlapped by Leaflet maps 729183332
730752399,1918831023 css 1918831023 Radical new colour scheme and base styles, courtesy of @natbat 730752399
733485423,1918831023 css 1918831023 Messages should be displayed full width 733485423
733999615,1918831023 css 1918831023 Handle long breadcrumbs better with new menu 733999615
737394470,1918831023 css 1918831023 Table/database action menu cut off if too short  737394470
763207948,1918831023 css 1918831023 Default styling for bullet point lists 763207948
769520939,1918831023 css 1918831023 Make it easier to theme Datasette with CSS 769520939
866668415,1918831023 css 1918831023 Columns named "link" display in bold 866668415
913823889,1918831023 css 1918831023 Navigation menu display bug 913823889
978357984,1918831023 css 1918831023 Modify base.html template to support optional sticky footer 978357984
1306984363,1918831023 css 1918831023 minor a11y: <select> has no visual indicator when tabbed to 1306984363
1393903845,1918831023 css 1918831023 word-wrap: anywhere resulting in weird display 1393903845
1524983536,1918831023 css 1918831023 Canned query field labels truncated 1524983536
1863810783,1918831023 css 1918831023 form label { width: 15% } is a bad default 1863810783

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 8.951ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows