Skip to content

refactor: solid account page (@fehmer, @miodec)#7537

Draft
fehmer wants to merge 83 commits intomasterfrom
feature/solid-results
Draft

refactor: solid account page (@fehmer, @miodec)#7537
fehmer wants to merge 83 commits intomasterfrom
feature/solid-results

Conversation

@fehmer
Copy link
Member

@fehmer fehmer commented Feb 26, 2026

No description provided.

import { getTheme } from "../signals/theme";
import { qs } from "../utils/dom";

//TODO
Copy link
Contributor

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO


if (state.source === "accountPage") {
AccountPage.updateTagsForResult(state.resultId, state.tags);
//TODO AccountPage.updateTagsForResult(state.resultId, state.tags);
Copy link
Contributor

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO AccountPage.updateTagsForResult(state.resultId, state.tags);

@fehmer fehmer changed the title refactor: solid account page (@fehmer) refactor: solid account page (@fehmer, @miodec) Mar 16, 2026

export async function update(): Promise<void> {
const results = DB.getSnapshot()?.results;
//TODO fix or delete?
Copy link
Contributor

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO fix or delete?

@fehmer fehmer force-pushed the feature/solid-results branch from e6fa4c7 to b1e4cff Compare March 20, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Server stuff frontend User interface or web stuff packages Changes in local packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants