Commit Graph

4 Commits (b89a9004d4820a286e32e1bbf48f0efe2876bcbd)

Author SHA1 Message Date
Aravinth Manivannan b89a9004d4
feat: improve gist view styling 2022-03-12 23:47:48 +05:30
Aravinth Manivannan 2323dbf82c
feat: gist view 2022-03-12 18:16:42 +05:30
Aravinth Manivannan 92f48b7bfb
feat: add new gist form gets error handling and rendering with
user-provided values on error
2022-02-27 20:14:53 +05:30
Aravinth Manivannan 9e15e04ca5
feat: new gist page and extractors to handle new gist form payload
SUMMARY
    REST API for gist creation uses JSON for payload format, which
    supports array. Form doesn't so gist file field names(filename and
    content) follow {KNOWN_PREFIX}{index} semantics, which can be parsed
    while processing request.
2022-02-23 20:34:24 +05:30