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

Separate yext/studio into yext/studio-ui #364

Merged
merged 25 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fd30305
move files to studio-ui
oshi97 Sep 1, 2023
8bc097e
separate out virtual modules from studio-ui and move generateTailwind…
oshi97 Sep 1, 2023
19108c2
good to remove setInitialState yay!
oshi97 Sep 1, 2023
4de6c48
remove workflows for now also extra gitData slice
oshi97 Sep 1, 2023
a2a94cc
tests working?
oshi97 Sep 1, 2023
b50a731
Automated linting update and features.json sync
github-actions[bot] Sep 1, 2023
a295c06
Update run-tests.yml
oshi97 Sep 1, 2023
92eef74
Update tsconfig.json
oshi97 Sep 1, 2023
d1fff41
add proper content path
oshi97 Sep 5, 2023
1545a64
Merge branch 'main' into dev/separate-ui-package
oshi97 Sep 6, 2023
716e133
respond to alex's comments!
oshi97 Sep 8, 2023
7115dba
Merge branch 'main' into dev/separate-ui-package
oshi97 Sep 8, 2023
c4b5dc0
comments
oshi97 Sep 8, 2023
edd0977
Merge branch 'main' into dev/separate-ui-package
oshi97 Sep 14, 2023
3ef9211
fix tests
oshi97 Sep 14, 2023
0f9da96
update script
oshi97 Sep 14, 2023
954beef
Merge branch 'main' into dev/separate-ui-package
oshi97 Sep 14, 2023
77893ec
Update update-minor-versions.mjs
oshi97 Sep 15, 2023
927c6ec
Add HMR for layouts and remove top-level fragments (#373)
nmanu1 Sep 15, 2023
a685d3a
delete page slice
oshi97 Sep 15, 2023
bf4476c
Merge branch 'main' into dev/separate-ui-package
oshi97 Sep 18, 2023
b2433b8
Automated linting update and features.json sync
github-actions[bot] Sep 18, 2023
238b504
Merge branch 'main' into dev/separate-ui-package
oshi97 Sep 19, 2023
99469fb
Automated linting update and features.json sync
github-actions[bot] Sep 19, 2023
76bf68a
remove empty file
oshi97 Sep 19, 2023
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
Prev Previous commit
Next Next commit
add proper content path
oshi97 committed Sep 5, 2023
commit d1fff41ecf5deb74a20e0b287fcc7cbdf25c851a
2 changes: 1 addition & 1 deletion packages/studio/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ export default {
content: [
path.resolve(__dirname, "src/**/*.{ts,tsx}"),
path.resolve(__dirname, "index.html"),
path.resolve(__dirname, "../studio-ui/**/*.tsx"),
path.join(path.dirname(require.resolve("@yext/studio-ui")), "**/*.js"),
alextaing marked this conversation as resolved.
Show resolved Hide resolved
...transformedUserContent,
],
safelist: generateTailwindSafelist(userTailwindTheme),