QOL :3
This commit is contained in:
parent
6796c5e10d
commit
fb3d89a0bf
4 changed files with 810 additions and 2 deletions
|
@ -79,7 +79,6 @@
|
|||
<h4>Keyboard Shortcuts</h4>
|
||||
<div id="shortcuts-editor">
|
||||
</div>
|
||||
<button class="settings-btn" id="addShortcut" data-action="addShortcut">Add Shortcut</button>
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h4>Layout & Style</h4>
|
||||
|
@ -105,7 +104,21 @@
|
|||
<textarea id="customCSS" class="settings-input code" rows="5" spellcheck="false"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="settings-section">
|
||||
<h4>Backup & Restore</h4>
|
||||
<button class="settings-btn" id="exportData">Export All Data</button>
|
||||
<input type="file" id="importDataFile" accept=".json" style="display: none;">
|
||||
<button class="settings-btn" id="importData">Import Data</button>
|
||||
<p class="settings-note">This will backup/restore all your settings, links, shortcuts, icons, and search engines.</p>
|
||||
</div>
|
||||
<button class="settings-btn close-settings" data-action="closeSettings">Close</button>
|
||||
<div class="copyright-section">
|
||||
<p>Startpage v1.0.0</p>
|
||||
<p>Made by <a href="https://ploszukiwacz.is-a.dev target="_blank">PlOszukiwacz</a></p>
|
||||
<p><a href="https://git.hackclub.app/ploszukiwacz/StartPage" target="_blank">Git Repository</a></p>
|
||||
<p>Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">GNU AGPL v3.0</a></p>
|
||||
<p class="copyright-footer">© 2025 PlOszukiwacz. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue