Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Refactor assets to be linked to a project #234

Merged
merged 3 commits into from
Oct 22, 2023
Merged

Conversation

SharkmanZA
Copy link
Collaborator

No description provided.

@SharkmanZA SharkmanZA added the scope: UI Related to the user interface label Oct 19, 2023
@SharkmanZA SharkmanZA added this to the Project Day milestone Oct 19, 2023
@SharkmanZA SharkmanZA self-assigned this Oct 19, 2023
Copy link
Collaborator

@ArmandKrynauw ArmandKrynauw left a comment

Choose a reason for hiding this comment

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

Just check the added comments.

Comment on lines 120 to 121
let cacheIds = readable<string[]>([]);
$: cacheIds = projectsStore.getReactiveActiveProjectCacheIds();
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is happening with this sequence of reactive statemnts here? Cuase I believe you can just use

let cacheIds = projectStore.getReactiveProjectCacheIds();

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Skill issue rip. Will fix...

src/electron/lib/api/apis/ProjectApi.ts Outdated Show resolved Hide resolved
@ArmandKrynauw ArmandKrynauw merged commit 776c6e7 into dev Oct 22, 2023
8 of 10 checks passed
@ArmandKrynauw ArmandKrynauw deleted the refactor/assets branch October 22, 2023 07:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: UI Related to the user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants