]> Untitled Git - lemmy-ui.git/commit
Re-organized components folder. (#339)
authorDessalines <dessalines@users.noreply.github.com>
Sat, 17 Jul 2021 20:42:55 +0000 (16:42 -0400)
committerGitHub <noreply@github.com>
Sat, 17 Jul 2021 20:42:55 +0000 (16:42 -0400)
commiteed07b66aa6b115bdad0880ec0b67f0f91ff8e8b
treed0a315be70252bc567888524bbf375c72b4e911f
parent2d8be72b33bf058048f8e1054a8b822a6373ca4b
Re-organized components folder. (#339)

* Fixing too many large spinners

* Re-organized components folder.

- Cleaned up spans. Fixes #173
- Fixes #320

* Fixing miscolored edit
62 files changed:
package.json
src/client/index.tsx
src/server/index.tsx
src/shared/components/app/app.tsx [moved from src/shared/components/app.tsx with 93% similarity]
src/shared/components/app/footer.tsx [moved from src/shared/components/footer.tsx with 92% similarity]
src/shared/components/app/navbar.tsx [moved from src/shared/components/navbar.tsx with 98% similarity]
src/shared/components/app/no-match.tsx [moved from src/shared/components/no-match.tsx with 93% similarity]
src/shared/components/app/styles.scss [new file with mode: 0644]
src/shared/components/app/theme.tsx [moved from src/shared/components/theme.tsx with 100% similarity]
src/shared/components/comment/comment-form.tsx [moved from src/shared/components/comment-form.tsx with 93% similarity]
src/shared/components/comment/comment-node.tsx [moved from src/shared/components/comment-node.tsx with 99% similarity]
src/shared/components/comment/comment-nodes.tsx [moved from src/shared/components/comment-nodes.tsx with 95% similarity]
src/shared/components/common/banner-icon-header.tsx [moved from src/shared/components/banner-icon-header.tsx with 100% similarity]
src/shared/components/common/data-type-select.tsx [moved from src/shared/components/data-type-select.tsx with 95% similarity]
src/shared/components/common/html-tags.tsx [moved from src/shared/components/html-tags.tsx with 94% similarity]
src/shared/components/common/icon.tsx [moved from src/shared/components/icon.tsx with 100% similarity]
src/shared/components/common/image-upload-form.tsx [moved from src/shared/components/image-upload-form.tsx with 94% similarity]
src/shared/components/common/listing-type-select.tsx [moved from src/shared/components/listing-type-select.tsx with 95% similarity]
src/shared/components/common/markdown-textarea.tsx [moved from src/shared/components/markdown-textarea.tsx with 98% similarity]
src/shared/components/common/moment-time.tsx [moved from src/shared/components/moment-time.tsx with 92% similarity]
src/shared/components/common/paginator.tsx [moved from src/shared/components/paginator.tsx with 95% similarity]
src/shared/components/common/pictrs-image.tsx [moved from src/shared/components/pictrs-image.tsx with 100% similarity]
src/shared/components/common/sort-select.tsx [moved from src/shared/components/sort-select.tsx with 96% similarity]
src/shared/components/common/symbols.tsx [moved from src/shared/components/symbols.tsx with 100% similarity]
src/shared/components/community/communities.tsx [moved from src/shared/components/communities.tsx with 94% similarity]
src/shared/components/community/community-form.tsx [moved from src/shared/components/community-form.tsx with 96% similarity]
src/shared/components/community/community-link.tsx [moved from src/shared/components/community-link.tsx with 94% similarity]
src/shared/components/community/community.tsx [moved from src/shared/components/community.tsx with 95% similarity]
src/shared/components/community/create-community.tsx [moved from src/shared/components/create-community.tsx with 89% similarity]
src/shared/components/community/sidebar.tsx [moved from src/shared/components/sidebar.tsx with 92% similarity]
src/shared/components/home/admin-settings.tsx [moved from src/shared/components/admin-settings.tsx with 95% similarity]
src/shared/components/home/home.tsx [moved from src/shared/components/main.tsx with 95% similarity]
src/shared/components/home/instances.tsx [moved from src/shared/components/instances.tsx with 93% similarity]
src/shared/components/home/login.tsx [new file with mode: 0644]
src/shared/components/home/password_change.tsx [moved from src/shared/components/password_change.tsx with 95% similarity]
src/shared/components/home/setup.tsx [moved from src/shared/components/setup.tsx with 94% similarity]
src/shared/components/home/site-form.tsx [moved from src/shared/components/site-form.tsx with 96% similarity]
src/shared/components/login.tsx
src/shared/components/modlog.tsx
src/shared/components/person/cake-day.tsx [moved from src/shared/components/cake-day.tsx with 86% similarity]
src/shared/components/person/inbox.tsx [moved from src/shared/components/inbox.tsx with 96% similarity]
src/shared/components/person/person-details.tsx [moved from src/shared/components/person-details.tsx with 93% similarity]
src/shared/components/person/person-listing.tsx [moved from src/shared/components/person-listing.tsx with 94% similarity]
src/shared/components/person/person.tsx [moved from src/shared/components/person.tsx with 98% similarity]
src/shared/components/post/create-post.tsx [moved from src/shared/components/create-post.tsx with 96% similarity]
src/shared/components/post/iframely-card.tsx [moved from src/shared/components/iframely-card.tsx with 97% similarity]
src/shared/components/post/post-form.tsx [moved from src/shared/components/post-form.tsx with 98% similarity]
src/shared/components/post/post-listing.tsx [moved from src/shared/components/post-listing.tsx with 98% similarity]
src/shared/components/post/post-listings.tsx [moved from src/shared/components/post-listings.tsx with 98% similarity]
src/shared/components/post/post.tsx [moved from src/shared/components/post.tsx with 97% similarity]
src/shared/components/private_message/create-private-message.tsx [moved from src/shared/components/create-private-message.tsx with 93% similarity]
src/shared/components/private_message/private-message-form.tsx [moved from src/shared/components/private-message-form.tsx with 93% similarity]
src/shared/components/private_message/private-message.tsx [moved from src/shared/components/private-message.tsx with 95% similarity]
src/shared/components/search.tsx
src/shared/components/styles.scss [deleted file]
src/shared/i18next.ts
src/shared/initialize.ts [deleted file]
src/shared/routes.ts
src/shared/services/UserService.ts
src/shared/services/WebSocketService.ts
src/shared/utils.ts
yarn.lock