| Age | Commit message (Collapse) | Author |
|
Perubahan yang diambil,
* 9d77df7a - _content: replace scheme-relative URLs with "https://"
* b8a52b2c - _content: replace talks.golang.org links with go.dev/talks
* f7508267 - tour/content: remove links to broken translations
* 53bf622d - _content/tour: add a link to the Ukraininan translation
* 80138e48 - _content: add dark mode to go.dev/tour
* 6fcd42d2 - _content: apply white color in transparent gopher, for dark theme
* bc602d60 - _content/tour/static/lib: sync jquery@3.7.0 jquery-ui@1.13.2
* 9a8a0a00 - _content/tour/static/js: fix type errors
* f8747b4b - _content/tour: improve color contrast for dark theme
* 9817d4fb - _content/tour: add dark theme cursor and selection styles
* a84f6ee5 - tour: call 'done' callback after Run, on message Kind 'system'
|
|
|
|
|
|
|
|
Forcing the CodeEditor take its full parent height,
solves the issue when the code content was loading
slower, on Chrome. Also the yellow background was
added only on each line, and not on the editor,
resulting in a white box while lessons were loading.
Fixes golang/tour#544
Change-Id: Ic94ba7bf284267f5b2e3ea359342ebca1a29f2b1
Reviewed-on: https://go-review.googlesource.com/122463
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
|
|
This adds a new toggle, which, when enabled, uses goimports instead of
gofmt to format and auto-add imports on "format" requests.
Fixes #17886.
Change-Id: I7909e38c4001a372250667ef53a8af42717de200
Reviewed-on: https://go-review.googlesource.com/33202
Reviewed-by: Chris Broadfoot <cbro@golang.org>
Run-TryBot: Chris Broadfoot <cbro@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
|
Fixes golang/go#13121
Change-Id: Id8bad9392fd78c6c816b4e6454269055881442f1
Reviewed-on: https://go-review.googlesource.com/17405
Reviewed-by: Minux Ma <minux@golang.org>
|
|
Change-Id: I1d82d08872f674676dc5f81ddf4b3749b22410c0
Reviewed-on: https://go-review.googlesource.com/16134
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
CSS modified so the change in the HTML is just swapping ids.
Change-Id: I1f03b088e915c5aae5a37d775ff24b6501a2f6c5
Reviewed-on: https://go-review.googlesource.com/16120
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
Fixes golang/go#11753
Change-Id: I01488d4dcef627a2f1475f5de3cc7a0bebc6d3f7
Reviewed-on: https://go-review.googlesource.com/12432
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
Change-Id: I91087f40329ffce4787b5e0ec84b604a0b92b53b
Reviewed-on: https://go-review.googlesource.com/12377
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
This opens a new window to create an issue with a template text.
Change-Id: Ib073f6f01b959133832ab71a0bdfef77d84d12bb
Reviewed-on: https://go-review.googlesource.com/8904
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
|
|
Fixes 183
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/182510043
|
|
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/170040043
|
|
Added reset button and moved the syntax checkbox to the top of the editor.
Fixes #179
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/135040043
|
|
fixes #175
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/92520045
|
|
LGTM=hyangah
R=golang-codereviews, hyangah
CC=golang-codereviews
https://golang.org/cl/82430043
|
|
The web UI has been implemented from scratch using AngularJS and fetches the content of the modules via a REST APi.
The tour has been split into different modules composed by a list of lessons.
When a new lesson is added it will be accessible publicly, but it won't appear in the list of modules until the corresponding `lesson` element is added to list.html.
The new version is accessible at http://campoy.cat/gotour
LGTM=adg
R=r, adg, kamil.kisiel, egonelbre, nightlyone, dan.kortschak, gobot, bradfitz, davidday
CC=golang-codereviews
https://golang.org/cl/36500046
|