Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul: Switch To Monaco & Redesign UI + Small New Features #13

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
24f4680
progress: monaco
DogeDark Sep 17, 2024
f8f916f
progress: monaco
DogeDark Sep 18, 2024
b39b387
progress: monaco editor
DogeDark Sep 21, 2024
64f424d
progress: monaco editor
DogeDark Sep 27, 2024
e30a8e7
progress: monaco
DogeDark Sep 27, 2024
b4d4068
progress: examples & debounce
DogeDark Sep 28, 2024
27958cf
revision: move stuff around. also primitive sharing
DogeDark Oct 14, 2024
24ca1ef
feat: working share code
DogeDark Oct 14, 2024
ea19503
progress: monaco
DogeDark Oct 14, 2024
32f6894
revision: improve readme
DogeDark Oct 14, 2024
025d884
update: alpha.3, licenses, readme info
DogeDark Oct 14, 2024
f47013a
progress: share warn modal
DogeDark Oct 14, 2024
f04f45c
feat: share warning modal
DogeDark Oct 15, 2024
46fa87c
feat: responsive styling smaller screen
DogeDark Oct 15, 2024
ccc5f76
feat: light theme
DogeDark Oct 15, 2024
478f620
add: forgot new file
DogeDark Oct 15, 2024
8e1961e
progress: hot reload
DogeDark Oct 24, 2024
88646ae
progress: hot reloading
DogeDark Oct 25, 2024
f9bb80d
update: alpha 5
DogeDark Nov 19, 2024
3a0ccf4
progress: server cleanup
DogeDark Dec 1, 2024
9afcb33
progress: server cleanup
DogeDark Dec 1, 2024
67bfea8
progress: we are building again!
DogeDark Dec 2, 2024
e9b107e
progress: server,model
DogeDark Dec 4, 2024
1d4bdaf
progress: server error handling, more build/ws messages
DogeDark Dec 4, 2024
5896e83
progress: server
DogeDark Dec 4, 2024
e1cd148
progress: server errors, more cleanup
DogeDark Dec 4, 2024
b5af8ff
progress: server shutdown & cleanup service
DogeDark Dec 4, 2024
e34a7c3
progress: web cleanup/revisions
DogeDark Dec 5, 2024
78ac606
remove: monaco duplicate
DogeDark Dec 5, 2024
6043035
progress: web
DogeDark Dec 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[profile]

[profile.dioxus-wasm]
inherits = "dev"
opt-level = 2

[profile.dioxus-server]
inherits = "dev"
opt-level = 2

[profile.dioxus-android]
inherits = "dev"
opt-level = 2
Loading