-
-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update plugins to use new "core" CSS class #2417
Labels
Comments
This command can help: rg --pcre2 '<form(?:(?!core)[^>])*>' --glob 'datasette-*/**/templates/**' -l It should find all The |
Edited output of that command:
Will use this to add checkboxes to the issue description. |
simonw
added a commit
to simonw/datasette-edit-schema
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-edit-schema
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-auth-tokens
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-auth-tokens
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-configure-fts
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-configure-fts
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to datasette/datasette-enrichments
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to datasette/datasette-enrichments
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-auth-passwords
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-auth-passwords
that referenced
this issue
Sep 3, 2024
simonw
added a commit
to simonw/datasette-write
that referenced
this issue
Sep 3, 2024
Also drop menu_links in favor of database_actions And class=core, refs simonw/datasette#2417
simonw
added a commit
to simonw/datasette-write
that referenced
this issue
Sep 4, 2024
Refs #12, #10 Refs simonw/datasette#2417
simonw
added a commit
to simonw/datasette-search-all
that referenced
this issue
Sep 4, 2024
simonw
added a commit
to simonw/datasette-search-all
that referenced
this issue
Sep 4, 2024
Refs 20 Refs simonw/datasette#2417
simonw
added a commit
to datasette/datasette-import
that referenced
this issue
Sep 4, 2024
simonw
added a commit
to datasette/datasette-import
that referenced
this issue
Sep 4, 2024
New recipe for checking my progress: rg --pcre2 '<form(?:(?!core)[^>])*>' --glob 'datasette-*/**/templates/**' -l | awk -F'/' '{print $1}' | sort | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Split from:
This is a tracking issue for all of the plugins that will need to add
<form class="core">
in order to keep using the Datasette default button styles.datasette-pastethis repo is retired in favour ofdatasette-import
Eek that's 28! I'll manually sort them with the most important at the top.
The text was updated successfully, but these errors were encountered: