This commit is contained in:
parent
9e970939dd
commit
cdb10cc0fb
36
README.md
36
README.md
@ -43,3 +43,39 @@ yarn dev
|
||||
## Contributing
|
||||
|
||||
This is only a personal project, so if you open any PRs please keep them small. thanks
|
||||
|
||||
## Files Modified
|
||||
```
|
||||
src/classes/notifications.ts
|
||||
src/classes/timeline-loader.ts
|
||||
src/components/keyboard-shortcut.tsx
|
||||
src/components/layout/desktop-side-nav.tsx
|
||||
src/components/layout/mobile-bottom-nav.tsx
|
||||
src/components/layout/mobile-side-drawer.tsx
|
||||
src/components/layout/nav-items.tsx
|
||||
src/components/post-modal/index.tsx
|
||||
src/const.ts
|
||||
src/helpers/relay.ts
|
||||
src/hooks/use-app-title.ts
|
||||
src/hooks/use-textarea-upload-file.ts
|
||||
src/index.tsx
|
||||
src/providers/route/index.tsx
|
||||
src/services/client-relays.ts
|
||||
src/services/local-settings.ts
|
||||
src/services/settings/migrations.ts
|
||||
src/views/launchpad/components/feeds-card.tsx
|
||||
src/views/notifications/index.tsx
|
||||
src/views/relays/app/add-relay-form.tsx
|
||||
src/views/relays/app/index.tsx
|
||||
src/views/relays/components/add-custom-modal.tsx
|
||||
src/views/relays/index.tsx
|
||||
src/views/relays/media-servers/index.tsx
|
||||
src/views/settings/index.tsx
|
||||
src/views/settings/post/index.tsx
|
||||
src/views/signin/index.tsx
|
||||
src/views/signin/nsec.tsx
|
||||
src/views/signin/start.tsx
|
||||
src/views/signup/create-step.tsx
|
||||
src/views/signup/index.tsx
|
||||
src/views/signup/relay-step.tsx
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user