Skip to content

refactoring: generic refactoring#37

Open
fyllekanin wants to merge 2 commits into
devfrom
refactoring
Open

refactoring: generic refactoring#37
fyllekanin wants to merge 2 commits into
devfrom
refactoring

Conversation

@fyllekanin
Copy link
Copy Markdown
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
Comment thread resources/js/Composables/useIconType.js Outdated
fetchSlips()
}
const fetchSlips = async () => {
const next_url = slips.value.next_page_url
Copy link
Copy Markdown
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

Comment thread resources/js/app.js
tooltip: {
delay: {
show: 100,
delay: 100,
Copy link
Copy Markdown
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

Comment thread resources/js/app.js
delay: 100,
},
},
},
Copy link
Copy Markdown
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