Visible in the inspector, many elements on the html of discourse pages have ids of the form “ember[somenumber]”, like id=“ember36”. Can I use these ids to learn anything about the discourse codebase?
For example, I’m often trying to figure out what component corresponds to a piece of code. Generally I use the ember inspector, which works decently. Do these ids give any information like that? (I don’t find them in the discourse github repo)