Skip to content

Commit

Permalink
New logo and name (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops authored Mar 21, 2024
1 parent 8f13e17 commit f320d84
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 24 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# GitLab Notify Extension
# Git Notify Extension For GitLab

![GitHub package.json version](https://img.shields.io/github/package-json/v/mikescops/gitlab-notify-extension) ![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/mikescops/gitlab-notify-extension/pr-validation.yml?branch=master) ![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ekfpkkhpemajcbniegjicehdphdabhop) ![Chrome Web Store](https://img.shields.io/chrome-web-store/users/ekfpkkhpemajcbniegjicehdphdabhop) ![Mozilla Add-on](https://img.shields.io/amo/v/gitlab-notify) ![Mozilla Add-on](https://img.shields.io/amo/users/gitlab-notify)
![GitHub package.json version](https://img.shields.io/github/package-json/v/mikescops/git-notify-extension) ![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/mikescops/git-notify-extension/pr-validation.yml?branch=master) ![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ekfpkkhpemajcbniegjicehdphdabhop) ![Chrome Web Store](https://img.shields.io/chrome-web-store/users/ekfpkkhpemajcbniegjicehdphdabhop) ![Mozilla Add-on](https://img.shields.io/amo/v/gitlab-notify) ![Mozilla Add-on](https://img.shields.io/amo/users/gitlab-notify)

<img src="./assets/icons/git-ghost.png" align="left" alt="image" style="width:150px;height:auto;float:left;padding-right:20px;">

_Don't miss any GitLab merge requests or issues and rocket up your productivity._

[Chrome Web Store](https://chrome.google.com/webstore/detail/ekfpkkhpemajcbniegjicehdphdabhop) | [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/gitlab-notify/) | [Microsoft Edge Add-on](https://microsoftedge.microsoft.com/addons/detail/jjnpgaeopmlbaacjkedohiehmeopjoed)

![Preview of the browser extension: 23/09/2020](./previews/preview-reviews.png)
<br clear="left"/>

**Gitlab Notify is able to:**
**Git Notify for GitLab is able to:**

- List Merge Requests you are assigned to
- List Merge Requests you created
- List your draft Merge Requests
- List Issues you are assigned to
- Display your To-Do List
- Pick a random contributor of a repository to assign them to a MR 😈
- Pick a random contributor of a repository to assign them to a MR :rage1:
- Display the pipelines statuses and unresolved threads for merges requests

It comes with a bunch of features to let you access easily the information you're looking for and is customizable so it fits your needs.

![Preview of the browser extension: 23/09/2020](./previews/preview-reviews.png)

## Screenshots

List of issues:
Expand Down Expand Up @@ -63,3 +67,12 @@ Then, you get zipped packages for each browser that are supported.

| [Paola Ducolin](https://github.com/pducolin) | [Bradley Cushing](https://github.com/bradcush) | [Bastien Granger](https://github.com/bastienGranger) | [Quentin Barbe](https://github.com/forty) |
| -------------------------------------------- | ---------------------------------------------- | ---------------------------------------------------- | ----------------------------------------- |

> [!TIP]
> Original logo credits to [misutakitto](https://www.instagram.com/misutakitto/), use is strictly limited to this project.
## Disclaimer

> [!NOTE]
> This project is not affiliated with GitLab. It is an open-source project maintained by volunteers.
> "GITLAB" wordmark and "GITLAB" logo are the property of GitLab Inc.
Binary file added assets/icons/git-ghost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/icon-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/icons/icon128.png
Binary file not shown.
Binary file removed assets/icons/icon48.png
Binary file not shown.
Binary file removed assets/icons/icon96.png
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "gitlab-notify",
"name": "git-notify-extension",
"version": "2.2.0",
"description": "Don't miss any GitLab merge requests and rocket up your productivity.",
"repository": "https://github.com/Mikescops/gitlab-notify-extension",
"repository": "https://github.com/Mikescops/git-notify-extension",
"source": "src/popup/popup.html",
"scripts": {
"start": "npm run copy-config:dev; parcel --host localhost --target mv3",
Expand Down
10 changes: 5 additions & 5 deletions src/manifest-v2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"manifest_version": 2,
"version": "2.2.0",
"name": "GitLab Notify",
"short_name": "GitLab Notify",
"name": "Git Notify",
"short_name": "Git Notify",
"description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.",
"icons": {
"48": "../../assets/icons/icon48.png",
"96": "../../assets/icons/icon96.png",
"128": "../../assets/icons/icon128.png"
"48": "../../assets/icons/icon-48.png",
"96": "../../assets/icons/icon-96.png",
"128": "../../assets/icons/icon-128.png"
},
"background": {
"scripts": ["../background/index.ts"]
Expand Down
10 changes: 5 additions & 5 deletions src/manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"manifest_version": 3,
"version": "2.2.0",
"name": "GitLab Notify",
"short_name": "GitLab Notify",
"name": "Git Notify",
"short_name": "Git Notify",
"description": "Don't miss any GitLab merge requests or issues and rocket up your productivity.",
"icons": {
"48": "../../assets/icons/icon48.png",
"96": "../../assets/icons/icon96.png",
"128": "../../assets/icons/icon128.png"
"48": "../../assets/icons/icon-48.png",
"96": "../../assets/icons/icon-96.png",
"128": "../../assets/icons/icon-128.png"
},
"background": {
"service_worker": "../background/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/options/options.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>GitLab Notify Settings</title>
<title>Git Notify for GitLab Settings</title>
<meta charset="utf-8" />
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions src/popup/pages/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Onboarding = () => {
borderBottom: 'none'
}}
>
<Heading sx={{ fontSize: 4, mb: 2 }}>Welcome to GitLab Notify!</Heading>
<Heading sx={{ fontSize: 4, mb: 2 }}>Welcome to Git Notify for GitLab!</Heading>

<ActionList>
<ActionList.Item
Expand All @@ -34,12 +34,12 @@ export const Onboarding = () => {
</ActionList.Item>
<ActionList.Item
sx={{ marginLeft: 0 }}
onClick={(event) => createNewTab(event, 'https://github.com/Mikescops/gitlab-notify-extension')}
onClick={(event) => createNewTab(event, 'https://github.com/Mikescops/git-notify-extension')}
>
<ActionList.LeadingVisual>
<LinkIcon />
</ActionList.LeadingVisual>
github.com/Mikescops/gitlab-notify-extension
github.com/Mikescops/git-notify-extension
</ActionList.Item>
<ActionList.Item
sx={{ marginLeft: 0 }}
Expand Down
4 changes: 2 additions & 2 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>GitLab Notify Popup</title>
<title>Git Notify Popup</title>
<meta charset="utf-8" />
</head>
<body>
Expand Down

0 comments on commit f320d84

Please sign in to comment.