-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: fixing weird vertical shift in event dashboard #3601
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
Conversation
@kushthedude sir please check it ? |
app/templates/events/view.hbs
Outdated
{{unverified-user-message}} | ||
{{#if unverified-user-message}} | ||
{{#if (or (eq session.currentRouteName 'events.view.index') (eq session.currentRouteName 'events.view.export'))}} | ||
{{#if (eq model.state 'draft')}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make the above if merge with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not understanding, what you are saying?can you please explain?
Make the above if merge with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge the top if
with this if
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@kushthedude please check it ? |
@@ -1,5 +1,5 @@ | |||
{{#if (or (eq session.currentRouteName 'events.view.index') (eq session.currentRouteName 'events.view.export'))}} | |||
{{#if (eq model.state 'draft')}} | |||
{{#if (and (eq model.state 'draft') (unverified-user-message))}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please provide a GIF showing this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also make |
i have got a problem here. I don't know why local host is showing that there are no upcoming events and my login is showing invalid credentials . So i created a new account but did not recieve a verfication mail yet . |
Which server are you using? |
@iamareebjamal would answer it better.
…On Wed, 6 Nov, 2019, 09:39 Sundaram Dubey, ***@***.***> wrote:
https://open-event-api-dev.herokuapp.com
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3601?email_source=notifications&email_token=AKQMTLSWTZJAZ43FTU26XATQSI7ODA5CNFSM4JIPSPHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFGEOI#issuecomment-550134329>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLTA4LUTGT6HC526URTQSI7ODANCNFSM4JIPSPHA>
.
|
Server was reset, so it doesn't have any data yet. Including the SMTP config. Will add credentials today |
Ok . |
@kushthedude i am still not able to login . |
it is not sending verification mail for localhost . |
Try again |
it's working fine now . |
@kushthedude please review this . |
Are you sure it was working fine ? |
@maze-runnar Did you updated the GIF in your PR description after you made changes ? |
This reverts commit 64f650d.
i did . |
yes it was . |
No it is not working.
…On Wed, 20 Nov, 2019, 14:47 Sundaram Dubey, ***@***.***> wrote:
it's working fine now .
Are you sure it was working fine ?
yes it was .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3601?email_source=notifications&email_token=AKQMTLVFGZVR27RX3SHIYVDQUT6DDA5CNFSM4JIPSPHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERJHDI#issuecomment-555914125>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLU2MW5NCIFDAUZVSNLQUT6DDANCNFSM4JIPSPHA>
.
|
but i cheked properly 😕 |
Dont worry I have reverted the PR please file new one with proper testing.
On Wed, 20 Nov, 2019, 14:54 Sundaram Dubey, <[email protected]>
wrote:
… No it is not working.
… <#m_98648015836193756_>
On Wed, 20 Nov, 2019, 14:47 Sundaram Dubey, *@*.***> wrote: it's working
fine now . Are you sure it was working fine ? yes it was . — You are
receiving this because you were mentioned. Reply to this email directly,
view it on GitHub <#3601
<#3601>?email_source=notifications&email_token=AKQMTLVFGZVR27RX3SHIYVDQUT6DDA5CNFSM4JIPSPHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERJHDI#issuecomment-555914125>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKQMTLU2MW5NCIFDAUZVSNLQUT6DDANCNFSM4JIPSPHA
.
but i cheked properly 😕
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3601?email_source=notifications&email_token=AKQMTLU37QPJYC6HMNWSG63QUT66DA5CNFSM4JIPSPHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERJ46Y#issuecomment-555916923>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKQMTLTDDJHC67NO6A3BIYDQUT66DANCNFSM4JIPSPHA>
.
|
Fixes #3592
Short description of what this resolves:
In event dashboard there was a weird vertical shift on clicking the publish button . I fixed this by adding an extrra condition to check is unverified-user-message is available or not .
Changes proposed in this pull request:
in http://localhost:4200/events/d48cc85c/export also -
Checklist
development
branch.