Skip to content

Commit

Permalink
Assets input (#4)
Browse files Browse the repository at this point in the history
* Improve context value

* Improve mobile styling

* Add accordions, scrollbars, tooltips, and move stuff around

* Add background color selection

* Add file input for assets

* Add uploadthing + react-query for file upload

* Add draggable and resizable assets

* Fix rendered assets state, add styling for rendered assets

* Fix eslint errors
  • Loading branch information
saulprl authored Sep 9, 2023
1 parent 95e1411 commit 43439dc
Show file tree
Hide file tree
Showing 27 changed files with 1,983 additions and 409 deletions.
7 changes: 5 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
experimental: {
esmExternals: false,
},
};

module.exports = nextConfig
module.exports = nextConfig;
Loading

0 comments on commit 43439dc

Please sign in to comment.