Conversation
a488070 to
09e25d7
Compare
09e25d7 to
8ad5ebb
Compare
8ad5ebb to
d4641da
Compare
Contributor
Author
|
(just a rebase for CI) |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7514 +/- ##
==========================================
+ Coverage 52.20% 52.96% +0.76%
==========================================
Files 101 100 -1
Lines 3174 3119 -55
Branches 871 868 -3
==========================================
- Hits 1657 1652 -5
+ Misses 1271 1229 -42
+ Partials 246 238 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
I'll check on the morning |
ShGKme
approved these changes
Nov 16, 2025
Contributor
ShGKme
left a comment
There was a problem hiding this comment.
Nitpicks only.
Thanks for splitting into commits.
susnux
commented
Nov 25, 2025
591f6ca to
eb2e092
Compare
Contributor
Author
|
Added commits fixing the review comments |
eb2e092 to
86ad6b0
Compare
Antreesy
approved these changes
Nov 26, 2025
Contributor
Antreesy
left a comment
There was a problem hiding this comment.
Otherwise fine. Maybe we'll keep native eventListeners for now?
Contributor
Author
Antreesy
approved these changes
Nov 26, 2025
- Use Typescript for component - Use vueuse composable instead of custom Timer class Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Instead of dialog example where we recommend to use NcDialog we should provide an example on how to use the slideshow feature. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1. Script 2. Template 3. Styles 4. Docs Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This allows to also trigger hotkeys in modals. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
e59f163 to
0bdf7ec
Compare
Contributor
Author
|
(rebased to check CI) |
allowInModal
3 tasks
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
This consists of multiple refactoring as you can review individually with each commit.
Basically this migrates the component to Typescript and then to script-setup with new consistent tag order.
By doing so also removed the last JS util (Timer) and just uses the
useIntervalFnfrom vueuse.🏁 Checklist
stable8for maintained Vue 2 version or not applicable