-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: Custom dialogs and file structure #9
Conversation
1. Use custom dialog implementation to increase compatibility since, for now, the <dialog> element doesn't provide the compatibility we need 2. Revamp file structure to make long files shorter and more readable Refs: fliegwerk/fliegdoc#26
# Conflicts: # package-lock.json # package.json
Code Climate has analyzed commit 201f249 and detected 0 issues on this pull request. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have tested it with the current build of fliegdoc.
On desktop it works fine but in iOS it works on the main page of the fliegdoc documentation but not on the module pages (or "subpages"). (see attached video file)
It that a bug in fliegdoc or in the search-popup? 🤔
(tested with an iPhone 11)
Update
Nevermind, my fault. I forgot to replace the bundle.js
in the subpage 😛.
<dialog>
element doesn't provide the compatibility we needCloses fliegwerk/fliegdoc#26