MacFJA

Results 79 comments of MacFJA

Is it a tool or a component ? From what I read from your code/example it look more like a new component than a development/building tool.

@guyromm, can you run rebase your branch on `staging` and run `npm run format`. The formatting of `src/routes/templates/templates.json` is not correct

Can you fix the indentation of the JSON ? To be consistent with the rest of the file. ---- Also, I'm not sure if your project is in the right...

@Tropix126, Can you rebase your branch with `staging` and run `npm run format`. The file `src/routes/components/components.json` have formatting issues (usage of spaces)

> it's a bit hard to differentiate between "uncategorized" and empty input in the category drop down Yes, and I also see that **Tools** miss the `Uncategorized` > I think...

> I'd slim the sorting options down some more. Like: "Stars", "Name", "Most recent", "Oldest". I don't really know what use case would have people looking for components starting with...

> It doesn't necessarily have to be part of this PR, but I noticed that the text for the "Tags" field is quite high rather than being vertically centered >...

@joeinnes, Can you rebase your branch with `staging` and run `npm run format` ? The formatting of `src/routes/components/components.json` is not correct (issue with end/start of the JSON object (https://github.com/svelte-society/sveltesociety.dev/pull/176/files#diff-d9f92e8e9adb76c17f488aefddaa940b6dfba83b2b212945311a1fc2fb637da7R2350))

The page `src/routes/help/submitting.svelte` should also be updated to use this component (to unify the select across the website). And then the `svelte-select` package should be removed from the dependencies list...