-
Notifications
You must be signed in to change notification settings - Fork 235
feat: Apply "Option for viewing sr decks and cards in tabs" feature to Ribbon callback #1233
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
base: master
Are you sure you want to change the base?
Conversation
…o Ribbon callback
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1233 +/- ##
==========================================
- Coverage 93.69% 93.15% -0.54%
==========================================
Files 42 42
Lines 4662 4662
Branches 663 375 -288
==========================================
- Hits 4368 4343 -25
- Misses 289 317 +28
+ Partials 5 2 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
i can confirm it still doesn't seem to work if i access the flashcards from the ribbon but works if i use the command to access the flashcards |
I have been using this modified version for a while (on Windows and iOS), and it can open as a tab from the ribbon. Which version of the plugin are you using? If it's the releases version, it indeed won't work because the code hasn't been merged yet. |
yeah im still using the release version. How can i use this modified version that u are using? |
Sorry for the late reply. I built a version with the modifications after merging the updates from the If you'd like to use it directly, you can use the main.js inside the main.zip to replace If you'd prefer to compile it yourself:
|
port tab view feature from upstream PRs: 1. st3v3nmw#1169 2. st3v3nmw#1233 --------- Co-authored-by: bcdax110 <[email protected]>
I wanted to try the feature in #1169, so I built it from the latest version and found that it didn’t work. Later, I discovered that it worked when opened via command, but it didn’t work when opened via Ribbon. I guessed that the Ribbon callback might have been forgotten to be modified. So, I referred to the command callback implementation and modified the Ribbon callback part accordingly.