Skip to content

Commit

Permalink
Merge pull request #77 from Moros1138/revamp-frontend
Browse files Browse the repository at this point in the history
Revamp frontend
  • Loading branch information
Moros1138 authored May 27, 2024
2 parents 2fecf2f + 7194849 commit aee3eb2
Show file tree
Hide file tree
Showing 13 changed files with 706 additions and 427 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ COMPILER_CODE_PROCESSING_TIMEOUT=5
COMPILER_REMOTE_INCLUDE_CACHING=true
COMPILER_NSJAIL_CFG=/third_party/nsjail-emscripten.cfg

DUSK_START_MAXIMIZED=true

BCRYPT_ROUNDS=12

LOG_CHANNEL=stack
Expand Down
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COMPILER_CODE_PROCESSING_TIMEOUT=5
COMPILER_REMOTE_INCLUDE_CACHING=false
COMPILER_NSJAIL_CFG=/third_party/nsjail-emscripten-ci.cfg

DUSK_START_MAXIMIZED=true

BCRYPT_ROUNDS=12

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Each batch

It is a summary of changes that would be pertinent to the end user of the PGEtinker website. For a comprehensive history of changes made to the project, please refer to the repository's commit history.

## 2024-05-27

- Changed complete revamp of the frontend code, much more organized
- Fixed UI annoyances
- Added Control+S to the Build and Run command
- Added Default editor font size
- Added Control+Mouse Wheel zooming in the editor
- Added Control+0 to reset editor zoom
- Changed Build & Run to Run, that turns into a stop button when the player is running

## 2024-05-25

- Fixed screenshot failure handling
Expand Down
Loading

0 comments on commit aee3eb2

Please sign in to comment.