Commit Graph

17 Commits

Author SHA1 Message Date
Matt (IPv4) Cowley 3fdccfa68a
Refactor analytics events (#209)
* Refactor analytics.js

* Update analytics calls in app.vue

* Update analytics calls in presets.vue

* Update analytics calls in tools.vue (and app.vue)

* Update analytics calls in global.vue

* Update analytics calls in domain.vue

* Update analytics calls in setup.vue

* Add list of all events to analytics.js

* Add custom copy to clipboard that emits event

* Emit the events from the components

* Update copyright year in all files touched

* Update analytics calls in download.vue

* Update analytics calls in ssl.vue

* Update analytics calls in certbot.vue

* Update analytics calls in domain.vue

* Update analytics calls in app.vue

* Note down 'Code snippet copied' events
2021-01-18 19:45:19 +00:00
Matt (IPv4) Cowley ff88e2f322
Allow language selection (#191)
* Add dropdown for language

* Use vue-i18n to translate strings

* Tweak header styling

* Add Chinese languages in

* Typo

* Get language from browser (#193)

* adaptive system language

* Modify the adaptive system language

* Remove dead code

* Delete lang default values

* Move browser language detection to util

* Remove todos

* Fix global PHP dropdown

Co-authored-by: 墨娘 <61287199+moniang@users.noreply.github.com>
2020-12-11 16:54:12 +00:00
MattIPv4 7444fa6f77 MIT license 2020-06-04 14:44:30 +01:00
MattIPv4 707ff8238a Move i18n strings to be centralised 2020-06-02 16:51:28 +01:00
MattIPv4 85910e7794 Move top level template strings to i18n 2020-06-02 16:12:05 +01:00
MattIPv4 2273662feb Import domains from url query params on load 2020-05-05 17:19:08 +01:00
MattIPv4 795edd2255 Move presets into their own panel 2020-05-05 15:49:42 +01:00
MattIPv4 1d5b1a66b0 Add navigation buttons and make changes tabs bold 2020-04-30 21:30:04 +01:00
MattIPv4 361f3d8aa3 HTTPS section all done 2020-04-30 16:23:31 +01:00
MattIPv4 fc6fd025b7 Server section all done 2020-04-28 19:53:59 +01:00
MattIPv4 27ad3cbea2 Presets all work now with computed values 2020-04-28 17:13:44 +01:00
MattIPv4 043f89eac0 Add all the logic for presets working 2020-04-28 13:09:58 +01:00
MattIPv4 1df3ab88f6 Use new delegation for all tabs 2020-04-28 12:26:46 +01:00
MattIPv4 10c7ced0b7 Delegate data around the app 2020-04-28 12:03:11 +01:00
MattIPv4 637e0c6cb9 eslint & good night 2020-04-27 23:22:52 +01:00
MattIPv4 e6b8d36068 New data system 2020-04-27 23:22:38 +01:00
MattIPv4 4c22ba571a Not really sure this is the best structure 2020-04-27 22:07:31 +01:00