Arya Khochare

Results 159 comments of Arya Khochare

Now the app is running but it shows. _$$_REQUIRE(_dependencyMap[4](...)eate-element").createStyleObject is not a function (it is undefined). Could not find a declaration file for module 'react-syntax-highlighter/create-element'. 'e:/Open Source Contributions/Mattermost Mobile/mattermost-mobile/node_modules/react-syntax-highlighter/create-element.js' implicitly...

Hello @mattermod. I would like to work on this issue.

Hello @amyblais. The text and the icon is inside the MenuItem__primary-text class of menu_item_toggle_modal_redux. Which is of inline flex for proper alignment of icon and text. If i have to...

Should I make backend change as discussed or do the frontend changes given.

Ok. Will make the backend change. So we have to use common endpoint of /logs/download for downloading both plain and JSON logs right ?.

Update:- I have made the api and checked the response. Just have to make some changes on frontend to make it properly work. Will commit my changes after that.

func downloadLogs(c *Context, w http.ResponseWriter, r *http.Request) { lines, _ := c.App.GetLogs(c.AppContext, c.Params.Page, c.Params.LogsPerPage) tmpfile, err := os.CreateTemp("", "logs-*.log") if err != nil { http.Error(w, "Failed to create temporary file",...