]> Untitled Git - lemmy-ui.git/commit
Partly functioning fuse-box, but moving te webpack now.
authorDessalines <tyhou13@gmx.com>
Sun, 6 Sep 2020 16:15:25 +0000 (11:15 -0500)
committerDessalines <tyhou13@gmx.com>
Sun, 6 Sep 2020 16:15:25 +0000 (11:15 -0500)
commit2eee93602687180976ad68de3d5f7a2cc4307cb3
tree0c98d2cf9535f96aa664dfbc52669a2bff4f6f58
parent3125477c7b73515639c3da57ea4657653996f4ad
Partly functioning fuse-box, but moving te webpack now.
66 files changed:
.eslintignore [new file with mode: 0644]
.gitignore
fuse.ts
generate_translations.js [new file with mode: 0644]
package.json
src/client/components/About/About.css [deleted file]
src/client/components/About/About.test.tsx [deleted file]
src/client/components/About/About.tsx [deleted file]
src/client/components/App/App.tsx [deleted file]
src/client/components/Home/Home.tsx [deleted file]
src/client/index.tsx
src/server/index.tsx
src/shared/components/admin-settings.tsx [new file with mode: 0644]
src/shared/components/app.tsx [new file with mode: 0644]
src/shared/components/banner-icon-header.tsx [new file with mode: 0644]
src/shared/components/cake-day.tsx [new file with mode: 0644]
src/shared/components/comment-form.tsx [new file with mode: 0644]
src/shared/components/comment-node.tsx [new file with mode: 0644]
src/shared/components/comment-nodes.tsx [new file with mode: 0644]
src/shared/components/communities.tsx [new file with mode: 0644]
src/shared/components/community-form.tsx [new file with mode: 0644]
src/shared/components/community-link.tsx [new file with mode: 0644]
src/shared/components/community.tsx [new file with mode: 0644]
src/shared/components/create-community.tsx [new file with mode: 0644]
src/shared/components/create-post.tsx [new file with mode: 0644]
src/shared/components/create-private-message.tsx [new file with mode: 0644]
src/shared/components/data-type-select.tsx [new file with mode: 0644]
src/shared/components/footer.tsx [new file with mode: 0644]
src/shared/components/iframely-card.tsx [new file with mode: 0644]
src/shared/components/image-upload-form.tsx [new file with mode: 0644]
src/shared/components/inbox.tsx [new file with mode: 0644]
src/shared/components/instances.tsx [new file with mode: 0644]
src/shared/components/listing-type-select.tsx [new file with mode: 0644]
src/shared/components/login.tsx [new file with mode: 0644]
src/shared/components/main.tsx [new file with mode: 0644]
src/shared/components/markdown-textarea.tsx [new file with mode: 0644]
src/shared/components/modlog.tsx [new file with mode: 0644]
src/shared/components/moment-time.tsx [new file with mode: 0644]
src/shared/components/navbar.tsx [new file with mode: 0644]
src/shared/components/password_change.tsx [new file with mode: 0644]
src/shared/components/post-form.tsx [new file with mode: 0644]
src/shared/components/post-listing.tsx [new file with mode: 0644]
src/shared/components/post-listings.tsx [new file with mode: 0644]
src/shared/components/post.tsx [new file with mode: 0644]
src/shared/components/private-message-form.tsx [new file with mode: 0644]
src/shared/components/private-message.tsx [new file with mode: 0644]
src/shared/components/search.tsx [new file with mode: 0644]
src/shared/components/setup.tsx [new file with mode: 0644]
src/shared/components/sidebar.tsx [new file with mode: 0644]
src/shared/components/site-form.tsx [new file with mode: 0644]
src/shared/components/sort-select.tsx [new file with mode: 0644]
src/shared/components/sponsors.tsx [new file with mode: 0644]
src/shared/components/symbols.tsx [new file with mode: 0644]
src/shared/components/user-details.tsx [new file with mode: 0644]
src/shared/components/user-listing.tsx [new file with mode: 0644]
src/shared/components/user.tsx [new file with mode: 0644]
src/shared/env.ts [new file with mode: 0644]
src/shared/i18next.ts [new file with mode: 0644]
src/shared/interfaces.ts [new file with mode: 0644]
src/shared/routes.ts [new file with mode: 0644]
src/shared/services/UserService.ts [new file with mode: 0644]
src/shared/services/WebSocketService.ts [new file with mode: 0644]
src/shared/services/index.ts [new file with mode: 0644]
src/shared/utils.ts [new file with mode: 0644]
tsconfig.json
yarn.lock