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

feat: improve speaker list page column organization #4824

Merged
merged 2 commits into from
Aug 20, 2020

Conversation

snitin315
Copy link
Member

Short description of what this resolves:

Fixes #4821

Changes proposed in this pull request:

Screenshot at 2020-08-20 18-27-47

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests, and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@auto-label auto-label bot added the feature label Aug 20, 2020
@vercel
Copy link

vercel bot commented Aug 20, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/80oc8tzvx
✅ Preview: https://open-event-frontend-git-fork-snitin315-fix-speakers-table.eventyay.vercel.app

@codecov
Copy link

codecov bot commented Aug 20, 2020

Codecov Report

Merging #4824 into development will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #4824      +/-   ##
===============================================
+ Coverage        23.48%   23.53%   +0.05%     
===============================================
  Files              481      481              
  Lines             5085     5085              
  Branches            16       16              
===============================================
+ Hits              1194     1197       +3     
+ Misses            3887     3884       -3     
  Partials             4        4              
Impacted Files Coverage Δ
app/controllers/events/view/speakers/list.js 0.00% <ø> (ø)
app/components/tabbed-navigation.js 53.33% <0.00%> (+20.00%) ⬆️

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 1763c2b...708c446. Read the comment docs.

@iamareebjamal
Copy link
Member

Make the icons into "real links" so they can be opened in the browser in a new tab (e.g. using mouse right click)

@@ -1,11 +1,13 @@
<div class="ui {{if this.device.isMobile 'horizontal' 'vertical'}} compact basic buttons">
<UiPopup @content={{t "View"}} @class="ui icon button" @click={{action this.props.actions.viewSpeaker this.record}} @position="left center">
{{this.record}}
Copy link
Member

Choose a reason for hiding this comment

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

Extra

Copy link
Member Author

Choose a reason for hiding this comment

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

This is to show name.

@iamareebjamal iamareebjamal merged commit 1ea448a into fossasia:development Aug 20, 2020
@snitin315 snitin315 deleted the fix/speakers-table branch August 21, 2020 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Organizer Speakers List Page: Enhance column organization
3 participants