Skip to content

delete footer#829

Open
timea-solid wants to merge 2 commits into
stagingfrom
newLayout
Open

delete footer#829
timea-solid wants to merge 2 commits into
stagingfrom
newLayout

Conversation

@timea-solid

Copy link
Copy Markdown
Member

I am changing the layout according to new design. We do not have a footer anymore.

@timea-solid timea-solid moved this to In review in SolidOS NLNet UI Jul 3, 2026
@timea-solid timea-solid requested a review from NoelDeMartin July 3, 2026 20:51
@timea-solid

Copy link
Copy Markdown
Member Author

make sure to also merge solid-panes and mashlib otherwise, CIs will break there. See parent ticket where all are linked.

@NoelDeMartin NoelDeMartin left a comment

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.

The code changes are fine (just removing code, which is nice xD), but there are a couple of things I would change before merging this.

Comment thread README.md

* Raptor mini: when we are on layout mobile we do not want to display the help menu at all.

* Raptor mini: Create for me a footer Lit Component in tsy style of the components I have and under v2. Take the code from this index.ts to start with.

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 it ok to remove these comments? They are still part of the "prompt history", even if the code they generated is now removed.

I don't like these here either, to be honest, but if we want to keep prompt history it should be exhaustive. Maybe we can just move the to a separate .md file outside of the README or something?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

we should delete the prompts everywhere in the end. this approach was not ok. for now I deleted the prompts that I used to create the files I deleted.

@@ -0,0 +1,126 @@
/*
Copied from mashlib/src/global/metadata.ts

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.

I wouldn't add this comment here. If you want to keep attribution, the commit message is a much better place for this.

What if we keep refactoring this file in the future? It won't be "copied from mashlib" anymore. Or at what point does it stop being so? After changing one line? Two? The entire file? etc.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I did not mean to touch this file at all, this is an old code file used in the old header and footer believe. we will delete this when we depreciate the old header and footer. not now.

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.

Actually, I'm not sure we even want this file here. What's the purpose of moving it here? It's not even exported from any entrypoint, and isn't used internally either, so it's effectively dead code.

Also, if we wanted some "header helpers" I'd also suppose they should go in the package where the header is defined, solid-panes.

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

Labels

None yet

Projects

Status: In review

Development

Successfully merging this pull request may close these issues.

Implemnet re-redesign of logged in user menu items

2 participants