Skip to content

Commit

Permalink
[HOTFIX] Docker builds also write localstorage when resetting to defa…
Browse files Browse the repository at this point in the history
…ults (#60)

* Fix Docker cloning settings into local storage anyway

* Bump version to v3.1.1
  • Loading branch information
excalith authored Jan 10, 2024
1 parent cf94559 commit 3e118d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ This is an interactive start page for browsers, inspired from my terminal setup.

You can explore the working version [here](https://excalith-start-page.vercel.app). To get inspired by community members' configurations, visit the [Showcase](https://github.com/excalith/excalith-start-page/discussions/categories/showcase) in discussions!

> **Warning:** This is a demo version and will be updated regularly, which might break your configurations. It is not recommended for daily browsing. Please refer to the [wiki page](https://github.com/excalith/excalith-start-page/wiki/Getting-Started) for more information.
> [!IMPORTANT]
> This is a demo version and will be updated regularly, which might break your configurations. It is not recommended for daily browsing. Please refer to the [wiki page](https://github.com/excalith/excalith-start-page/wiki/Getting-Started) for more information.


Expand All @@ -28,6 +29,7 @@ You can explore the working version [here](https://excalith-start-page.vercel.ap
- Launch websites directly from the prompt. Just type the URL (ie. `github.com`)
- Search websites with custom commands. For example, type `s some weird bug` to search StackOverflow for `some weird bug`
- Wallpaper support through URL with blur and fade effects
- Terminal window opacity and translucency effects
- Customizable Fetch UI for fetching browser and system data, including custom image support
- Autosuggest and Autocomplete support just like `zsh` and `fish`
- Cycle through filtered links back and forth
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "start-page",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
1 change: 0 additions & 1 deletion src/context/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const SettingsProvider = ({ children }) => {
// Reset settings
const resetSettings = () => {
setSettings(defaultConfig)
localStorage.setItem(SETTINGS_KEY, JSON.stringify(defaultConfig))
}

return (
Expand Down

1 comment on commit 3e118d2

@vercel
Copy link

@vercel vercel bot commented on 3e118d2 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

start-page – ./

start-page-git-main-excalith.vercel.app
start-page-excalith.vercel.app
excalith-start-page.vercel.app

Please sign in to comment.