Commit Graph

25 Commits

Author SHA1 Message Date
Raul Soledispa bc29cde021 Saving the original text of the button to show it when the copy function throws an error exception 2022-10-01 21:55:07 -05:00
Raul Soledispa d9172e5958 Resolving typos in the component and i18n 2022-09-30 15:01:50 -05:00
Raul Soledispa a049a7c61e Guardar una copia del texto original para usarla cuando la función de copia se haya resuelto con éxito 2022-09-29 17:35:28 -05:00
Raul Soledispa dff80b7a90 Show message in the corresponding language when the user make clic on download button 2022-09-29 15:09:19 -05:00
Matt (IPv4) Cowley 387a47b014
Dependency updates + full ESM (#327)
* Dependency updates

* Fix eslint issues

* Switch to esm fully

* Fix Jest tests

* Update to node 16, force mini-css-extract-plugin to 1.x

* More dep updates

* Use correct NPM version in Actions

* Fix mini-css-extract-plugin version overrides

* Don't rely on Webpack for available languages
2022-02-04 21:10:20 +00:00
Matt (IPv4) Cowley 47371a1216
Fix tab order (#255)
* Export array from domain sections

* Export array from global sections

* Export array from setup sections
2021-04-21 21:46:39 +01:00
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 df440ddc79 Some more analytics logic 2020-07-14 16:14:29 +01:00
MattIPv4 678682c093 Move to using memory-tar-create 2020-06-25 17:10:58 +01:00
MattIPv4 824b0312fd Fix copy base64 link on download tab 2020-06-18 17:37:17 +01:00
MattIPv4 9e54885d17 Update base4 command to use tee (fixes #153) 2020-06-18 17:37:17 +01:00
MattIPv4 e4f219a286 Don't use duplicated computed value for nginx dir, watch initial value 2020-06-11 15:49:25 +01:00
MattIPv4 e8a5b2c6b5 Replace pako with gzip-js 2020-06-05 20:55:43 +01:00
MattIPv4 35962bd05e Remove Node polyfills 2020-06-05 20:55:43 +01:00
MattIPv4 5a934a37c5 Change hash + clipboard implementations 2020-06-05 17:04:00 +01:00
MattIPv4 4b2a476227 Change tar implementation & reduce bundle (583.28kb > 471.58kb) 2020-06-04 21:26:37 +01:00
MattIPv4 bc04209423 Conf files should be treated as a dict, file names are unique 2020-06-04 14:58:41 +01: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 2f6ad2634e Move to using vue-cli-service instead of parcel (2.1MB to 850KB) 2020-05-26 23:23:07 +01:00
MattIPv4 83fb5b126d tar download! 2020-05-21 17:18:50 +01:00
MattIPv4 8ee4a8eb88 Add download & copy buttons 2020-05-07 17:31:40 +01:00
MattIPv4 7584d018f6 Begin setup & files with download tab 2020-05-06 20:50:43 +01:00