-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Custom-Templates.md #28576
Update Custom-Templates.md #28576
Conversation
Ah, one sec, I copied the wrong file |
File corrected. Ready for review |
@sonialiap Is this need C+ for review? |
The tables aren't readable at all. We need to fix style for tables in an article. @sonialiap @maddylewis i think we should hold publishing this article until tables are styled better. What do you think? |
Darn, looks like we aren't using markup tables, is that correct? If we aren't, do we know if we're planning on adding them? |
we are using markdown tables but their styling is poor and unreadable. we can fix it, so let's fix it |
@rushatgabhane fixing sounds great. What do we need to do to get it fixed? Open a GH issue with a bug report? Is it something that's part of this project so you're working on it already? Other? Happy to help if you can point me in the right direction |
yes, it's a part of this tracking issue - #28497 (comment) |
@sonialiap could you please confirm if this is how you intended the table to look like? Like are the number of columns ok? You can see them here https://github.com/Expensify/App/blob/8ee23baeed1cb340f5012570bb76be1186dec4b1/docs/articles/expensify-classic/exports/Custom-Templates.md |
@sonialiap please close this PR. the article is already available here - https://help.expensify.com/articles/expensify-classic/insights-and-custom-reporting/Custom-Templates#gsc.tab=0 I copied it from your PR when fixing the table styling |
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/311389
PROPOSAL:
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android