mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 18:09:40 +08:00
View account page fix (#3234) anoobisthegod
* spacebar in presets and tags addition * super mega spacebar remake * style fix * final name removal in ui * replaceAll in ape removal * using display above account chart * create preset in command line addition * testing removal * one more testing removal * create tag command line addition * Update commandline-lists.ts * moved add commands to the bottom hiding if user is not signed in * refactor * hiding tags and presets when signed out * fixed presets and tags display in alerts * russian_25k and russian_50k addition * russian 375k addition * lil fix * fixed windows auto-reload error * Revert "fixed windows auto-reload error" This reverts commitea22621232. * Revert "Revert "fixed windows auto-reload error"" This reverts commit669cec4217. * Revert "Revert "Revert "fixed windows auto-reload error""" This reverts commitd90352633c. * themes popup small fix * using && * some typos fixed * view account page fix Co-authored-by: Miodec <bartnikjack@gmail.com> Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
This commit is contained in:
parent
4173298f5f
commit
9a12e3c674
1 changed files with 2 additions and 2 deletions
|
|
@ -3177,8 +3177,8 @@ export const defaultCommands: MonkeyTypes.CommandsGroup = {
|
|||
alias: "stats",
|
||||
exec: (): void => {
|
||||
$("#top #menu .text-button.view-account").hasClass("hidden")
|
||||
? $("#top #menu .text-button.view-login").trigger("click")
|
||||
: $("#top #menu .text-button.view-account").trigger("click");
|
||||
? navigate("/login")
|
||||
: navigate("/account");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue