Conversation
|
Looks like images causes the editor to overflow - is there a good way to handle it in the editor? (assuming that we can't control the content renderer, in this case, the markdown view) Also I noticed that the daily notes page has too narrow borders, since the card already applies the margin, so I made them the same width in my commit here. Don't know how do you like your code hygiene, lemme know if you don't want me to do that :) Otherwise it looks pretty cool! <3 |
The editor already applies I think it makes sense to fix it in the Markdown renderer, since we don't want image to overflow in any cases. |
From my perspective the borders look fine, but seeing your changes I guess you think the padding is too large? I didn't notice that daily note also uses the same component, and I think your changes are reasonable, so let's keep it. |
|
Btw, I see you merge |
I feel like it's more intuitive to use merge commits since it's right inside the GitHub GUI and natural in the flow of reviewing -> merging, instead of having to go to a CLI. What do you think @TheExGenesis ? NVM I saw the option in the GUI At the same time I think rebasing it diverges your local version too, so maybe you should only do it yourself? Unless me or Francisco thought it's ready to be merged right after rebasing it |
32a5387 to
4dbea60
Compare
|
@thesophiaxu Yeah, rebasing diverges the branch that is being rebased, for example, after running |


Add more padding around the note page, so it's easier to click the toggle button.
Fix drop indicator overflow.
Improve date description.
Improve children indicator.
Fix some other bugs related to layout.