holium / realm-support

4 stars 0 forks source link

changing the name of a Space doesn't work #4

Closed jmrphy closed 1 year ago

jmrphy commented 1 year ago

I learned that Chronicle currently requires a Group and a Space to have the same name.

So I went to change the name of my space, and it doesn't seem to take.

CleanShot 2022-12-14 at 14 11 10

drunkplato commented 1 year ago

You can only change the display name. The actual path will not change once it is created.

So you can't change the path once it is created.

You would have to make a new space with the path of the group.

The path is generated based on the initial name, so if you needed the name to be "country", you would have to name it "country" when first created.

your current one is: ~pitsyp-savnev-malbex-lacnyr/imperceptible-country

The spaces data for reference:

{
  "/~pitsyp-savnev-malbex-lacnyr/imperceptible-country": {
    "name": "country",
    "theme": {
      "windowColor": "#fff",
      "accentColor": "#4E9EFD",
      "inputColor": "#fff",
      "backgroundColor": "#C4C3BF",
      "dockColor": "#fff",
      "mode": "light",
      "iconColor": "rgba(95,94,88,0.3)",
      "wallpaper": "https://images.unsplash.com/photo-1622547748225-3fc4abd2cca0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2832&q=100",
      "textColor": "#333333"
    },
    "picture": "",
    "path": "/~pitsyp-savnev-malbex-lacnyr/imperceptible-country",
    "type": "space",
    "updatedAt": 1664811378253,
    "color": "#000000"
  }
}
jmrphy commented 1 year ago

Thanks for clarifying. It was only an issue because I learned after the fact that Chronicle requires Groups and Spaces to have the same name. So this closed.