Giter Club home page Giter Club logo

Comments (8)

chrisvxd avatar chrisvxd commented on August 30, 2024 2

+1 for tagging @ahmedrowaihi. This will be additionally useful for restricting what can be dropped into dropzones once #37 lands.

I'll spin out a separate ticket for that one.

from puck.

iwootten avatar iwootten commented on August 30, 2024 2

Been at a conference the last couple of days so haven't been able to reply to this. Apologies.

I think I was slightly confused around the initial proposal here; I thought it was to do with grouping components that have been dragged into the page, rather than in the list of available components, but believe I misinterpreted it.

Correct, grouped in the left hand side (prior to placement) is what I meant.

Regardless, I think #87 should cover this ticket now, and includes some proposals.

Sounds good!

from puck.

chrisvxd avatar chrisvxd commented on August 30, 2024 1

Love this suggestion. Likely needs to come in after #37 as this contains some pretty heavy refactors. Will marked as Blocked for the time being.

from puck.

xaviemirmon avatar xaviemirmon commented on August 30, 2024 1

@iwootten I'd also find this super useful (if not necessary) for my use case. @chrisvxd wouldn't it be just a matter of adding an option group label to the component config? From there we could group into an accordion in the sidebar. Or, is there some extra complexity I'm missing?

Edit: @iwootten I understand what you are saying now. Not that this is too hard to implement but blocked by the changes required #37

from puck.

chrisvxd avatar chrisvxd commented on August 30, 2024 1

I think I was slightly confused around the initial proposal here; I thought it was to do with grouping components that have been dragged into the page, rather than in the list of available components, but believe I misinterpreted it.

Regardless, I think #87 should cover this ticket now, and includes some proposals.

I'll spin out yet another ticket for what I presumed this one was about.

If nobody shouts otherwise, I'll close this ticket in favour of #87.

Sorry for the confusion!

from puck.

chrisvxd avatar chrisvxd commented on August 30, 2024 1

The "other" type of grouping: #88

from puck.

chrisvxd avatar chrisvxd commented on August 30, 2024 1

Nobody shouted, so closing this ticket in favour of #87 and #88, which are more explicit and include proposals

from puck.

ahmedrowaihi avatar ahmedrowaihi commented on August 30, 2024

this would be nice!
we might add a tag field for a component, which will allow us to group them on the right menu

for example:

const config = {
  components: {
    HeadingBlock: {
+    tag: "headers",
      fields: {
        children: {
          type: "text",
        },
      },
      render: ({ children }) => {
        return <h1>{children}</h1>;
      },
    },
  },
};

from puck.

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.