Commit Graph

48 Commits

Author SHA1 Message Date
Misode 1b91485bf1 Giscus (#209)
* Test giscus on homepage

* Use @giscus/react and support light theme

* Track prefers color scheme

* Create a discussion tab for each version
2022-03-16 02:39:33 +01:00
Misode 7ab0ec2e7e Expose error stack traces (#211) 2022-03-11 00:05:24 +01:00
Misode 62e3b98829 Remove ads from sounds page 2022-03-02 02:42:12 +01:00
Misode cb24e61cf0 Add versions explorer page 2022-03-02 02:34:41 +01:00
Misode 1812d5d2a6 1.18.2-pre1 2022-02-18 22:54:00 +01:00
Misode e6c0fb7fd9 Fix sharing presets 2022-02-14 04:09:05 +01:00
Misode 05d364dab6 22w06a + fix #148 + fix #151 2022-02-10 05:22:39 +01:00
Misode 623e38d98c Use mcmeta (#197)
* Simplify data fetching by using mcmeta

* Fetch sounds from mcmeta
2022-01-28 01:25:10 +01:00
Misode 2fe120895c Fix #196 Reimplement placed feature preview 2022-01-18 23:41:11 +01:00
Misode c6c52ca41a Projects (#192)
* Add file save UI and drafts project

* Fix build

* Create SearchList component as abstraction

* Add project page and file tree view

* Create Locale context

* Create Theme context

* Create Version context

* Create Title context

* Create Project context

* Store current file in project context

* Fix issues when renaming file and implement deleting

* Style improvements

* Make all project strings translatable

* Fix z-index
2022-01-18 01:02:19 +01:00
dependabot[bot] cd318dc795 Bump marked from 3.0.8 to 4.0.10 (#195)
* Bump marked from 3.0.8 to 4.0.10

Bumps [marked](https://github.com/markedjs/marked) from 3.0.8 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.8...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/marked from 3.0.2 to 4.0.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Misode <Misoloo64@gmail.com>
2022-01-15 20:23:17 +01:00
Misode 136e0b8178 Fix #163 Hide source when preview is toggled 2021-12-26 03:02:22 +01:00
Misode ffb2949f05 Add E2E tests using Cypress 2021-12-26 02:48:21 +01:00
Misode 9f42ae58a2 Improve message for generator with a maxVersion 2021-12-01 00:17:22 +01:00
Misode 9342862410 Add 1.18 to the description of upgrader card 2021-11-30 16:26:43 +01:00
Misode df06d13ca7 Fix preset not reloading in some cases 2021-11-21 04:05:25 +01:00
Misode 43d1b7dbcc Add follow reference button for vanilla presets 2021-11-21 03:49:46 +01:00
Misode 08e5b36a62 Sync search parameters for presets 2021-11-21 03:19:11 +01:00
Misode 0e0255907c Add negative queries in changelog search 2021-11-20 01:01:09 +01:00
Misode 2d43f2f8c6 Show newest changes first 2021-11-11 20:03:45 +01:00
Misode b15f187ccc Parse and stringify JSON with comments (#187) 2021-11-08 20:45:10 +01:00
Misode f67da3f7a1 Improve home page with separate data and resource pack cards 2021-11-06 01:06:33 +01:00
Misode fba80da273 Add resource pack generators: blockstates and model 2021-11-05 01:22:23 +01:00
Misode 95097e6091 Move more stuff to services folder 2021-11-03 01:27:49 +01:00
Misode ce7baa571f Fix not being able to search for changes anymore 2021-11-02 02:56:42 +01:00
Misode 25351920e4 Add ability to sort changelog 2021-11-02 02:46:40 +01:00
Misode cc20cb7f7a Support multiple versions in technical changelog
- Better handling of article links
- Style improvements
2021-11-02 02:25:04 +01:00
Misode 582d5f4b1e Visual improvements to technical changelog 2021-10-31 20:45:22 +01:00
Misode 765f96372f Add Technical Changelog page 2021-10-31 18:22:10 +01:00
Misode bb1223df60 Track generator ID in custom dimension
Preparing to add back search parameters to share links
2021-10-30 17:34:54 +02:00
Misode ed0b415af5 21w41a 2021-10-14 00:18:58 +02:00
Misode 79b3291d06 Add sounds explorer tool 2021-10-08 02:34:55 +02:00
Misode 6c6277217d Fix page titles and remove field settings page 2021-10-04 22:52:50 +02:00
Misode c7d5b06825 Add sitemap to build 2021-10-04 17:43:46 +02:00
Misode 2cb14a2c10 Add tooltips to all buttons and tweak hover colors 2021-09-25 07:10:54 +02:00
Misode 6e4850d5a9 Memoize list entries and wrap model data 2021-09-24 03:47:15 +02:00
Misode 3b80334e2e Support 1.18 (experimental) snapshots (#158)
* Half support 1.18-experimental-snapshot-1

* Fetch 1.18 presets and improve rendering of lists

* Noise preview with deepslate

* Biome preview with deepslate

* Generalize canvas logic in one hook

* Simplify useCanvas

* Use mcschema for 1.18

* Improve noise settings preview controls

* Fix build

* Update deepslate and improve preview caching

* Cleanup, remove old preview code

* Couple seed between model and preview

* Limit output to improve performance + copy feedback
For the vanilla overworld dimension (200K lines),
it took 2+ seconds to write the output to the textarea

Now capped at 10K chars

* Add surface_relative_threshold to decorator preview

* Improve fixed list errors
2021-09-23 03:04:52 +02:00
Misode 9671f304f7 Fix error when switching generators with previews 2021-09-10 23:58:18 +02:00
Misode 40fe1c5336 Show error when importing invalid json 2021-08-05 00:12:30 +02:00
Misode da33cc2832 Fix #162 Add better error message for wrong version 2021-08-04 23:07:50 +02:00
Misode 7c266ca945 Add generator quick switcher 2021-07-02 04:38:02 +02:00
Misode 985057ab4e Allow multiple errors and dismissing errors 2021-07-02 02:59:19 +02:00
Misode f43cb03cc3 Make generator config more robust 2021-07-02 02:36:01 +02:00
Misode cabd97cb39 Update home page and logo in header 2021-06-30 05:36:26 +02:00
Misode 373698ebbc Improve rendering and validating block states 2021-06-26 17:18:02 +02:00
Misode 14da8ba575 Select preset input when opening 2021-06-26 17:18:02 +02:00
Misode ac10c3f541 Fix some errors and make others visible 2021-06-26 17:18:02 +02:00
Misode 09c851914f Switch to vite and preact 2021-06-26 17:18:02 +02:00