Ragnar Rebase
Ragnar Rebase
Sorry for the delayed response. Yeah adding web sockets to make the board update in real-time, would be a fantastic development and major improvement as currently it doesn't even have...
Hey @SeanPreusse. Good question, yes it makes sense to expand the NewBoardDialog. Do you have backend (Django) experience? Currently the `createBoard` doesn't support adding additional fields about the columns &...
Yeah, please create an issue for the forgot password option. Social auth should be done with `django-allauth`. It's probably not super straightforward since the project is an SPA and the...
Most places should have errors displayed. Is it network errors that are not shown?
> Currently, column stats are deleted once a board is deleted. I am not sure whether task, comment, member and label states should be deleted as well. It makes sense...
> I mean do we need to delete the related stat in frontend Yea, it makes sense to clean up the store (even though not strictly necessary as the data...
Yeah, you can take this one. The ordering should be done on the backend side as well, meaning that after a refresh the changed ordering remains. I believe you should:...
Haven't determined the root cause yet, but here are steps I've found to repro it 100%: 1. Run the example app in release mode on iOS device (worked fine in...
Looks like the culprit could be an issue with the native iOS `NSURLRequest` https://developer.apple.com/forums/thread/106838 Related RN issue threads: https://github.com/facebook/react-native/issues/35384, https://github.com/facebook/react-native/issues/29908
I've struggled with the same issue and `nohoist` options aren't working in pnpm if using `node-linker=hoisted` (https://github.com/pnpm/pnpm/discussions/5651)