-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore: Finally remove @open-event/theme #4538
chore: Finally remove @open-event/theme #4538
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/6vk3bxie4 |
Codecov Report
@@ Coverage Diff @@
## development #4538 +/- ##
============================================
Coverage 23.09% 23.09%
============================================
Files 476 476
Lines 4979 4979
Branches 8 8
============================================
Hits 1150 1150
Misses 3828 3828
Partials 1 1 Continue to review full report at Codecov.
|
Still having issues with fomantic UI for modals. Will diagnose more what can be done |
4a24c1d
166c025
to
4a24c1d
Compare
@iamareebjamal Won't we want to update the open-event theme to use fomantic & then refer it here like it was done in case of semantic-ui? |
Why would we depend on an indirection and maintain another package when we aren't changing anything? And then update 2 packages when there is an update to fomantic UI and make a release in open even theme? |
Makes sense, but I thought we would want it to maintain the open-event ecosystem. |
Why? Any reason? |
I thought we would want to maintain the open-event ecosystem including the design system too, so next if I someone would need fomantic-ember they can see the open-event-theme. |
There is no open-event theme. It is exactly same as default semantic UI theme. Just rounded corners were removed and now have been restored |
We can't use fomantic UI unless fomantic/Fomantic-UI#811 is resolved |
This is the reason for scroll block Semantic-Org/Semantic-UI#6449 |
a1da473
to
769d985
Compare
This commit fixes the issue https://github.com/fomantic/Fomantic-UI/pull/273/files but the latest code https://raw.githubusercontent.com/fomantic/Fomantic-UI/master/src/definitions/modules/modal.js causes this issue fomantic/Fomantic-UI#1590 which is not reproducible in a minimal example So, merging for now. Will find proper solution after more debugging |
If no solution is found, then we'll patch our own code with the PR so that both scrolling issue and modals dismissal is fixed |
Fixes #4526
Since we have reverted to rounded corners and undone any changes to default semantic theme, there is no use of depending on fork of semantic UI theme as it is difficult to maintain and causes random undebuggable bugs like the one linked.
To be fixed before merged: