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

refactoring: generic refactoring #37

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

refactoring: generic refactoring #37

wants to merge 2 commits into from

Conversation

fyllekanin
Copy link
Collaborator

  • Add file size limit to settings
  • Remove unused variables
  • Add "use" instead of using \
  • Align vue files with 4 space indentation

- Add file size limit to settings
- Remove unused variables
- Add "use" instead of using \
- Align vue files with 4 space indentation
resources/js/Composables/useIconType.js Outdated Show resolved Hide resolved
fetchSlips()
}
const fetchSlips = async () => {
const next_url = slips.value.next_page_url
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Wondering if this check can't be done above "fetchSlips", seems like unneeded code to run if next_page_url either way will stop it further ahead in callbacks

tooltip: {
delay: {
show: 100,
delay: 100,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

"delay" doesn't seem to be a supported delay property when looking at:
https://github.com/Akryum/floating-vue/blob/main/packages/floating-vue/src/config.ts

delay: 100,
},
},
},
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

trailing comma

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.

1 participant