-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
enh: Adding verticle timeline to session page #4921
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/4tcknvddr |
There shouldn't be any line breaks in time. See the example UI in meeting notes |
Now it's 12 hour time without AM/PM |
@iamareebjamal now it's showing 24 hour format, similar to website generate; |
@maze-runnar The build is failing. Please finalize old issues before taking on new ones |
Codecov Report
@@ Coverage Diff @@
## development #4921 +/- ##
===============================================
- Coverage 23.22% 22.72% -0.51%
===============================================
Files 481 485 +4
Lines 5098 5153 +55
Branches 18 21 +3
===============================================
- Hits 1184 1171 -13
- Misses 3910 3978 +68
Partials 4 4
Continue to review full report at Codecov.
|
Done |
Thanks. I'll review it |
app/templates/public/sessions.hbs
Outdated
{{#each this.model.session as |session|}} | ||
<Public::SessionItem @session={{session}} @timezone={{this.timezone}} /> | ||
<li class="tl-item" ng-repeat="item in retailer_history"> |
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.
Unnecessary code
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.
@iamareebjamal I have removed unrequired code from css and hbs both.
@maze-runnar Please center align the time so that it looks better |
Nothing has changed. Please reread the comments and picture |
The time now seems even more left aligned. Even going as far as being aligned to the sidebar |
the line should be in left & time should be in right? |
Time should not be aligned to the left. See mario's image |
I am not exactly getting his image, what is trying to say. |
The time is aligned to the left. It should move to the right |
Not aligned to the right. It should move slightly to the right to match the margin on the rest of the content |
@snitin315 Can you please explain if you understand? |
ok, got it |
Expected-
Current-
|
I have deleted the fork due to some issue, and fork again the project, so creating a new PR for this with updated changes. #5002 |
Fixes #
Checklist
development
branch.