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

Filtering #490

Merged
merged 12 commits into from
Aug 9, 2023
Merged

Filtering #490

merged 12 commits into from
Aug 9, 2023

Conversation

TGlide
Copy link
Contributor

@TGlide TGlide commented Aug 4, 2023

No description provided.

@vercel
Copy link

vercel bot commented Aug 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
console ❌ Failed (Inspect) Aug 9, 2023 2:54pm
console-cloud ❌ Failed (Inspect) Aug 9, 2023 2:54pm
console-next ❌ Failed (Inspect) Aug 9, 2023 2:54pm

Comment on lines 112 to 122
<style lang="scss">
.cool-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;

> :global(h2) {
grid-column: span 2;
}
}
</style>
Copy link
Member

Choose a reason for hiding this comment

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

@TGlide since we use this template so much we should probably add it to Pink

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You mean the grid-template columns?

Copy link
Member

Choose a reason for hiding this comment

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

Yes :)

Comment on lines 300 to 307
hr {
height: 1px;
width: calc(100% + 2rem);
background-color: hsl(var(--color-border));

margin-block-start: 1rem;
margin-inline: -1rem;
}
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 we already have dividers in pink

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Didn't find them on pink.appwrite.io 🤔

Copy link
Member

@ArmanNik ArmanNik Aug 8, 2023

Choose a reason for hiding this comment

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

Then we probably need to add them 😆 but I'm sure they are in the code


<p class="u-text-center u-margin-block-start-24">
Signed in as test@test.com <button
Copy link
Member

Choose a reason for hiding this comment

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

Does test@test.com need to stay here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@PineappleIOnic does the firebase report return a username/email?

export const load: PageLoad = async ({ params, depends, url, route }) => {
depends(Dependencies.DOCUMENTS);
const page = getPage(url);
const limit = getLimit(url, route, PAGE_LIMIT);
const view = getView(url, route, View.Grid);
const offset = pageToOffset(page, limit);

const queries = url.searchParams.get('query');
const parsedQueries = queryParamToMap(queries || '[]');
console.log(parsedQueries);
Copy link
Member

Choose a reason for hiding this comment

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

leftover ?

Copy link
Member

@christyjacob4 christyjacob4 left a comment

Choose a reason for hiding this comment

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

Please address the comments

…ase]/collection-[collection]/+page.ts

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants