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

Compatibility with Nextcloud 25 #366

Closed
Supergamerx3000 opened this issue Oct 5, 2022 · 13 comments
Closed

Compatibility with Nextcloud 25 #366

Supergamerx3000 opened this issue Oct 5, 2022 · 13 comments

Comments

@Supergamerx3000
Copy link

Nextcloud 25 RC2 has been released. It will be released at the end of October. Please create a compatible release for Nextcloud 25.

Kind regards
Pascal

@vithusel
Copy link

Is this plugin any closer to reaching v25 compatibility?

V25 went live today

@RoundAboutWEB
Copy link

IMPORTANT: When can compatibility be expected?

@SergeyMosin
Copy link
Owner

Testing is planned over the next couple of days and if everything goes well the next version will be release on Oct 24

@support-tt
Copy link

@RoundAboutWEB dont hurry him he is developing this app for free in his free time so sometimes a update needs some time..

@SergeyMosin I installed the app in our test enviroment the fields are all top left of the site and not well formatted but the app itself seems to work. Maybe its only a small change to support 25

@vithusel
Copy link

Testing is planned over the next couple of days and if everything goes well the next version will be release on Oct 24

Awesome! Thanks for the update. 👍

@RoundAboutWEB
Copy link

Sorry, but it is not free. I payed for support.

@SergeyMosin
Copy link
Owner

Just a quick update:
It looks like there are major changes on the front-end in NC25 nextcloud/server#32117 and it might break custom CSS that users might have added to their appointment pages. Therefore update is going to be two-fold:

  1. I'll push the first update today with just a message/notice informing users about possible custom CSS breakage in the next update.
  2. On Friday I'll push the real update

@RoundAboutWEB
Copy link

So we hope for 30.10.22:

image

@SergeyMosin
Copy link
Owner

v1.14.0 is NC25 compatible.

App UI still uses "@nextcloud/vue": "^5.4.0" so no fancy transparency effects for now. Style for the public page is kept as close to the original as possible, but if you want to use the new NC "frost/blur" effects you can use the following CSS Overrides:

<style>
body {
  background-image: var(--image-main-background);
}
#header {
  background: none;
}
#srgdev-ncfp_frm {
  background-color: var(--color-main-background-blur);
  -webkit-backdrop-filter: var(--filter-background-blur);
  backdrop-filter: var(--filter-background-blur);
  border-radius: 10px;
  padding: 2em;
}
@media only screen and (max-width: 390px) {
  #srgdev-ncfp_frm {
    padding: 1em;
    margin-left: 0;
    margin-right: 0;
  }
  .srgdev-ncfp-wrap {
    font-size: 105%;
  }
}
</style>

image

@RoundAboutWEB
Copy link

In witch file?

@SergeyMosin
Copy link
Owner

@RoundAboutWEB CSS ? Settings > Customize Public Page > Advanced Settings > Style Override

@SergeyMosin
Copy link
Owner

SergeyMosin commented Dec 4, 2022

In order to comply with accessibly guidelines, keyboard navigation is implemented in v1.14.6 ref: #214

Additionally, for performance and stability in Auto Style functionality and to avoid crashes in some edge cases v1.14.2 and v1.14.3 users should update the app to v1.14.4+ or turn off Auto Style until then

@SergeyMosin SergeyMosin reopened this Dec 4, 2022
@SergeyMosin
Copy link
Owner

v1.14.7 has further improvements to 'Auto Style` module. No other NC25 related issues are found. Closing.

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

No branches or pull requests

5 participants