Page MenuHomePhabricator
Feed Advanced Search

Mar 24 2022

benschac committed rCOMM216d3994bfb1: [web] [fix] style mark as unread (authored by benschac).
[web] [fix] style mark as unread
Mar 24 2022, 12:30 PM
benschac committed rCOMMa5cee196b7a6: [web] [refactor] move props to single destructure in top of chat thread list… (authored by benschac).
[web] [refactor] move props to single destructure in top of chat thread list…
Mar 24 2022, 12:30 PM
benschac closed D3421: [web] [fix] hover state background color on thread list.
Mar 24 2022, 12:30 PM
benschac committed rCOMMf2ca31d0a87b: [web] [fix] hover state background color on thread list (authored by benschac).
[web] [fix] hover state background color on thread list
Mar 24 2022, 12:30 PM
benschac accepted D3507: [web] First pass at styling `LoginForm`.
Mar 24 2022, 12:27 PM
benschac updated the diff for D3505: [web] [refactor] message preview styles solidified into one ternary statement.

rename classes from color to actions

Mar 24 2022, 9:46 AM
benschac updated the diff for D3508: [web] [refactor] move hasUsername logic to variable.

rebase

Mar 24 2022, 9:31 AM
benschac updated the diff for D3506: [web] [refactor] simplify username logic in message preview.

fix logic

Mar 24 2022, 9:17 AM
benschac added a comment to D3511: [web] [refactor] move last message to message preview.

I don't think I need this, will probably close diff.

Mar 24 2022, 9:11 AM
benschac requested review of D3500: [web] [refactor] css color should be white.
Mar 24 2022, 8:53 AM
benschac added a comment to D3500: [web] [refactor] css color should be white.
In D3500#95581, @palys-swm wrote:

Not sure about this change - it is an improvement comparing to black, but still we can make this a lot better. The problem is, when we will be introducing another theme, we're going to change css variables. We have a nice abstraction that we're using --fg instead of white but that doesn't matter when we use it in a .white class. We should instead keep it more general. Ultimately, what is the benefit of having e.g. --fg when we're hardcoding it's value as a name of a class?

The proper solution here would be to have two classes .unread and .read which should assign proper color --fg, --thread-color-read or --thread-from-color-read.

Mar 24 2022, 8:53 AM
benschac planned changes to D3500: [web] [refactor] css color should be white.
Mar 24 2022, 8:12 AM
benschac abandoned D3503: [web] [refactor] thread light selected and hover color classes.

commit squashed into D3500

Mar 24 2022, 8:11 AM
benschac updated the diff for D3500: [web] [refactor] css color should be white.

squash commit

Mar 24 2022, 8:08 AM
benschac added a reviewer for D3480: [web] [fix] thread list size and paddings are incorrect: ashoat.
Mar 24 2022, 7:20 AM
benschac requested review of D3480: [web] [fix] thread list size and paddings are incorrect.

back to atul for review.

Mar 24 2022, 7:19 AM
benschac removed a reviewer for D3480: [web] [fix] thread list size and paddings are incorrect: ashoat.
Mar 24 2022, 7:19 AM
benschac added a comment to D3480: [web] [fix] thread list size and paddings are incorrect.
In D3480#94936, @atul wrote:

Certainly looks closer to what's on Figma, but it looks like there's too much vertical space between elements? It might be that the thread title is lowercase so it's not taking up the same vertical space as the examples?

Mar 24 2022, 7:19 AM
benschac abandoned D3509: [web] [refactor] update message info ternary to if else, to match codebase convention.
Mar 24 2022, 6:03 AM
benschac added a comment to D3509: [web] [refactor] update message info ternary to if else, to match codebase convention.
In D3509#95333, @ashoat wrote:

This is fine as a ternary, in my opinion. See my comment here

Mar 24 2022, 5:50 AM
benschac added a comment to D3509: [web] [refactor] update message info ternary to if else, to match codebase convention.

Okay, it seemed like a bit much. I'll abandon this diff.

Mar 24 2022, 5:44 AM
benschac abandoned D3483: [web] [refactor] last message color style.

Closing this diff in favor of my refactor stack.

Mar 24 2022, 5:42 AM
benschac accepted D3502: [web] Make `Input` component `box-sizing: border-box;`.

Normally the kind of thing I'd apply to every element in a CSS reset or something similar. Because we don't have a reset for web doing something like this:

Mar 24 2022, 5:37 AM
benschac planned changes to D3506: [web] [refactor] simplify username logic in message preview.
Mar 24 2022, 5:20 AM

Mar 23 2022

benschac planned changes to D3511: [web] [refactor] move last message to message preview.
Mar 23 2022, 6:21 PM
benschac published D3511: [web] [refactor] move last message to message preview for review.

Not ready for review

Mar 23 2022, 6:21 PM
benschac added reviewers for D3509: [web] [refactor] update message info ternary to if else, to match codebase convention: jacek, tomek.
Mar 23 2022, 1:56 PM
benschac added reviewers for D3508: [web] [refactor] move hasUsername logic to variable: tomek, jacek.
Mar 23 2022, 1:55 PM
benschac added reviewers for D3506: [web] [refactor] simplify username logic in message preview: jacek, tomek.
Mar 23 2022, 1:55 PM
benschac added reviewers for D3505: [web] [refactor] message preview styles solidified into one ternary statement: jacek, tomek.
Mar 23 2022, 1:54 PM
benschac added reviewers for D3504: [web] [refactor] destructure props in message preview component: jacek, tomek.
Mar 23 2022, 1:54 PM
benschac added reviewers for D3503: [web] [refactor] thread light selected and hover color classes: tomek, jacek.
Mar 23 2022, 1:53 PM
benschac added reviewers for D3500: [web] [refactor] css color should be white: jacek, tomek.
Mar 23 2022, 1:53 PM
benschac updated the diff for D3505: [web] [refactor] message preview styles solidified into one ternary statement.

remove array

Mar 23 2022, 1:28 PM
benschac planned changes to D3503: [web] [refactor] thread light selected and hover color classes.
Mar 23 2022, 1:26 PM
benschac added a comment to D3503: [web] [refactor] thread light selected and hover color classes.
In D3503#95206, @atul wrote:

can you add these changes to https://phabricator.ashoat.com/D3500

Mar 23 2022, 1:26 PM
benschac requested review of D3509: [web] [refactor] update message info ternary to if else, to match codebase convention.
Mar 23 2022, 1:19 PM
benschac requested review of D3508: [web] [refactor] move hasUsername logic to variable.
Mar 23 2022, 1:08 PM
benschac updated the diff for D3506: [web] [refactor] simplify username logic in message preview.

remove hasUsername const

Mar 23 2022, 12:42 PM
benschac updated the diff for D3506: [web] [refactor] simplify username logic in message preview.

make hasUserName const

Mar 23 2022, 12:41 PM
benschac requested review of D3506: [web] [refactor] simplify username logic in message preview.
Mar 23 2022, 12:38 PM
benschac requested review of D3505: [web] [refactor] message preview styles solidified into one ternary statement.
Mar 23 2022, 12:25 PM
benschac requested review of D3504: [web] [refactor] destructure props in message preview component.
Mar 23 2022, 12:18 PM
benschac requested review of D3503: [web] [refactor] thread light selected and hover color classes.
Mar 23 2022, 12:06 PM
benschac updated the diff for D3500: [web] [refactor] css color should be white.

add missing class

Mar 23 2022, 10:46 AM
benschac updated the summary of D3500: [web] [refactor] css color should be white.
Mar 23 2022, 10:27 AM
benschac requested review of D3500: [web] [refactor] css color should be white.
Mar 23 2022, 10:26 AM
benschac added a comment to D3493: [web] [refactor] move props to single destructure in top of chat thread list item menu component.
In D3493#95153, @atul wrote:

N/A - should get any flow error

nit: think you mean *shouldn't?

Mar 23 2022, 10:01 AM
benschac updated the test plan for D3493: [web] [refactor] move props to single destructure in top of chat thread list item menu component.
Mar 23 2022, 10:01 AM
benschac added a comment to D3499: [web] [feat] add mark as unread styles for selected and hovered states.

