Login page for links editor #19
Merged
a258wang
merged 0 commits from feat/authentication
into main
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feat/authentication'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The login screen for the LinkTree (LinkList?) editor.
Summary:
./pages/editor.tsx
in the frontend directory./components/Login
directory in the frontend directoryNotes: (ie. things that are currently happening that probably need to be changed)
./components/editor.tsx
in the frontend directory)tailwind.config.js
- so all the login components are currently styled usingfont-sans
instead offont-<customFontFamily>
or somethingTODO:
changed the description
Relative imports are fine, but you don't need to use them here. :)
We can also skip the
.tsx
at the endchanged title from {-feat/authentication-} to {+Login page for links editor+}
changed this line in version 2 of the diff
added 1 commit
Compare with previous version
changed the description
resolved all threads
added 1 commit
Compare with previous version
requested review from @a3thakra
Move the logic from LoginBox up here:
{loginFailed ? (<div className="text-red-600">Invalid credentials.</div>) : null}
changed this line in version 4 of the diff
changed this line in version 4 of the diff
added 1 commit
Compare with previous version
resolved all threads
Use empty string instead
changed this line in version 5 of the diff
added 1 commit
Compare with previous version
resolved all threads
added 13 commits
main
Compare with previous version
approved this merge request
Reviewers