-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hometab updates #4774
Hometab updates #4774
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
df7621c
to
ab59884
Compare
bd1504c
to
0450224
Compare
6699e85
to
518cd5d
Compare
d66d3b5
to
9dddacb
Compare
10b788a
to
f3c62d6
Compare
|
02d654f
to
2e04cbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2e04cbb
to
e95019a
Compare
caf9547
to
88235f4
Compare
e1d3a4a
to
5991c99
Compare
The link for remix desktop should be updated to this one: |
@@ -31,8 +31,10 @@ export const Preload = (props: any) => { | |||
) | |||
|
|||
function loadAppComponent() { | |||
console.log('loading remix in the preloader') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is removed in #4897
@@ -68,6 +70,7 @@ export const Preload = (props: any) => { | |||
if (fsLoaded) { | |||
console.log(fsLoaded.name + ' activated') | |||
_paq.push(['trackEvent', 'Storage', 'activate', fsLoaded.name]) | |||
console.log('loading remix in the preloader') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is removed in #4897
import('../../app') | ||
.then((AppComponent) => { | ||
console.log('loading remix in the preloader', AppComponent) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is removed in #4897
handleHide={() => hideFullMessage()} | ||
okFn={() => processLoading(state.modalInfo.title)} | ||
> | ||
<ModalDialog id="homeTab" title={'Import from ' + state.modalInfo.title} okLabel="Import" hide={!state.showModalDialog} handleHide={() => hideFullMessage()} okFn={() => processLoading(state.modalInfo.title)}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is too long to be a 1 line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
<label style={{ fontSize: '0.8rem' }} className="mt-3"> | ||
Recent workspaces | ||
Recent Workspaces |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add the tab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
Update the hometab of IDE based on designs on excalidraw from @LianaHus