Closed
Bug 1185832
Opened 10 years ago
Closed 9 years ago
[Review] Dates should align with the 'Report' link
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: atiqueahmedziad, Assigned: rahultalreja26051994, Mentored)
Details
(Whiteboard: [good first bug][lang=html])
Attachments
(3 files)
STP:
1. Go to - https://marketplace-dev.allizom.org/app/exquisite-barbeque-7/ratings
2. Have a look at the dates
Actual Result:
the dates are not align with the 'Report' link
Expected Result:
The dates should align with the 'Report' link
| Reporter | ||
Comment 1•10 years ago
|
||
I am not sure whether its by design. But aligning the dates with 'Report', make sense & looks good.
https://www.dropbox.com/s/7hp9k77q7aspiom/Screen%20Shot%202015-07-03%20at%2002.27.09.png?dl=0
@Philip, can you confirm it ? :)
Flags: needinfo?(pwalmsley)
| Reporter | ||
Comment 3•10 years ago
|
||
Thanks, leaving the bugs to newbies :)
Mentor: softfilebd
Whiteboard: [good first bug][lang=html]
| Assignee | ||
Comment 4•10 years ago
|
||
Hey all, i am a newbie to code base contribution area and i would like to work over this bug under mentorship of Atique !
| Reporter | ||
Comment 5•10 years ago
|
||
Thanks for taking the bug :)
The bug belongs to the front-end part of marketplace i.e. Fireplace
If you have a github account, can you please fork the fireplace repository from github?
Fireplace repository: https://github.com/mozilla/fireplace
After forking give a reply :)
I have question, do you use windows or linux? :)
Assignee: nobody → rahultalreja26051994
Status: NEW → ASSIGNED
| Reporter | ||
Comment 6•10 years ago
|
||
If you have any question, please don't hesitate to ask, mate :)
Updated•10 years ago
|
Severity: normal → trivial
Priority: -- → P3
| Assignee | ||
Comment 7•10 years ago
|
||
Hey Atique i am a windows user and i do have a github account and a client on my desktop too, ill fork and let u know.
https://github.com/rahultalreja
| Reporter | ||
Comment 8•10 years ago
|
||
It is complex to setup fireplace in your localhost from windows.(I couldn't setup in windows after trying thousand time) So I will suggest you to install Linux (Ubuntu) in your pc. It's easy to setup fireplace locally in linux :)
Thanks
Comment 9•10 years ago
|
||
Are you still working on this? Did you manage to setup your environment? Can we help?
Flags: needinfo?(rahultalreja26051994)
| Assignee | ||
Comment 10•10 years ago
|
||
Hey Andreas,
This is the first bug for me so i am bit slow with the process as i am learning so many new things along with contributing also the new platform is quite different so i am not so again it takes time for me. Also for last few days i wasnt keeping well so was off track but now i am back and i have started working on it.
Yes i am done with environment setup, i will update with next steps by Monday.
Thanks and please cooperate.
| Assignee | ||
Comment 11•10 years ago
|
||
Hey all , i am very sorry for being so late !!
please consider as i am a very newbie to the contribution tract and the platform used (linux OS), so it tooked to get hands onn, also initially i did silly mistakes like removing GRUB of my primary OS(windows 8.1) and formating one of my disk partition where i had important data !!
i would surely write a blog post on all my experiences for the newbies who would start to contribute on bugs in future.
P.S. i have done with initial set on my local server i would work on code part and update here asap!
Thanks
| Reporter | ||
Comment 12•10 years ago
|
||
Hi,
A big congrats on installing Fireplace in your localhost.
Now have a look at this file - https://github.com/mozilla/fireplace/blob/master/src/templates/_macros/review.html#L45-L46
I think if we take the time element inside the </ul> in line 45, then it should align with "Report"
Give a try changing it & let me know if it works. :)
| Assignee | ||
Comment 13•10 years ago
|
||
sure, work in process,
will update soon .
i guess by changing following code(line 304 on review.styl (fireplace/src/media/css/) sheet also would do:
*Initially
review time {
+ltr() {
right: 20px;
}
+rtl() {
left: 20px;
}
}
*Finally
review time {
bottom: 0px;
+ltr() {
right: 20px;
}
+rtl() {
left: 20px;
}
}
Flags: needinfo?(rahultalreja26051994)
| Reporter | ||
Comment 14•10 years ago
|
||
Hi, Great :D that will work also,
please put the `bottom:0;` before the `position:absolute;` here- https://github.com/mozilla/fireplace/blob/4b7dd2651b47f9b867c0a6aafb63e96bad257a51/src/media/css/reviews.styl#L35-L36
Thanks , give a pull request, and flag for review :)
| Reporter | ||
Updated•10 years ago
|
Component: Curation Tools → Consumer Pages
Updated•10 years ago
|
Flags: needinfo?(mstriemer)
Comment 15•10 years ago
|
||
The review date should be on its own line below the comment and above the report links.
| Reporter | ||
Comment 16•10 years ago
|
||
Great, thanks mark :)
Rahul, have a look at the design & make the change in code according to the design.
If you need any help, let me know.
Flags: needinfo?(mstriemer) → needinfo?(rahultalreja26051994)
| Reporter | ||
Comment 17•10 years ago
|
||
A follow up, are you still working on it, Rahul ?
| Assignee | ||
Comment 18•10 years ago
|
||
hey Atique,
i went through design and i will submit my request by the end of the day!
i am sorry was little bit occupied due to festival here.
Flags: needinfo?(rahultalreja26051994)
| Assignee | ||
Comment 19•10 years ago
|
||
Kindly review PR.
Comment 20•10 years ago
|
||
Any progress on this? If this is still unchanged in two weeks, we'll unassign it. (I see that there is feedback on the PR, so you can update the PR accordingly.)
Flags: needinfo?(rahultalreja26051994)
| Reporter | ||
Comment 21•9 years ago
|
||
the pr- https://github.com/mozilla/fireplace/pull/1576 is merged.
Congratulation to Rahul for fixing it. Thanks!
Flags: needinfo?(rahultalreja26051994)
| Reporter | ||
Comment 22•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•