Page MenuHomePhabricator

[web] disable history button on web on clicking entry
ClosedPublic

Authored by will on Sep 16 2024, 1:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 23, 8:41 PM
Unknown Object (File)
Wed, Oct 23, 9:12 AM
Unknown Object (File)
Wed, Oct 23, 9:12 AM
Unknown Object (File)
Wed, Oct 23, 9:11 AM
Unknown Object (File)
Sat, Oct 19, 2:17 PM
Unknown Object (File)
Fri, Oct 18, 1:58 PM
Unknown Object (File)
Sep 29 2024, 9:24 AM
Unknown Object (File)
Sep 28 2024, 1:26 PM
Subscribers
None

Details

Summary

This disables the history button when clicking a given entry if thick threaded on web. Disabling the history button for a day box will be introduced in a separate diff

Depends on D13348

Test Plan

Checked on local web app. history button no longer appears

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Sep 16 2024, 2:14 AM

Let's document this somewhere. Also, it might be a good idea to introduce a single flag for it.

This revision is now accepted and ready to land.Sep 16 2024, 5:50 AM

Where would we document? Maybe @tomek was thinking of something like a function function isCalendarEntryHistoryEnabled(threadType: ThreadType): boolean

Where would we document? Maybe @tomek was thinking of something like a function function isCalendarEntryHistoryEnabled(threadType: ThreadType): boolean

Ah, I should've added more details. I was thinking about creating a task that tracks introducing the history of thick thread entries and removing a flag (or a function).