Skip to content

Conversation

MinThaMie
Copy link
Contributor

With the new design we broke @kategengler's workflow of searching for an RFC in the side menu, so we now have the library page, showing the number, title and the stage. The only thing we need to figure out is the linking thing when RFCs are closed/merged or still in proposed stage. We can merge this now, and fix that later, or maybe I can fix it tomorrow.
Screenshot 2025-09-28 at 17 20 02

@MinThaMie MinThaMie requested a review from mansona September 28, 2025 15:22
Copy link

netlify bot commented Sep 28, 2025

Deploy Preview for ember-rfcs ready!

Name Link
🔨 Latest commit 6993acc
🔍 Latest deploy log https://app.netlify.com/projects/ember-rfcs/deploys/68d952a348f15900089ff936
😎 Deploy Preview https://deploy-preview-23--ember-rfcs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@MinThaMie MinThaMie self-assigned this Sep 28, 2025
@MinThaMie MinThaMie added the enhancement New feature or request label Sep 28, 2025
@kategengler
Copy link

May need to add library to the prerender URLs

const result = [];

for (let fileContents of data) {
result.push({number: fileContents.number, link: fileContents.rfcFile, title: fileContents.title,stage: fileContents.currentStage});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we're showing proposed things we won't always have a link to the rfcFile 🤔 should we also be exposing github links? what is the UX around this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants