Skip to content

Commit

Permalink
remove slate
Browse files Browse the repository at this point in the history
  • Loading branch information
breadchris committed Feb 2, 2024
1 parent 8f38c3d commit ee0132c
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1,393 deletions.
17 changes: 0 additions & 17 deletions js/dist/extension/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1219,15 +1219,6 @@ html {
min-height: fit-content;
}

.\!diff {
position: relative !important;
display: grid !important;
width: 100% !important;
overflow: hidden !important;
container-type: inline-size !important;
grid-template-columns: auto 1fr !important;
}

.diff {
position: relative;
display: grid;
Expand Down Expand Up @@ -4934,10 +4925,6 @@ details.collapse summary::-webkit-details-marker {
display: contents;
}

.list-item {
display: list-item;
}

.hidden {
display: none;
}
Expand Down Expand Up @@ -5350,10 +5337,6 @@ details.collapse summary::-webkit-details-marker {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
text-decoration-line: underline;
}

.opacity-50 {
opacity: 0.5;
}
Expand Down
4 changes: 2 additions & 2 deletions js/dist/site/index.js.map

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions js/dist/site/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1219,15 +1219,6 @@ html {
min-height: fit-content;
}

.\!diff {
position: relative !important;
display: grid !important;
width: 100% !important;
overflow: hidden !important;
container-type: inline-size !important;
grid-template-columns: auto 1fr !important;
}

.diff {
position: relative;
display: grid;
Expand Down Expand Up @@ -4934,10 +4925,6 @@ details.collapse summary::-webkit-details-marker {
display: contents;
}

.list-item {
display: list-item;
}

.hidden {
display: none;
}
Expand Down Expand Up @@ -5350,10 +5337,6 @@ details.collapse summary::-webkit-details-marker {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
text-decoration-line: underline;
}

.opacity-50 {
opacity: 0.5;
}
Expand Down
18 changes: 0 additions & 18 deletions js/site/react/ProjectProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,24 +146,6 @@ export default function ProjectProvider({children}: ProjectProviderProps) {
// setGroups(res.groups);
}

// useEffect(() => {
// if (!user) {
// (async () => {
// try {
// const res = await userService.login({})
// if (!res.email) {
// console.warn('no user logged in')
// return
// }
// setUser(res)
// } catch (e: any) {
// console.error(e)
// }
// })();
// }
// void loadGroups();
// }, [user]);

const deleteContent = async (ids: string[]) => {
const res = await contentService.delete({
contentIds: ids,
Expand Down
196 changes: 0 additions & 196 deletions js/site/slate/editor/Components.tsx

This file was deleted.

Loading

0 comments on commit ee0132c

Please sign in to comment.