-
Notifications
You must be signed in to change notification settings - Fork 9
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
45503 implement AreaButler in detail page template #765
45503 implement AreaButler in detail page template #765
Conversation
Pull Request Test Coverage Report for Build 8700162975Details
💛 - Coveralls |
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.
@dai-eastgate Please take a look at my suggestion
css/onoffice-default.css
Outdated
|
||
.oo-area-butler { | ||
position: relative; | ||
height: 500px; | ||
} |
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.
I think this fits more in onoffice-defaultview.css
Whats your opinion?
@andernath I will check it |
|
…ttps://github.com/onOffice-Web-Org/oo-wp-plugin into 45503-implement-areabutler-in-detail-page-template � Conflicts: � css/onoffice-default.css
Oh Thanks for investigating! I see we should not use onoffice_defaultview.css neither onoffice-default.css
I got suspicious because of the file naming and classes inside. But anyway, thanks to your hint, we've found out where we need to insert styling changes: Don't worry. I will add this change. So Frederic can start testing. :) |
Steps to install the approved version:
|
@andernath For this new AreaButler feature, placing the CSS in template.dist/onoffice-style.css makes sense, but for old users, be careful placing the CSS in template.dist/onoffice-style.css because this may affect backward compatibility. This is video demo backward_compatibility_765.mp4 |
@dai-eastgate After reviewing there are a few changes that have to be made :)
Thank you in advance |
@fredericalpers I have updated CSS. This is video demo: Evidence765_part2.mp4Note: Currently I cannot access https://areabutler.dev.areabutler.de/ on the onOffice Enterprise so the map for AreaButler is not displayed, instead it is showing as "loading" |
Steps to install the approved version:
|
related to #748
changed log:
Add AreaButler on detail page template