Greg Weber

Results 75 issues of Greg Weber

When not in full screen we can use the sidebar similar to how Google has a left sidebar in slides. Use a second tab in the sidebar like the outline...

enhancement
component/slides

In the HTML view mode we automatically link document headers to edit mode at the heading. On mobile a user could easily accidentally end up clicking the link. Lets try...

UX
component/document
mobile

In Google Docs or Confluence one can highlight text to add a comment. There probably isn't an easy way to make this work with Google Chrome's translation feature. We would...

enhancement
goto-gdrive
component/comment

Set starred: true https://developers.google.com/drive/api/v3/reference/files/update When tags are shown a star could be shown as well. A user can do this by going to edit mode (non full-screen), but that requires...

enhancement
good first issue
component/document
goto-gdrive

There is an Activity View in Google Drive but it seems stuck in a right sidebar. We could add something similar to gdocwiki but available in a more full page...

enhancement
good first issue

Google Docs works this way: one can send a link to a header. When the recipient browses to the link, the document will get scrolled to the header in the...

enhancement
component/document

When a comment thread is re-opened, we don't get later replies to the comment from the API. We can solve this by using what is in the dom. We won't...

bug
component/comment

I am still finding the HTML view very useful for translation. The main feature that is missing is to be able to reply to a comment. I don't think the...

enhancement
good first issue
goto-gdrive
mobile
component/comment

We perform a single non-paginated API call that returns 100 comments. For a doc with more than 100 comments, not all will be upgraded. There are other examples in the...

bug
good first issue
component/comment

We now support an inline HTML view for spreadsheets after #121. But there is more to do: * vertical scrolling does not work * support multiple sheets * show comments...

enhancement
component/document