Commit graph

84 commits

Author SHA1 Message Date
Olivier Chafik
0500aff3a7
Merge pull request #19 from openscad/oct23-newlibs
Add pathbuilder & openscad_attachable_text3d
2023-10-18 02:08:51 +01:00
ochafik
688ec84fb4 Add https://github.com/jon-gilbert/openscad_attachable_text3d lib 2023-10-18 01:55:21 +01:00
ochafik
86587a9933 Add https://github.com/dinther/pathbuilder lib 2023-10-18 01:55:05 +01:00
Olivier Chafik
e5addf87f7
Merge pull request #18 from openscad/bundle-css
Bundle PrimeReact CSS instead of relying on broken links
2023-10-18 01:52:19 +01:00
ochafik
81039ca673 Bundle PrimeReact CSS instead of relying on broken links 2023-10-18 01:51:30 +01:00
Torsten Paul
ed83ff1bf4
Merge pull request #9 from openscad/update-wasm-link
Update Link to WASM archive.
2023-08-20 02:08:53 +02:00
Torsten Paul
53fb90feda
Update Link to WASM archive. 2023-08-20 02:08:29 +02:00
Torsten Paul
cda84d6eb6
Merge pull request #5 from stockholmux/filename-based-download
Filename based download
2023-07-02 22:56:20 +02:00
Torsten Paul
d211109520
Merge pull request #4 from stockholmux/pin-primereact
pins primereact to work around incompatability in FilePicker.tsx
2023-07-02 22:12:47 +02:00
Kyle Davis
6168db816e removes item from roadmap on README 2023-07-02 12:24:32 -06:00
Kyle Davis
1d4911c153 download filename is based on scad filename 2023-07-02 12:22:11 -06:00
Kyle Davis
1c7587781e pins primereact to work around incompatability in FilePicker.tsx 2023-07-02 11:42:46 -06:00
Torsten Paul
e4bd5ef73e Enable bash as the Makefile uses extended bash syntax. 2023-07-02 19:02:50 +02:00
Torsten Paul
04e770c417 Fetch WASM from dedicated folder that is not auto-cleaned. 2023-07-02 19:01:26 +02:00
ochafik
43c3edd3ad Fix dual confirm dialogs 2023-03-28 19:16:30 +01:00
ochafik
e9cac96679 Fix download! (typo) 2023-03-28 19:11:59 +01:00
ochafik
3b47957af4 Fix regression (typo) on builtins autocomplete! 2023-03-28 18:52:22 +01:00
ochafik
8c53927f53 Persist state in localStorage for installed PWAs 2023-03-28 01:12:14 +01:00
ochafik
39edf6d28b More compact help links for libs 2023-03-28 00:45:18 +01:00
ochafik
3dc6b7d88c Update README.md 2023-03-27 23:31:21 +01:00
ochafik
94f5821398 Update README.md 2023-03-27 23:29:18 +01:00
ochafik
a54f734523 Update README.md 2023-03-27 23:08:50 +01:00
ochafik
efca3df1cb Editor font size 16px to prevent autozoom on edit on iOS 2023-03-27 22:38:49 +01:00
ochafik
5ec86067ca Bundle OpenSCAD examples + update default model 2023-03-27 22:38:22 +01:00
ochafik
4ade6017c4 Enable axes and shadows by default 2023-03-27 20:24:26 +01:00
ochafik
4a33262da0 Fix a stray misplaced height that seemingly tripped iOS safari on device but not in sim? 2023-03-27 20:19:37 +01:00
ochafik
e3856c0984 Fix iOS / iPadOS layouts w/ a funky JS+CSS trick 2023-03-27 20:01:24 +01:00
ochafik
28853b2da6 Update self-repo links to main branch 2023-03-27 19:41:43 +01:00
ochafik
1eea991010 Forgotten change 2023-03-27 19:36:31 +01:00
ochafik
0ed2d658d0 Add metadata to zipArchives (display Github links in explorer) 2023-03-27 19:34:52 +01:00
ochafik
7d354f749b Tweak position of settings button on small screens 2023-03-27 16:56:26 +01:00
ochafik
b7f20aeed2 Prefetch assets! 2023-03-27 16:44:03 +01:00
ochafik
ab0f7ae801 Disable zoom on mobile as conflicts w/ viewer 2023-03-27 16:31:17 +01:00
Marius Kintel
b91bbd3374 Minor tweak 2023-03-27 10:30:29 -04:00
ochafik
8c232049f4 rm useless code 2023-03-27 01:55:18 +01:00
ochafik
3c5aec27c3 Hide line numbers by default 2023-03-27 01:27:09 +01:00
ochafik
c141f3883a Don't inline sourcemaps for prod builds 2023-03-27 01:17:14 +01:00
ochafik
2ae038020b color picker floating above viewer 2023-03-27 01:08:45 +01:00
ochafik
c95616210b Let some projects' examples through in bundled zips 2023-03-27 00:25:39 +01:00
ochafik
6e05266da2 Adjust autocomplete to new file layout 2023-03-27 00:23:34 +01:00
ochafik
bcb5b5d5a4 More native settings button 2023-03-27 00:21:07 +01:00
ochafik
d7a8beeefb Add back-home button as one can stray far from the playground 2023-03-27 00:20:40 +01:00
ochafik
ba27a2261f fix completion 2023-03-27 00:19:28 +01:00
ochafik
51b481866f Simplify file handling: give up trying to execute examples in their folders, just copy all files to /. Breaks autocomplete 2023-03-26 23:39:41 +01:00
ochafik
bcebd5ae00 Run openscad from /home (w/ symlinks to libs) and force user files to relative 2023-03-26 22:33:14 +01:00
ochafik
8e33e4ed7e nits 2023-03-26 21:36:47 +01:00
ochafik
160c07d8f5 Update README.md 2023-03-26 21:16:00 +01:00
ochafik
870b9098f6 rm unused imports 2023-03-26 19:45:39 +01:00
ochafik
4891017b63 Update EditorPanel.tsx 2023-03-26 19:31:26 +01:00
ochafik
0e97a288e1 Split into more components 2023-03-26 19:29:24 +01:00