Skip to content

Commit d06561b

Browse files
committed
Prep 2.1.0
1 parent 044671f commit d06561b

File tree

5 files changed

+6560
-6418
lines changed

5 files changed

+6560
-6418
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.1.0
4+
- Update to use Bloom logo.
5+
36
## 2.0.0
47
- Rip out token sale info
58

lib/src/components/views/logged_in.dart

+60-1
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,18 @@ class LoggedInComponent extends UiComponent<LoggedInProps> {
3535
..href = 'https://hellobloom.io'
3636
..target = '_blank'
3737
..rel = 'noopener noreferrer'
38+
..className = 'd-inline-block'
3839
..title = 'Homepage'
3940
)(
40-
(Dom.i()..className = 'fas fa-home fa-2x')(),
41+
_renderBloomLogoSvg()
4142
),
4243
),
4344
(Dom.div()..className = 'column col-2 text-center')(
4445
(Dom.a()
4546
..href = 'https://slack.hellobloom.io'
4647
..target = '_blank'
4748
..rel = 'noopener noreferrer'
49+
..className = 'd-inline-block'
4850
..title = 'Slack'
4951
)(
5052
(Dom.i()..className = 'fab fa-slack-hash fa-2x')(),
@@ -55,6 +57,7 @@ class LoggedInComponent extends UiComponent<LoggedInProps> {
5557
..href = 'https://www.reddit.com/BloomToken'
5658
..target = '_blank'
5759
..rel = 'noopener noreferrer'
60+
..className = 'd-inline-block'
5861
..title = 'Reddit'
5962
)(
6063
(Dom.i()..className = 'fab fa-reddit-alien fa-2x')(),
@@ -65,6 +68,7 @@ class LoggedInComponent extends UiComponent<LoggedInProps> {
6568
..href = 'https://twitter.com/bloomtoken'
6669
..target = '_blank'
6770
..rel = 'noopener noreferrer'
71+
..className = 'd-inline-block'
6872
..title = 'Twitter'
6973
)(
7074
(Dom.i()..className = 'fab fa-twitter fa-2x')(),
@@ -75,6 +79,7 @@ class LoggedInComponent extends UiComponent<LoggedInProps> {
7579
..href = 'https://blog.hellobloom.io'
7680
..target = '_blank'
7781
..rel = 'noopener noreferrer'
82+
..className = 'd-inline-block'
7883
..title = 'Blog'
7984
)(
8085
(Dom.i()..className = 'fab fa-medium-m fa-2x')(),
@@ -93,4 +98,58 @@ class LoggedInComponent extends UiComponent<LoggedInProps> {
9398
),
9499
);
95100
}
101+
102+
ReactElement _renderBloomLogoSvg() {
103+
return (Dom.svg()
104+
..viewBox = '0 0 710 705'
105+
..className = 'fa-2x fa-w-14 svg-inline--fa'
106+
..addProp('xmlns', 'http://www.w3.org/2000/svg')
107+
)(
108+
Dom.svgTitle()('Bloom Logo'),
109+
(Dom.g()
110+
..stroke = 'none'
111+
..strokeWidth = '1'
112+
..fill = 'none'
113+
..addProp('fill-rule', 'evenodd')
114+
)(
115+
(Dom.g()
116+
..id = 'Logo'
117+
..fill = '#6067F1'
118+
)(
119+
(Dom.g()
120+
..id = 'Leaf'
121+
..transform = 'translate(260.000000, -27.000000)'
122+
)(
123+
(Dom.path()
124+
..d = 'M194.415739,215.192523 C194.258317,268.684765 150.797287,312 97.2080838,312 C43.6188804,312 0.157850908,268.684765 0.000429008653,215.192523 C2.08166817e-14,215.192523 -3.50299401,197.114019 15.1796407,156.874766 C47.118659,88.0834938 95.9422811,58.317757 95.9422811,58.317757 C95.9422811,58.317757 148.877246,91.5588785 180.404192,156.874766 C196.94399,191.141061 194.416168,215.192523 194.416168,215.192523 Z'
125+
)()
126+
),
127+
(Dom.g()
128+
..id = 'Leaf'
129+
..transform = 'translate(357.500000, 576.000000) scale(1, -1) translate(-357.500000, -576.000000) translate(260.000000, 420.000000)'
130+
)(
131+
(Dom.path()
132+
..d = 'M194.415739,215.192523 C194.258317,268.684765 150.797287,312 97.2080838,312 C43.6188804,312 0.157850908,268.684765 0.000429008653,215.192523 C2.08166817e-14,215.192523 -3.50299401,197.114019 15.1796407,156.874766 C47.118659,88.0834938 95.9422811,58.317757 95.9422811,58.317757 C95.9422811,58.317757 148.877246,91.5588785 180.404192,156.874766 C196.94399,191.141061 194.416168,215.192523 194.416168,215.192523 Z'
133+
)()
134+
),
135+
(Dom.g()
136+
..id = 'Leaf'
137+
..transform = 'translate(563.000000, 352.500000) scale(1, -1) rotate(90.000000) translate(-563.000000, -352.500000) translate(465.500000, 196.500000)'
138+
)(
139+
(Dom.path()
140+
..d = 'M194.415739,215.192523 C194.258317,268.684765 150.797287,312 97.2080838,312 C43.6188804,312 0.157850908,268.684765 0.000429008653,215.192523 C2.08166817e-14,215.192523 -3.50299401,197.114019 15.1796407,156.874766 C47.118659,88.0834938 95.9422811,58.317757 95.9422811,58.317757 C95.9422811,58.317757 148.877246,91.5588785 180.404192,156.874766 C196.94399,191.141061 194.416168,215.192523 194.416168,215.192523 Z'
141+
)()
142+
),
143+
(Dom.g()
144+
..id = 'Leaf'
145+
..transform = 'translate(147.000000, 351.500000) scale(-1, -1) rotate(90.000000) translate(-147.000000, -351.500000) translate(49.500000, 195.500000)'
146+
)(
147+
(Dom.path()
148+
..d = 'M194.415739,215.192523 C194.258317,268.684765 150.797287,312 97.2080838,312 C43.6188804,312 0.157850908,268.684765 0.000429008653,215.192523 C2.08166817e-14,215.192523 -3.50299401,197.114019 15.1796407,156.874766 C47.118659,88.0834938 95.9422811,58.317757 95.9422811,58.317757 C95.9422811,58.317757 148.877246,91.5588785 180.404192,156.874766 C196.94399,191.141061 194.416168,215.192523 194.416168,215.192523 Z'
149+
)()
150+
),
151+
)
152+
),
153+
);
154+
}
96155
}

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: blt_ext
2-
version: 2.0.0
2+
version: 2.1.0
33
description: Chrome extension for BloomToken
44
authors: Jace Hensley <jacehensley@gmail.com>
55
homepage: https://github.com/jacehensley/blt_ext

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "BloomToken Info",
55
"description": "View current information about the BloomToken",
6-
"version": "2.0.0",
6+
"version": "2.1.0",
77

88
"browser_action": {
99
"default_icon": "img/icon.png",

0 commit comments

Comments
 (0)