Skip to content
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

fix: save code in localstorage #153

Merged
merged 1 commit into from
Mar 29, 2022
Merged

fix: save code in localstorage #153

merged 1 commit into from
Mar 29, 2022

Conversation

AGDholo
Copy link
Member

@AGDholo AGDholo commented Mar 29, 2022

No description provided.

@AGDholo AGDholo merged commit 84d1e81 into dev Mar 29, 2022
@AGDholo AGDholo deleted the fix/lastRunningCode branch March 29, 2022 06:48
AGDholo added a commit that referenced this pull request Mar 29, 2022
* refactor(lab): refactoring application (#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (#120)

* feat(Snippet): add snippets page (#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (#124)

* chore(snippet): fix component (#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (#126)

* feat: syntax highlight in markdown (#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (#139)

* feat: publish release page

* chore: align the top button when hiding the side (#144)

* chore: check home path

* feat: add fullscreen in result (#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (#148)

* feat: add the file name editor box

* feat: add the file name editor box (#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (#151)

* fix: save code in localstorage (#153)

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
github-actions bot pushed a commit that referenced this pull request Mar 29, 2022
* refactor(lab): refactoring application (#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (#120)

* feat(Snippet): add snippets page (#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (#124)

* chore(snippet): fix component (#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (#126)

* feat: syntax highlight in markdown (#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (#139)

* feat: publish release page

* chore: align the top button when hiding the side (#144)

* chore: check home path

* feat: add fullscreen in result (#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (#148)

* feat: add the file name editor box

* feat: add the file name editor box (#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (#151)

* fix: save code in localstorage (#153)

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
AGDholo added a commit that referenced this pull request Apr 4, 2022
* refactor(lab): refactoring application (#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (#120)

* feat(Snippet): add snippets page (#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (#124)

* chore(snippet): fix component (#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (#126)

* feat: syntax highlight in markdown (#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (#139)

* feat: publish release page

* chore: align the top button when hiding the side (#144)

* chore: check home path

* feat: add fullscreen in result (#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (#148)

* feat: add the file name editor box

* feat: add the file name editor box (#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (#151)

* fix: save code in localstorage (#153)

* feat: add snippets version control (#154)

* feat: add snippets version control

* fix: display live mode state

* fix: live mode state

* feat: add explore link (#155)

* feat: add multiple types of sharing tabs (#156)

* feat: add swr lib (#157)

* chore: add graphql demo

* feat: add explore page (#158)

* feat: add explore page

* feat: add auth logic

* feat(sidebar): add footer & login in sidebar (#159)

* feat: add footer in sidebar

* feat: add login button in sidebar

* chore: upper the editor height

* chore: move the share button to topbar

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
github-actions bot pushed a commit that referenced this pull request Apr 4, 2022
* refactor(lab): refactoring application (#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (#120)

* feat(Snippet): add snippets page (#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (#124)

* chore(snippet): fix component (#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (#126)

* feat: syntax highlight in markdown (#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (#139)

* feat: publish release page

* chore: align the top button when hiding the side (#144)

* chore: check home path

* feat: add fullscreen in result (#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (#148)

* feat: add the file name editor box

* feat: add the file name editor box (#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (#151)

* fix: save code in localstorage (#153)

* feat: add snippets version control (#154)

* feat: add snippets version control

* fix: display live mode state

* fix: live mode state

* feat: add explore link (#155)

* feat: add multiple types of sharing tabs (#156)

* feat: add swr lib (#157)

* chore: add graphql demo

* feat: add explore page (#158)

* feat: add explore page

* feat: add auth logic

* feat(sidebar): add footer & login in sidebar (#159)

* feat: add footer in sidebar

* feat: add login button in sidebar

* chore: upper the editor height

* chore: move the share button to topbar

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
AGDholo added a commit that referenced this pull request Apr 4, 2022
* refactor(lab): refactoring application (#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (#120)

* feat(Snippet): add snippets page (#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (#124)

* chore(snippet): fix component (#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (#126)

* feat: syntax highlight in markdown (#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (#139)

* feat: publish release page

* chore: align the top button when hiding the side (#144)

* chore: check home path

* feat: add fullscreen in result (#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (#148)

* feat: add the file name editor box

* feat: add the file name editor box (#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (#151)

* fix: save code in localstorage (#153)

* feat: add snippets version control (#154)

* feat: add snippets version control

* fix: display live mode state

* fix: live mode state

* feat: add explore link (#155)

* feat: add multiple types of sharing tabs (#156)

* feat: add swr lib (#157)

* chore: add graphql demo

* feat: add explore page (#158)

* feat: add explore page

* feat: add auth logic

* feat(sidebar): add footer & login in sidebar (#159)

* feat: add footer in sidebar

* feat: add login button in sidebar

* chore: upper the editor height

* chore: move the share button to topbar

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
github-actions bot pushed a commit that referenced this pull request Apr 4, 2022
* refactor(lab): refactoring application (#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (#120)

* feat(Snippet): add snippets page (#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (#124)

* chore(snippet): fix component (#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (#126)

* feat: syntax highlight in markdown (#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (#139)

* feat: publish release page

* chore: align the top button when hiding the side (#144)

* chore: check home path

* feat: add fullscreen in result (#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (#148)

* feat: add the file name editor box

* feat: add the file name editor box (#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (#151)

* fix: save code in localstorage (#153)

* feat: add snippets version control (#154)

* feat: add snippets version control

* fix: display live mode state

* fix: live mode state

* feat: add explore link (#155)

* feat: add multiple types of sharing tabs (#156)

* feat: add swr lib (#157)

* chore: add graphql demo

* feat: add explore page (#158)

* feat: add explore page

* feat: add auth logic

* feat(sidebar): add footer & login in sidebar (#159)

* feat: add footer in sidebar

* feat: add login button in sidebar

* chore: upper the editor height

* chore: move the share button to topbar

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
AGDholo added a commit that referenced this pull request Apr 4, 2022
* refactor(lab): refactoring application (#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (#120)

* feat(Snippet): add snippets page (#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (#124)

* chore(snippet): fix component (#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (#126)

* feat: syntax highlight in markdown (#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (#139)

* feat: publish release page

* chore: align the top button when hiding the side (#144)

* chore: check home path

* feat: add fullscreen in result (#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (#148)

* feat: add the file name editor box

* feat: add the file name editor box (#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (#151)

* fix: save code in localstorage (#153)

* feat: add snippets version control (#154)

* feat: add snippets version control

* fix: display live mode state

* fix: live mode state

* feat: add explore link (#155)

* feat: add multiple types of sharing tabs (#156)

* feat: add swr lib (#157)

* chore: add graphql demo

* feat: add explore page (#158)

* feat: add explore page

* feat: add auth logic

* feat(sidebar): add footer & login in sidebar (#159)

* feat: add footer in sidebar

* feat: add login button in sidebar

* chore: upper the editor height

* chore: move the share button to topbar

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
github-actions bot pushed a commit to akitaSummer/hedgehog-lab that referenced this pull request May 29, 2022
* refactor(lab): refactoring application (Hedgehog-Computing#119)

* refactor(layout): refactoring the layout component

* refactor(YourCode): refactoring the YourCode component

* chore(SideBar): load editor code when click tutorials

* chore(code): move old code to DeprecatedCode

* feat(SideBar): add media query

* fix(SideBar): completely static media query logic

* chore(ShareDialog): adjust input padding

* feat(Layout): add the container layout component

* feat(tutorials): set up route for tutorial

* fix(compiler): auto reset fetch states

* fix(ShareDialog): Copy the correct URL

* feat(Compiler): separate compiler components

* feat(Snippet): add snippet demo

* fix(Main): using setState

* feat: add table pagination and sort (Hedgehog-Computing#120)

* feat(Snippet): add snippets page (Hedgehog-Computing#121)

* chore(TutorialS): add table simple

* feat(Snippet): add snippets page

* feat(Snippet): add snippets save dialog

* feat(Snippet): add snippets save flag

* refactor(Form): reassemble components

* chore(Results): using linear loading

* feat(Snippets): add delete alert popup

* chore(AuthDialog): navigate back on dialog close

* chore(Snippets): add pagination component

* fix(Share): set url when router change

* fix(SaveDialog): change title

* chore(SideBar): disable padding

* chore(Snippets): add share url popup

* chore(Router): using object router

* feat(CopyInput): add auto copy feature

* chore(AuthDialog): display button when backgroundLocation equal to undefined

* feat(Popup): add base popup button component

* fix(AuthDialog): disappear button in auth page

* refactor(form): improve component ease of use (Hedgehog-Computing#122)

* feat(Input): refactor all input

* feat(Login): refactor login page

* feat(Input): refactor PasswordInput

* feat(Login): add modal

* refactor(Form): using sign & forget modal to resolve action methods

* refactor(App): cleanup all code

* feat(App): add eslint-react-hooks (Hedgehog-Computing#124)

* chore(snippet): fix component (Hedgehog-Computing#125)

* feat(CopyInput): add copied icon

* chore(Toolbar): remove share button

* fix(RenameInput): add form filed

* feat(Theme): auto switch theme from user system theme (Hedgehog-Computing#126)

* feat: syntax highlight in markdown (Hedgehog-Computing#92)

* feat: syntax highlight in markdown

* chore(Theme): optimized markdown output in dark mode

* chore(Theme): using dark & light markdown theme

Co-authored-by: agdholo <[email protected]>

* feat(Compiler): create useCompiler hook (Hedgehog-Computing#127)

* feat(Compiler): create useCompiler hook

* feat(Editor): create useEditor hook (Hedgehog-Computing#128)

* feat(Editor): create useEditor hook

* chore(Editor): remove console

* feat(useEditor): enhanced automatic save function (Hedgehog-Computing#129)

* feat(useEditor): add save for hotkey

* feat(useEditor): auto save code each 1s

* chore(toolbar): delete theme button

* feat: add live mode (Hedgehog-Computing#138)

* feat(toolbar): merge buttons

* feat: add live mode

* chore: fetch live mode state in localstorage

* feat: add live mode tooltip

* feat: add snippets collapse (Hedgehog-Computing#139)

* feat: publish release page

* chore: align the top button when hiding the side (Hedgehog-Computing#144)

* chore: check home path

* feat: add fullscreen in result (Hedgehog-Computing#145)

* chore: align the top button when hiding the side

* feat: add fullscreen in result

* feat(snippets): add search header (Hedgehog-Computing#147)

* chore: add auth select button

* feat: add search header

* feat(result): add share button (Hedgehog-Computing#148)

* feat: add the file name editor box

* feat: add the file name editor box (Hedgehog-Computing#149)

* feat: add synchronized tooltip

* feat: provide Examples when new Snippet (Hedgehog-Computing#151)

* fix: save code in localstorage (Hedgehog-Computing#153)

* feat: add snippets version control (Hedgehog-Computing#154)

* feat: add snippets version control

* fix: display live mode state

* fix: live mode state

* feat: add explore link (Hedgehog-Computing#155)

* feat: add multiple types of sharing tabs (Hedgehog-Computing#156)

* feat: add swr lib (Hedgehog-Computing#157)

* chore: add graphql demo

* feat: add explore page (Hedgehog-Computing#158)

* feat: add explore page

* feat: add auth logic

* feat(sidebar): add footer & login in sidebar (Hedgehog-Computing#159)

* feat: add footer in sidebar

* feat: add login button in sidebar

* chore: upper the editor height

* chore: move the share button to topbar

Co-authored-by: akitaSummer <[email protected]>
Co-authored-by: odysa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant