Closed juliusknorr closed 8 months ago
@elzody I pushed a few more individual commits here
@blizzz A quick backend review would already be appreciated :)
@elzody I pushed one more fix to also expose the favorite flag on views when they are returned through the API.
Tested what is already there and works like a charm :)
Maybe you can rebase with your next push to latest main branch to resolve the conflict with the merge of #878
This is really cool :sunglasses:
Not a big deal, but it'll be nice if we eventually indent the views in Archived tables sidebar, so that it's obvious they're part of a specific table:
Here, "view" is a view of "ToDo list", but it's not obvious due to lack of indent:
Good catch @enjeck
I'll merge this for now and file follow up tasks for the open items
@juliushaertl Not sure if it's important or not, but I find it weird that the occ command tables:update
now has the option --archived
, but the title
argument is still required. So that means if I wanna archive a table, I'm forced to change the title too?
Resolves #469