Skip to content
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

Merged
merged 4 commits into from
Aug 5, 2020

Conversation

iamareebjamal
Copy link
Member

@iamareebjamal iamareebjamal commented Jul 8, 2020

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:

  • Modals are not showing up correctly

@vercel
Copy link

vercel bot commented Jul 8, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/6vk3bxie4
✅ Preview: https://open-event-frontend-git-fork-iamareebjamal-opev-theme-remove.eventyay.vercel.app

@auto-label auto-label bot added the chore label Jul 8, 2020
@iamareebjamal iamareebjamal changed the title chore: Finally remove @open-event-theme chore: Finally remove @open-event/theme Jul 8, 2020
@codecov
Copy link

codecov bot commented Jul 8, 2020

Codecov Report

Merging #4538 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d01005...769d985. Read the comment docs.

mariobehling
mariobehling previously approved these changes Jul 9, 2020
snitin315
snitin315 previously approved these changes Jul 9, 2020
shivaylamba
shivaylamba previously approved these changes Jul 11, 2020
@iamareebjamal
Copy link
Member Author

Still having issues with fomantic UI for modals. Will diagnose more what can be done

@kushthedude
Copy link
Member

@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?

@iamareebjamal
Copy link
Member Author

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?

@kushthedude
Copy link
Member

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.

@iamareebjamal
Copy link
Member Author

Why? Any reason?

@kushthedude
Copy link
Member

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.

@iamareebjamal
Copy link
Member Author

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

@iamareebjamal
Copy link
Member Author

We can't use fomantic UI unless fomantic/Fomantic-UI#811 is resolved

@iamareebjamal
Copy link
Member Author

This is the reason for scroll block Semantic-Org/Semantic-UI#6449

@iamareebjamal
Copy link
Member Author

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

@iamareebjamal
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start Page not scrollable on mobile
5 participants