adding ashoat as a reviewer since we ah-hoc designed mark as unread and want this to be in your queue. Feel free to remove yourself if it's not relevant.

Mar 23 2022, 8:25 AM
benschac added a reviewer for D3499: [web] [feat] add mark as unread styles for selected and hovered states: ashoat.
Mar 23 2022, 8:24 AM
benschac updated the summary of D3499: [web] [feat] add mark as unread styles for selected and hovered states.
Mar 23 2022, 8:24 AM
benschac updated the summary of D3499: [web] [feat] add mark as unread styles for selected and hovered states.
Mar 23 2022, 8:23 AM
benschac updated the diff for D3499: [web] [feat] add mark as unread styles for selected and hovered states.

add space

Mar 23 2022, 8:19 AM
benschac updated the summary of D3499: [web] [feat] add mark as unread styles for selected and hovered states.
Mar 23 2022, 8:19 AM
benschac updated the summary of D3499: [web] [feat] add mark as unread styles for selected and hovered states.
Mar 23 2022, 8:18 AM
benschac requested review of D3499: [web] [feat] add mark as unread styles for selected and hovered states.
Mar 23 2022, 8:18 AM
benschac requested review of D3493: [web] [refactor] move props to single destructure in top of chat thread list item menu component.
Mar 23 2022, 6:47 AM
benschac added inline comments to D3454: [web] [fix] ENG-895 Chat Thread List Menu button and time doesn't match design.
Mar 23 2022, 6:33 AM
benschac added a comment to D3422: [web] [fix] style mark as unread.
In D3422#94966, @ashoat wrote:

Not super clear why I'm being added to the review... I thought you just wanted my opinion on the different designs, which I gave above.

In the future, can you please make your intentions clear for short-circuiting the standard review process? There are plenty of good reasons to do this, but I can't tell what the reason is here.

Mar 23 2022, 6:11 AM

Mar 22 2022

benschac updated the summary of D3422: [web] [fix] style mark as unread.
Mar 22 2022, 11:58 AM
benschac updated the summary of D3422: [web] [fix] style mark as unread.
Mar 22 2022, 11:58 AM
benschac updated the summary of D3422: [web] [fix] style mark as unread.
Mar 22 2022, 11:55 AM
benschac updated the summary of D3422: [web] [fix] style mark as unread.
Mar 22 2022, 11:54 AM
benschac added a reviewer for D3422: [web] [fix] style mark as unread: ashoat.
Mar 22 2022, 11:51 AM
benschac requested review of D3421: [web] [fix] hover state background color on thread list.
Mar 22 2022, 7:29 AM
benschac added a comment to D3421: [web] [fix] hover state background color on thread list.

D3422 handles the mark as unread styling.

Mar 22 2022, 7:06 AM
benschac requested review of D3422: [web] [fix] style mark as unread.

@ashoat - no code changes. Just putting this in your queue to get input on the updated background color options.

Mar 22 2022, 7:05 AM
benschac added a comment to D3422: [web] [fix] style mark as unread.

@ashoat -- updated colors of the mark as unread button based off of D3421 changes to hover and selected state. We currently don't have design for mark as unread (because the previous diff flips the hover and selection colors from what's in figma).

Mar 22 2022, 7:04 AM
benschac added a comment to D3421: [web] [fix] hover state background color on thread list.
In D3421#94707, @ashoat wrote:

The gif doesn't cover the mark-as-unread button. Can you share a screenshot to confirm that the contrast looks good?

Mar 22 2022, 6:13 AM
benschac abandoned D3482: [web] [fix] remove no message italic.

Italics aren't defined anywhere in the Figma files. I'm fine keeping them if you think it's helpful.

Mar 22 2022, 6:11 AM
benschac accepted D3474: [web] Directly render code that is no longer conditional.
Mar 22 2022, 5:57 AM
benschac accepted D3384: [web] Introduce `MembersModal`.
Mar 22 2022, 5:55 AM

Mar 21 2022

benschac planned changes to D3421: [web] [fix] hover state background color on thread list.
Mar 21 2022, 2:52 PM
benschac added a comment to D3421: [web] [fix] hover state background color on thread list.

