Dadiorchen

Results 127 comments of Dadiorchen
trafficstars

This issue is open to contributors

@shobhitexe thank you for the comment, please check the video below, if you open the URL above, the drawer is missing when you drag it downward: https://dadior.s3.ap-northeast-1.amazonaws.com/Screen%20Recording%202023-05-29%20at%203.00.37%20PM.mp4

I'm not sure if it is because of some height problem, @RubenSmn did you say something about this before?

@shobhitexe can you try it with a different device schema, like what I did: iphoneXR or do it on your phone? It is a bug, because it shows up in...

I found some may or may not be relevant issues FYI: https://github.com/Greenstand/treetracker-web-map-client/issues/783 https://github.com/Greenstand/treetracker-web-map-client/issues/867 @shobhitexe thank your for taking time for this!

@tungbq sorry for the delay, yes, you are right, but because we will create new branch for new feature, so we should read the file: .releaserc.json to get the list...

I tried to sync the main to cwm, I found some problem: 1. If we directly use `main` to merge to `cwm` in a pull request, then to solve conflict...

Correction: ``` git checkout --theirs package-lock.json ``` This is wrong and caused problem: https://github.com/Greenstand/treetracker-web-map-client/issues/1646 So I think to avoid this, we'd better regenerate the lock file totally.