Admin lightning talks: surface clickable slides link per speaker#70
Merged
Conversation
The admin running a live lightning session needs one-click access to each speaker's slides at the moment that speaker steps up. The slides URL was already collected from speakers and shown on the public schedule, but the admin page at /admin/lightning_talks did not surface it. Adds a slides cell to each row of the admin speakers list: a red bold "Open slides ↗" external link when slides_url is present, or a muted "no slides yet" indicator when blank — so admins can also see at a glance who hasn't submitted slides and chase them before stage time. Also extends the row's grid-template-columns by one auto track so the new cell sits inline with handle / position / time / name / title / Remove.
|
🚅 Deployed to the ruby-embassy-pr-70 environment in ruby-embassy
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/admin/lightning_talks: a red bold "Open slides ↗" external link whenslides_urlis present, or a muted "no slides yet" indicator when blank — so admins can pull up slides one-click during the live session and chase missing slides before stage time.slides_urlwas already collected from speakers and shown on the public schedule; this only surfaces it on the admin side. Also extends the row'sgrid-template-columnsby oneautotrack so the new cell sits inline with the existing handle / position / time / name / title / Remove cells.Test plan
/admin/lightning_talks— each speaker row shows either a red "Open slides ↗" link or a muted italic "no slides yet"/schedule→ expand Lightning lineup) is unchanged