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

Conversation

@zumm
Copy link
Contributor

@zumm zumm commented May 31, 2022

Support of horizontal scrolling. This feature uses grid-auto-flow css property to infer scroll mode. Demo updated.

@netlify
Copy link

netlify bot commented May 31, 2022

👷 Deploy request for vue-virtual-scroll-grid accepted.

Name Link
🔨 Latest commit 5b01584
🔍 Latest deploy log https://app.netlify.com/sites/vue-virtual-scroll-grid/deploys/629743617fc8bb0008320fbd

.gitignore Outdated
dist
dist-ssr
*.local
.env
Copy link
Owner

Choose a reason for hiding this comment

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

I think we should keep .env out of .gitignore. For local env, we should use .env.local as Vue/Vite's convention.

Copy link
Owner

@rocwang rocwang left a comment

Choose a reason for hiding this comment

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

This looks awesome! Thanks for your contribution!

Two minor things:

  1. Would you mind updating the documentation in README.md to cover this new feature?
  2. We just merged #220 , which lead to some conflicts with your PR here. Could you rebase your PR to resolve these conflicts?

<p :class="$style.category">Scroll mode:</p>

<div :class="$style.radioList">
<label for="all" :class="$style.radioLabel">
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
<label for="all" :class="$style.radioLabel">
<label for="vertical" :class="$style.radioLabel">

Vertical
</label>

<label for="mens" :class="$style.radioLabel">
Copy link
Owner

@rocwang rocwang Jun 1, 2022

Choose a reason for hiding this comment

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

Suggested change
<label for="mens" :class="$style.radioLabel">
<label for="horizontal" :class="$style.radioLabel">

@rocwang rocwang added the enhancement New feature or request label Jun 1, 2022
@zumm
Copy link
Contributor Author

zumm commented Jun 1, 2022

@rocwang I can rebase, but i have no idea what i should write in README.md. Any suggestions?

@zumm
Copy link
Contributor Author

zumm commented Jun 1, 2022

Mb something like that. I also did some fixes of #220 during rebase i hope it's ok.

@zumm zumm requested a review from rocwang June 1, 2022 12:45
@rocwang rocwang merged commit d586fb2 into rocwang:main Jun 1, 2022
@github-actions
Copy link

github-actions bot commented Jun 1, 2022

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants