Skip to content

Replace old styling with Tailwind classes - #112

Open
K97i wants to merge 1 commit into
Spec-ify:v2from
K97i:v2-tailwind
Open

Replace old styling with Tailwind classes#112
K97i wants to merge 1 commit into
Spec-ify:v2from
K97i:v2-tailwind

Conversation

@K97i

@K97i K97i commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

and also remove the PHP side from index test page

Comment thread new/apps/web/src/app.html
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
>
<!--

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Did you mean to leave this section commented out?

const tabbedInfoHTML = await (
await fetch(`http://localhost:8080/tabbed_info.php/?file=${FILE_PATH}`)
).text();
*/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this supposed to be commented out?

wrapperDiv!.innerHTML = pageData.widgetHTML + pageData.tabbedInfoHTML + pageData.tableHTML;
// document.appendChild(wrapperDiv);
});
*/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

is this supposed to be commented out?

<TabbedInfo report={pageData.report} eolList={pageData.eolList}/>
<Accordions report={pageData.report}/>
<div id="legacy-content"></div>
<!-- <div class="space-y-5">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

is this supposed to be here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants