3.json (1021B)
1 { 2 "number": 3, 3 "title": "Todos", 4 "state": "open", 5 "author": "MTRNord", 6 "created_at": "2020-05-27T16:27:14Z", 7 "closed_at": null, 8 "labels": [ 9 "enhancement" 10 ], 11 "assignees": [ 12 "MTRNord" 13 ], 14 "body": "Some Todos that need to happen:\r\n\r\n- [ ] RAINBOWS!\r\n- [x] More errorhandling\r\n- [ ] Reverse the event list\r\n- [x] Roomlist filtering\r\n- [ ] Setting Readmarker\r\n- [ ] Memberlist\r\n- [x] Dark Theme (slightly horrible to code at 1am and look at a bright white page :D)\r\n- [x] Notifications (Blocked by https://github.com/rustwasm/gloo/issues/52 ?)\r\n- [x] Sending messages\r\n...", 15 "comments": [ 16 { 17 "author": "MTRNord", 18 "created_at": "2020-06-01T12:31:38Z", 19 "body": "- [x] Mention if a room is encrypted and warn about not being able to decrypt these" 20 }, 21 { 22 "author": "MTRNord", 23 "created_at": "2020-08-23T13:05:29Z", 24 "body": "Check cargo-i18n with newest update (See: https://github.com/kellpossible/cargo-i18n/pull/28 )" 25 } 26 ] 27 }