Coder Social home page Coder Social logo

Comments (5)

ShGKme avatar ShGKme commented on July 2, 2024 2

Isn't the goal to remove that blur background?

As I understand, the goal is to remove creating this blur background using CSS filter on the fly, because it has bad performance on machines without GPU acceleration.

The @marcoambrosini's proposal is to generate this blurred image once on the server instead of CSS filter.

from server.

ShGKme avatar ShGKme commented on July 2, 2024

I think this is a great idea. The PoC also looks very promising. Some thoughts:

  1. This would require changes for components and apps, so we probably still need some solution for old servers to fix performance issue...
  2. It would be great to make the solution backward-compatible for both apps and @nextcloud/vue. Ideally with some reusable solution, maybe a directive. I'll try to make a PoC

apart from MacOS

You don't want to use this approach on mac? Is there any difference with the blur filter?

from server.

artonge avatar artonge commented on July 2, 2024

This would mean downloading two background, right?
Also, instead of setting that second background for each element needing a blurred background, we could set that second background as a sibling of background-container and clipping it to no appear in the top bar and on the sides.

from server.

ShGKme avatar ShGKme commented on July 2, 2024

This would mean downloading two background, right?

Yes

Also, instead of setting that second background for each element needing a blurred background, we could set that second background as a sibling of background-container and clipping it to no appear in the top bar and on the sides.

But apps may use it in any place (e.g. call view in Talk), and we have a kind of background already on the elements with the blur filter.

from server.

artonge avatar artonge commented on July 2, 2024

But apps may use it in any place (e.g. call view in Talk), and we have a kind of background already on the elements with the blur filter.

Isn't the goal to remove that blur background?

from server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.