Skip to content

Commit

Permalink
Feat/create theme preview section (#222)
Browse files Browse the repository at this point in the history
* feat: add theme export to Preview tab

* feat: add table and form preview

* feat: add card preview component

* feat: add dashboard preview

* fix: loader color

* fix issues

* fix typos
  • Loading branch information
bityutskiyAO authored and dgaponov committed Aug 7, 2024
1 parent 91adea8 commit 392c022
Show file tree
Hide file tree
Showing 25 changed files with 1,614 additions and 22 deletions.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const {patchWebpackConfig} = require('next-global-css');
const withTM = require('next-transpile-modules')([
'@gravity-ui/page-constructor',
'@gravity-ui/components',
'@gravity-ui/chartkit',
'@gravity-ui/yagr',
]);

const plugins = [
Expand Down
Loading

0 comments on commit 392c022

Please sign in to comment.