Adding a gif here @ashoat -- I'm pretty sure we're on the same page with UX / what the selected color / hover color should be but just want to be sure.

Mar 21 2022, 2:49 PM
benschac updated the diff for D3421: [web] [fix] hover state background color on thread list.

update hover and selected state

Mar 21 2022, 2:46 PM
benschac requested review of D3483: [web] [refactor] last message color style.
Mar 21 2022, 12:58 PM
benschac requested review of D3482: [web] [fix] remove no message italic.
Mar 21 2022, 12:52 PM
benschac updated the summary of D3480: [web] [fix] thread list size and paddings are incorrect.
Mar 21 2022, 12:45 PM
benschac requested review of D3480: [web] [fix] thread list size and paddings are incorrect.
Mar 21 2022, 12:41 PM
benschac closed D3441: [web] [fix] align unread buttons.
Mar 21 2022, 12:05 PM
benschac committed rCOMM31321ec29f34: [web] [fix] align unread buttons (authored by benschac).
[web] [fix] align unread buttons
Mar 21 2022, 12:05 PM
benschac closed D3458: [web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors..
Mar 21 2022, 11:54 AM
benschac committed rCOMM2674c50021d3: [web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors. (authored by benschac).
[web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors.
Mar 21 2022, 11:54 AM
benschac updated the diff for D3458: [web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors..

add wrench

Mar 21 2022, 11:53 AM
benschac retitled D3454: [web] [fix] ENG-895 Chat Thread List Menu button and time doesn't match design from [web] [fix] benjamin/eng-895-chat-thread-list-menu-button-and-time to [web] [fix] ENG-895 Chat Thread List Menu button and time doesn't match design.
Mar 21 2022, 8:34 AM
benschac requested review of D3458: [web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors..
Mar 21 2022, 8:18 AM
benschac retitled D3458: [web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors. from [web] [fix] ENG-897 to [web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors..
Mar 21 2022, 8:17 AM
benschac accepted D3473: [web] Delete extraneous code from `PasswordChangeModal`.
Mar 21 2022, 8:17 AM
benschac updated the summary of D3440: [web] [fix] ENG-766 sidebar sidebar height chopped off + font size.
Mar 21 2022, 7:40 AM
benschac updated the summary of D3440: [web] [fix] ENG-766 sidebar sidebar height chopped off + font size.
Mar 21 2022, 7:40 AM
benschac added a comment to D3440: [web] [fix] ENG-766 sidebar sidebar height chopped off + font size.
In D3440#94126, @ashoat wrote:

Not sure as to the details here, but we've previously discussed that the line connecting the sidebars should be continuous. At some point @benschac landed a diff that hacked the height in order to result in a continuous line. The height hack should be resolved in ENG-766.

Mar 21 2022, 7:29 AM
benschac added a comment to D3458: [web] [fix] ENG-897 update icons svg json to remove blue pre-fill colors..
In D3458#94127, @ashoat wrote:

Unacceptable diff name

Mar 21 2022, 7:11 AM
benschac closed D3419: [native] [refactor] use toggle unread hook.
Mar 21 2022, 7:08 AM
benschac closed D3431: [lib] [refactor] useToggleUnreadStatus hook, fix up deps array after move.
Mar 21 2022, 7:08 AM
benschac committed rCOMM030b94fff148: [lib] [refactor] useToggleUnreadStatus hook, fix up deps array after move (authored by benschac).
[lib] [refactor] useToggleUnreadStatus hook, fix up deps array after move
Mar 21 2022, 7:08 AM
benschac committed rCOMM6548f0c2f805: [native] [refactor] use toggle unread hook (authored by benschac).
[native] [refactor] use toggle unread hook
Mar 21 2022, 7:08 AM
benschac closed D3418: [web] [refactor] move use unread into its own hook.
Mar 21 2022, 7:08 AM
benschac committed rCOMMec9b4fe9e731: [web] [refactor] move use unread into its own hook (authored by benschac).
[web] [refactor] move use unread into its own hook
Mar 21 2022, 7:08 AM
benschac updated the summary of D3418: [web] [refactor] move use unread into its own hook.
Mar 21 2022, 7:04 AM