134 Commits

Author SHA1 Message Date
wiz
499cf272db Add Square as Enterprise Sponsor on About page 2021-04-08 00:05:11 +09:00
wiz
f5d55c8e09 Merge pull request #410 from mempool/wiz/dual-license-under-agplv3-and-gplv3
Dual-license mempool under both the GNU AGPLv3 and GPLv3 licenses
2021-04-02 00:15:59 +09:00
wiz
d69979e452 Tweak margins and layout spacing on About page 2021-04-01 16:42:37 +09:00
wiz
1debd2f9d2 Add Gemini as an Enterprise Sponsor on About page 2021-03-31 22:49:51 +09:00
wiz
d8c329fba9 Update legal notices for dual-licensed AGPLv3 and GPLv3 on About page 2021-03-28 00:07:03 +09:00
wiz
cd462a2d4f Add link to Muun Wallet on About page 2021-03-27 13:12:47 +09:00
wiz
93446bd932 Add the GNU AGPLv3 logo to About page 2021-03-18 17:44:25 +09:00
wiz
daded2614f Fix icon for Specter Wallet on About page 2021-03-18 01:14:25 +09:00
wiz
6ead2a14a9 Add link to Specter Wallet on our About page 2021-03-17 22:23:29 +09:00
wiz
ee6b3e1991 Add link to WARden Portfolio app as Community Integration on About page 2021-03-16 01:56:19 +09:00
wiz
27aafcd920 Delete MIT+CC license from Terms of Service, add AGPLv3 to About page 2021-03-15 05:45:53 +09:00
wiz
0134188582 Display all Project Contributors on About page using GitHub API (#382) 2021-03-09 01:56:41 +07:00
wiz
0d4923cc73 Add link to Bisq's GitHub repo on About page 2021-03-08 12:58:00 +09:00
softsimon
ff7482db91 Adding enterprise sponsors i18n string. 2021-03-07 21:48:33 +07:00
wiz
72470e19ef Add a bit more margin to alliances on About page 2021-03-05 16:33:05 +09:00
wiz
51abc9a6f6 Move the Bisq logo on About page from Integrations to Alliances (#375) 2021-03-05 14:30:08 +07:00
wiz
5c69f09e82 Fix community integration links on About page to point to GitHub repos 2021-03-05 13:32:52 +09:00
softsimon
1b6a7fe546 Adding Sparrow wallet to about page. 2021-03-05 02:46:23 +07:00
wiz
5e668efdbb Tweak padding/margins on About page logos 2021-03-04 16:27:36 +09:00
wiz
4ac5f85778 Add BLW and Satpile to About page integrations 2021-03-04 16:07:59 +09:00
wiz
b78894ff0d Fix i18n tags on new About page titles 2021-03-04 15:47:59 +09:00
wiz
2753d01bf2 Add community integrations / alliances to About page, move us to bottom 2021-03-04 12:46:57 +09:00
wiz
3852774b49 Put the project title back on the About page 2021-03-03 15:48:55 +09:00
wiz
2c081aa08b Update link on About page for mempool Twitter account 2021-03-03 11:21:05 +09:00
wiz
e0f609a5e9 More tweaking of project description on About page 2021-02-18 21:46:16 +09:00
wiz
e3661c0809 More tweaking of project description on About page 2021-02-18 21:36:05 +09:00
wiz
26f05b0ba0 Change all usage of <h2> to <h3> on About page 2021-02-18 21:29:15 +09:00
wiz
38f5ece8b3 Change 'SNAPSHOT' tag to 'dev' in semver on About page 2021-02-18 21:07:00 +09:00
wiz
48c0571df0 Update project name and description on About page (#350) 2021-02-18 15:33:59 +07:00
softsimon
8dc4cba01d Updating mempool logo and adding new mempool space logo. New frontend config OFFICIAL_MEMPOOL_SPACE to enable the latter.
fixes #336
2021-02-18 13:34:05 +07:00
wiz
331dafefee Update hard-coded LN node URI for sponsors on About page 2021-02-17 17:16:32 +09:00
softsimon
1ade0fc20a Adding Telegram group link on about page. 2021-02-14 23:23:03 +07:00
softsimon
9651fa7859 Removing sponsors code.
Support new sponsor confirmation polling.
fixes #319
2021-02-07 02:20:07 +07:00
wiz
c3f8b991a4 Bump version number to v2.2-SNAPSHOT 2021-02-04 12:16:47 +09:00
wiz
6b28235e26 Bump version string on about page to 2.1-SNAPSHOT 2021-01-12 18:10:48 +09:00
softsimon
d5952fdb45 i18n: Added "miner identification" and updated "navigate to sponsor" 2020-12-04 23:07:53 +07:00
wiz
c18d983b5b More fixes for RTL 2020-12-04 22:54:09 +09:00
wiz
46ad261d84 Implement i18n support in frontend using Angular + Transifex + NGINX
This PR adds basic i18n support into the mempool frontend, together with
a smooth workflow for developers and translators to collaborate:

* Using the existing @angular/localize module, developers add i18n
metadata to any frontend strings their new features or changes modify

* Using the new npm script `i18n-extract-from-source`, developers
extract the i18n data from source code into `src/locale/messages.xlf`

* After pushing the updated `src/locale/messages.xlf` to GitHub, the
Transifex service will update its database from the new source data

* Using the Transifex website UI, translators can work together to
translate all the mempool frontend strings into their native languages

* Using the new npm script `i18n-pull-from-transifex`, developers can
pull in completed translations from Transifex, and commit them into git.

This flow requires an API key from Transifex, which can be obtained at
https://www.transifex.com/user/settings/api/ to be used with the python
script installed by `pip install transifex-client` - after preparing
these, run the npm script which will ask you for the API key the first
time. When downloading is complete, you can test building the frontend,
and if successful, commit the new strings files into git.

This PR implements a new locale selector in the footer of the homepage
dashboard, and includes WIP translations for the following languages:

* Czech (cs)
* German (de)
* Japanese (ja)
* Norwegian (nn)
* Spanish (es)
* Swedish (sv)
* Ukrainian (uk)
* Persian (fa)
* Portugese (pt)
* Turkish (tr)
* Dutch (nl)
* French (fr)
* Chinese (zh)
* Slovenian (sl)
* Korean (ko)
* Polish (pl)

The user-agent's `Accept-Language` header is used to automatically
detect their preferred language, which can be manually overriden by the
pull-down selector, which saves their preference to a cookie, which is
used by nginx to serve the correct HTML bundle to the user.

Remaining tasks include adding i18n metadata for strings in the Bisq and
Liquid frontend code, mouseover hover tooltip strings, hard-coded og
metadata inside HTML templates, and many other places. This will be done
in a separate PR.

When upgrading to add i18n support, mempool instance operators must take
care to install the new nginx.conf and nginx-mempool.conf files, and
tweak for their specific site configuration.

Fixes #81
2020-12-02 04:19:33 +09:00
wiz
a89d427098 ❤️ 2020-11-03 17:03:41 +09:00
softsimon
35186c517f Updating lightning node name.
Fixing dashboard button alignment.
2020-10-27 19:27:48 +07:00
softsimon
91f9bb3e5f Add L-BTC sponsor support. 2020-10-27 15:26:37 +07:00
softsimon
cd3ffba248 Adding form validators for donation form. 2020-10-26 23:23:08 +07:00
softsimon
a3457a723a Sponsor Lightning support. 2020-10-26 18:29:25 +07:00
wiz
7f3d871063 Remove last paragraph on about page 2020-10-18 20:02:48 +09:00
wiz
83ccdf5ba3 Fix typo on about page text 2020-10-18 19:54:48 +09:00
wiz
f4d7ff6c75 Tweak about page text for project description 2020-10-18 19:28:11 +09:00
softsimon
69695c5a00 Backend API to load sponsor profile photos. 2020-10-18 17:14:35 +07:00
wiz
e32e2a8a24 Add Terms of Service links with minor tweaks to text formatting 2020-10-18 16:03:03 +09:00
wiz
a810e920c3 Tweak about page spacing and text 2020-10-17 16:13:57 +09:00
wiz
ca6f369a7a Tag sponsored links with rel=sponsored, don't tag our social media links 2020-10-17 13:31:41 +09:00