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

v2 #72

Closed
wants to merge 26 commits into from
Closed

v2 #72

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b886bc6
initial commit for v2
IgorHalfeld Oct 2, 2020
9ff2414
finish MVP
IgorHalfeld Oct 4, 2020
f184472
add netifly badge
IgorHalfeld Oct 4, 2020
d41a90b
fix broken link
IgorHalfeld Oct 4, 2020
fbcc200
enhance docs
IgorHalfeld Oct 4, 2020
129b233
fix for more resolutions
IgorHalfeld Oct 4, 2020
d277fb6
add v2 label on tweet div
IgorHalfeld Oct 4, 2020
5f10520
fix vulnerabilities package-lock
IgorHalfeld Oct 4, 2020
2516227
enhance mobile layout
IgorHalfeld Oct 4, 2020
411f7ba
add donate link
IgorHalfeld Oct 5, 2020
b89cc5a
change configs for pwa module
IgorHalfeld Oct 14, 2020
0d207a4
add animation on change tweets
IgorHalfeld Oct 14, 2020
1573d8d
Chewbacca PR's
AugustoBondanca Oct 20, 2020
1cca832
update img chewbacca
AugustoBondanca Oct 20, 2020
62ed2f9
update img chewbacca
AugustoBondanca Oct 20, 2020
120257c
Merge pull request #78 from AugustoBondanca/patch-2
Oct 20, 2020
442215c
new_person(Julius - Everybody Hates Chris) (#82)
emersonjds Oct 21, 2020
c6fab3d
Footer (#75)
Trocatti Oct 30, 2020
7d60ef2
Atualizado assets do relacionado a pwa (#84)
marcotterra Oct 30, 2020
56b1066
feat: v2 dark mode (#83)
luizcieslak Oct 30, 2020
fdc5ee5
Pabllo vittar tamplate (#86)
ananeridev Oct 30, 2020
5ef5b0f
Fix: Manter tweet digitado ao trocar de template (#85)
omarkdev Nov 3, 2020
8fd7c5f
add baroes
IgorHalfeld Jan 28, 2021
cdfae54
Cria switch-box para alterar origem de Android ou iPhone (#87)
omarkdev May 30, 2021
5dda77f
Adiciona dark mode no tweet (#88)
omarkdev May 30, 2021
cac60b9
Fix scroll in homepage (#95)
rhuangabrielsantos May 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
new_person(Julius - Everybody Hates Chris) (#82)
* ALL YOU HAD TO DO WAS FOLLOW THE DAMN TRAIN, CJ

* adiciona xandao

* update readme with link to pr draft of v2

* add Julius on template

Co-authored-by: Guilherme Esteves <guilhermesteves@icloud.com>
Co-authored-by: Igor Luiz Halfeld <igorelmerico@hotmail.com>
Co-authored-by: GuilhermeCaruso <gui.caruso@hotmail.com>
Co-authored-by: Igor Halfeld <hello@igorluiz.me>
  • Loading branch information
5 people authored Oct 21, 2020
commit 442215cb508431ee9240166caf77e4cc8e952aba
50 changes: 49 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,55 @@
</p>
</p>

> ⚠️ Em ativo desenvolvimento
> ⚠️ Em ativo desenvolvimento

[**Versão 2 esta sendo desenvolvida, veja aqui**](https://github.com/IgorHalfeld/pr-maneiro/pull/72)

### Templates já disponíveis

- Arnaldo Cezar Coelho
- Big Smoke
- Cabo Daciolo
- Carlos Bolsonaro
- Celso Portiolli
- Charlie Brown Jr
- Chaves
- Dado Dolabella
- Darth Vader
- Datena
- Davy Jones
- Dilma Rousseff
- Donald J. Trump
- Erick Jacquin
- Everson Zóio
- Faustão
- Filipe Deschamps
- Galvão Bueno
- Gil Brother
- Jailson Mendes
- Jair M. Bolsonaro
- Joel Santana
- Julius - Everybody Hates Chris
- Kid Bengala
- Kléber Bambam
- Maike da S.W.A.T
- Marcus Cirillo
- Mano Brown
- Marília Gabriela
- Marina Silva
- Neymar Jr
- Nego Di
- Padre Marcelo Rossi
- Pedro Bial
- PC Siqueira
- Professor Raimundo
- Ronaldinho Gaúcho
- Stevie Wonder
- Um Pistoleiro chamado Papaco
- Vampeta
- Yudi Tamashiro
- Zeca Pagodinho
- Xandão

## Setup

Expand Down
6 changes: 6 additions & 0 deletions src/utils/persons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ export const Persons: { [key: string]: Person } = {
msg: 'Relaxa que no fim do PR tem Xandão!',
image: 'https://i.imgur.com/efshqAn.jpg'
},
julius: {
name: 'Julius - Everybody Hates Chris',
username: 'julius',
msg: 'Esse PR me custou 25 linhas de código',
image: 'https://i.imgur.com/xKPVD0w.jpg'
},
chewbacca: {
name: 'Chewbacca',
username: 'chewbacca',
Expand Down