Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-24 | Override Action View name inference in settings/keyword_mutes. | David Yip | |
Glitch::KeywordMute's name is inferred as glitch_keyword_mutes, and in templates this turns into e.g. settings/glitch/keyword_mutes. Going along with this convention means a lot of file movement, though, and for a UI that's as temporary and awkward as this one I think it's less effort to slap a bunch of as: options everywhere. We'll do the Right Thing when we build out the API and frontend UI. | |||
2017-10-21 | Fill in create, edit, update, and destroy for keyword mutes interface. | David Yip | |
Also add a destroy-all action, which can be useful if you're flushing an old list entirely to start a new one. |