Skip to content

Commit

Permalink
minor html and css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan-pullflow committed Nov 6, 2023
1 parent 938a51a commit a9c75a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 31 deletions.
35 changes: 16 additions & 19 deletions src/views/webviews/welcome/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ export const Welcome = {
some of the most innovative dev teams, including <strong> Epic Games, Avenue, Hear.com,
and RedwoodJS. </strong> </p>
<p>
It offers seamless integration with your <strong>Slack</strong> and <strong>GitHub </strong> accounts. Simply
authenticate your accounts within Pullflow, and the
synchronization will be automatically established. New to Pullflow? <a href="https://app.pullflow.com"> Sign
In </a>
Sign in to your accounts with Pullflow to enable two-sync between GitHub and Slack. New to Pullflow? <a
href="https://pullflow.com">Sign up for free.</a>
</p>
</div>
<div>
Expand All @@ -62,11 +60,11 @@ export const Welcome = {
<div>
<h3>Supercharge your workflow with Pullflow for VS Code</h3>
<ul>
<p>●&nbsp;&nbsp;&nbsp;Effortlessly communicate across GitHub, Slack, and VS Code.</p>
<p>●&nbsp;&nbsp;&nbsp;Engage in meaningful conversations with contextual AI during PR discussions.</p>
<p>●&nbsp;&nbsp;&nbsp;Stay fully engaged in your ongoing code reviews.</p>
<p>●&nbsp;&nbsp;&nbsp;Stay updated in real-time on CI/CD and Automation.</p>
<p>●&nbsp;&nbsp;&nbsp;Execute actions on your code reviews using natural language.</p>
<li>&nbsp;&nbsp;&nbsp;Effortlessly communicate across GitHub, Slack, and VS Code.</li>
<li>&nbsp;&nbsp;&nbsp;Engage in meaningful conversations with contextual AI during PR discussions.</li>
<li>&nbsp;&nbsp;&nbsp;Stay fully engaged in your ongoing code reviews.</li>
<li>&nbsp;&nbsp;&nbsp;Stay updated in real-time on CI/CD and Automation.</li>
<li>&nbsp;&nbsp;&nbsp;Execute actions on your code reviews using natural language.</li>
</ul>
</div>
<div>
Expand All @@ -82,13 +80,13 @@ export const Welcome = {
<p>The extension comes with a set of actions designed to help you take care of your code review tasks and return
to your flow state. Actions you can take on pull request from VS Code are: </p>
<ul>
<li>&nbsp;&nbspOpen in Slack</li>
<li>&nbsp;&nbspOpen in GitHub</li>
<li>&nbsp;&nbspSend message to author/reviewer on Slack</li>
<li>&nbsp;&nbspApprove pull request</li>
<li>&nbsp;&nbspAdd labels on pull requests</li>
<li>&nbsp;&nbspAdd reviewers on pull requests</li>
<li>&nbsp;&nbspAdd assignees on pull requests</li>
<li>&nbsp;&nbsp;Open in Slack</li>
<li>&nbsp;&nbsp;Open in GitHub</li>
<li>&nbsp;&nbsp;Send message to author/reviewer on Slack</li>
<li>&nbsp;&nbsp;Approve pull request</li>
<li>&nbsp;&nbsp;Add labels on pull requests</li>
<li>&nbsp;&nbsp;Add reviewers on pull requests</li>
<li>&nbsp;&nbsp;Add assignees on pull requests</li>
</ul>
<div>
<img src="${assetsPath}/pr-chat.gif" id="pr-dashboard" alt="PR-Chat-Image" />
Expand Down Expand Up @@ -154,9 +152,8 @@ export const Welcome = {
</section>
</section>
<footer id="footer">
<i>This tool is designed by IDE-integration team at Pullflow for developers seeking a unified workspace that reduces
context-switching and enhances productivity by integrating codebase management, code review, and team
communication into a single interface. </i>
<i>The Pullflow team created this tool to help developers work more efficiently. It combines code management,
review, and team chat in one place, so you don't have to switch between different apps. </i>
</div>
</footer>
Expand Down
13 changes: 1 addition & 12 deletions styles/welcome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
body {
font-family: Arial, sans-serif;
}

header {
margin-top: 20px;
}
Expand Down Expand Up @@ -30,28 +26,21 @@ header img {
}

#desc {
color: #f6f4f9;
margin: 5px;
font-size: 1.0em;
}

#intro p {
color: #c2c9d3;
line-height: 1.5;
}

#intro strong {
color: #ffffff;
}

#main-img {
width: 100%;
height: auto;
margin-left: 10px;
}

h3 {
color: #f6f4f9;
font-size: 1.5em;
margin-bottom: 10px;
}
Expand All @@ -67,7 +56,6 @@ tbody tr {

td {
padding: 10px;
color: #c2c9d3;
}

#vs-code-icon {
Expand All @@ -89,4 +77,5 @@ td {
margin-top: 20px;
line-height: 1.5;
margin-bottom: 15px;
color: #64748b
}

0 comments on commit a9c75a9

Please sign in to comment.