Skip to content
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

Adds 'updated' and 'created' timestamps for desktop site #228

Merged
merged 5 commits into from
Sep 12, 2017

Conversation

finnhodgkin
Copy link
Collaborator

@finnhodgkin finnhodgkin commented Sep 11, 2017

The mobile site shows created/updated but the desktop doesn't.
Also adds sort by links for repo, updated and created. Fixes #227
fixes #225

@codecov
Copy link

codecov bot commented Sep 11, 2017

Codecov Report

Merging #228 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #228   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines          76     76           
=====================================
  Hits           76     76

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12deabd...67f7235. Read the comment docs.

<%= for issue <- @issues do %>
<%= component("issue_card", issue: issue, labels: get_label_data(issue) ) %>
<% end %>
</div>
</>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Atom packages going crazy?? My bad.

<th class="pv3 pl2">Repo</th>
<th><%= sort_link @conn, @rummage, [field: :repo_name, name: "Repo"] %></th>
<th><%= sort_link @conn, @rummage, [field: :gh_created_at, name: "Created"] %></th>
<th><%= sort_link @conn, @rummage, [field: :gh_updated_at, name: "Updated"] %></th>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if you need these [s, might be nicer without them

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah course-keyword lists 🤦‍♂️. That's what we get for referencing the rummage docs.

@samhstn samhstn assigned finnhodgkin and unassigned samhstn and Cleop Sep 11, 2017
@samhstn samhstn removed their assignment Sep 12, 2017
@ZooeyMiller ZooeyMiller merged commit 2729d0f into master Sep 12, 2017
@ZooeyMiller ZooeyMiller deleted the add-updated-on-for-desktop branch September 12, 2017 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow sorting by date created/modified and repo Display the same issue information on desktop and mobile
4 participants