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

Merged
merged 46 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 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
f0ba85a
progress: frontend
DogeDark Dec 20, 2024
88ac04a
feat: builds work! hot reload works!
DogeDark Dec 21, 2024
1080cbd
progress: frontend, fix: queue
DogeDark Dec 21, 2024
c090f62
revision: light theme
DogeDark Dec 21, 2024
77b2b6c
progress: code markers
DogeDark Dec 28, 2024
45f0aeb
feat: pre-compiled examples
DogeDark Jan 11, 2025
32239a2
revision: use dioxus main\
DogeDark Jan 14, 2025
b9194a3
fix: examples, increase hr debounce
DogeDark Jan 17, 2025
b1c49ff
feat: show err/warn logs
DogeDark Jan 17, 2025
be36774
revision: dockerfile, css
DogeDark Jan 17, 2025
8fa3a18
revision: queue bug fix, remove unwrap, set stable, etc
DogeDark Jan 25, 2025
803e819
fix: dragging
DogeDark Jan 28, 2025
75423d3
revision: always hot reload, keep run btn, add padding
DogeDark Jan 28, 2025
b2218c1
feat: snippet signal
DogeDark Jan 28, 2025
48122cb
fix: fmt
DogeDark Jan 28, 2025
dc7befc
Feat: prebuilt caching, examples list on side
jkelleyrtp Jan 28, 2025
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