Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunter: file browser additional fixes #1547

Merged
merged 6 commits into from
Apr 27, 2022
Merged

Conversation

ksilobait
Copy link
Contributor

@ksilobait ksilobait commented Apr 26, 2022

Signed-off-by: Ruslan Izhitsky ruslan.izhitskiy@xored.com
Related issue: #1407
Closes: #1503

Signed-off-by: Ruslan Izhitsky <ruslan.izhitskiy@xored.com>
@ksilobait ksilobait requested a review from BykhovDenis April 26, 2022 10:36
@ksilobait ksilobait marked this pull request as draft April 26, 2022 10:37
models/chunter/src/index.ts Outdated Show resolved Hide resolved
@ksilobait ksilobait requested review from BykhovDenis and haiodo April 27, 2022 05:23
@ksilobait ksilobait marked this pull request as ready for review April 27, 2022 05:24
{
name: { $like: '%' + searchQuery + '%' },
_class: { $in: _classes },
private: false,
Copy link
Member

Choose a reason for hiding this comment

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

It's extra, you filter it later

</div>
<SpaceInfo size={'medium'} value={space} />
{#if space.archived}
&nbsp;<Label label={presentation.string.Archived}/>
Copy link
Member

Choose a reason for hiding this comment

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

I think better add it in SpaceInfo

Signed-off-by: Ruslan Izhitsky <ruslan.izhitskiy@xored.com>
Signed-off-by: Ruslan Izhitsky <ruslan.izhitskiy@xored.com>
@ksilobait ksilobait requested a review from BykhovDenis April 27, 2022 06:58
Signed-off-by: Ruslan Izhitsky <ruslan.izhitskiy@xored.com>
@BykhovDenis BykhovDenis merged commit ca2b5ba into main Apr 27, 2022
@BykhovDenis BykhovDenis deleted the rizhitsky/file-browser-1407 branch April 27, 2022 08:47
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.

Chunter: Browse not fit
2 participants