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

Separate Share and Invite components #203

Merged
merged 1 commit into from
May 28, 2024
Merged

Separate Share and Invite components #203

merged 1 commit into from
May 28, 2024

Conversation

TimCsaky
Copy link
Contributor

Description

Types of changes

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests 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)

Further comments

Copy link

Coverage Report (Application)

Totals Coverage
Statements: 70.67% ( 53 / 75 )
Methods: 62.5% ( 5 / 8 )
Lines: 81.63% ( 40 / 49 )
Branches: 44.44% ( 8 / 18 )

</script>

<template>
<h3 class="mt-1 mb-2">{{ (props.label) }} Invite</h3>
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove 'Invite' text as props.label already have full text causing invite text appear multiple times.

@jatindersingh93
Copy link
Contributor

I am unable to test invite send function may be due to config settings. May be something we can touchbase next week.

Copy link

github-actions bot commented May 27, 2024

Coverage Report (Frontend)

Totals Coverage
Statements: 19.16% ( 705 / 3679 )
Methods: 18.58% ( 133 / 716 )
Lines: 22.95% ( 491 / 2139 )
Branches: 9.83% ( 81 / 824 )

Copy link

codeclimate bot commented May 27, 2024

Code Climate has analyzed commit fbdd068 and detected 6 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2
Bug Risk 4

The test coverage on the diff in this pull request is 15.3% (50% is the threshold).

This pull request will bring the total coverage in the repository to 24.2% (0.0% change).

View more on Code Climate.

@TimCsaky TimCsaky force-pushed the move-share branch 3 times, most recently from 410e268 to 378879d Compare May 28, 2024 16:54
@TimCsaky TimCsaky merged commit 7d62e85 into master May 28, 2024
16 of 17 checks passed
Copy link

@TimCsaky TimCsaky deleted the move-share branch May 30, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants