Skip to content

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
Contributor

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
Contributor

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
Contributor

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
Contributor

@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

{/each}

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

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?


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

Choose a reason for hiding this comment

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

leftover ?

Copy link
Contributor

@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.

4 participants