obsidian-db-folder icon indicating copy to clipboard operation
obsidian-db-folder copied to clipboard

[FR]: View update on column addition

Open DannyHatcher-Git opened this issue 2 years ago • 1 comments

Contact Details

[email protected]

Present your request

Currently, when I add a column back into the database view it moves me back to the top of the page.

I would like it to keep me in the same place I was before adding the column in.

For which platform do you request this request??

Desktop

DannyHatcher-Git avatar Oct 12 '22 14:10 DannyHatcher-Git

this supposes a technical challenge as the architecture is thought. When adding a column and closing the modal window, the table is reloaded from 0 to be able to launch certain initializations.

to do it, the logic would have to be transferred to event management in Zustand (framework used by the plugin) to be able to control the position without relaunching everything

I dont know if its worth the effort (1 week of work)

RafaelGB avatar Oct 12 '22 19:10 RafaelGB

Ok. Maybe something for future consideration. If you don't ask you never get 😁

DannyHatcher-Git avatar Oct 13 '22 07:10 DannyHatcher-Git

I will close this issue. may be addressed with future architecture changes

RafaelGB avatar Oct 20 '22 11:10 RafaelGB