Commit Graph

845 Commits

Author SHA1 Message Date
David Ralph 8f9735044a fix: welcome import, widget zoom 2024-04-14 12:23:07 +01:00
alexsparkes ff48319c42 fix(changelog): Fix markdown parsing 2024-03-23 00:04:21 +00:00
alexsparkes e7630e9357 style: New date selection on custom events 2024-03-22 21:26:51 +00:00
alexsparkes c1cba4dd5e feat(greeting): Initial Custom Events Implementation 2024-03-22 01:35:24 +00:00
alexsparkes 4af8733795 Fix: Modal buttons
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-03-19 23:35:17 +00:00
David Ralph 2136f558b9 chore: run lint and prettier 2024-03-19 21:45:17 +00:00
David Ralph 57df2ce523 fix: small fixes to settings ui 2024-03-19 21:13:24 +00:00
alexsparkes ae0530cfc6 Fix: Various bugs
Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-03-18 22:08:08 +00:00
alexsparkes 86f64dfc98 feat: achievement improvements
- Added achievement notification
- Show locked achievements
- Fixed quote padding
- Fixed date picker layout

Co-authored-by: David Ralph <me@davidcralph.co.uk>
Co-authored-by: Isaac <contact@eartharoid.me>
2024-03-16 23:28:35 +00:00
David Ralph 12248db893 refactor: once again move background utils, this time to api 2024-03-02 22:46:28 +00:00
David Ralph 3e1ac0cfbb fix: dropdown errors when null 2024-02-28 13:13:42 +00:00
alexsparkes c6b4359612 fix(order): Hover effect on sortable items 2024-02-28 12:57:47 +00:00
alexsparkes 67a387c73d refactor: Move main modal to components
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-27 22:51:51 +00:00
alexsparkes 851e6ff7e8 Cleanup: Remove unused file 2024-02-27 17:17:52 +00:00
alexsparkes 7e78465406 refactor(widgets): Move to new layout of widgets and options 2024-02-24 20:17:11 +00:00
David Ralph 294b3830bf refactor(modules): second part of moving files around, changing layout etc 2024-02-19 09:42:59 +00:00
David Ralph 618b5fe466 refactor(modules): experimental changes to module structure 2024-02-18 23:27:38 +00:00
David Ralph 10f12b20c5
7.x Structural Changes (#637)
* refactor(files): Initial commit on experimental file structure

* refactor(structure): New components system

* refactor(structure): Tidy settings' components

* Refactor(structure): Component exports and imports

* refactor(settings): Use new component imports

* feat: unified background.js script

* fix(build): Partially, distributions still not ready

* feat: critical error on noscript, light theme support for it

* fix(background): Critical issue of code making every background #000

* refactor(welcome): Partition into different files + shared components
- This took too long and destroyed my sanity

---------

Co-authored-by: alexsparkes <turbomarshmello@gmail.com>
Co-authored-by: alexsparkes <alexsparkes@gmail.com>
2024-02-18 23:05:15 +00:00
alexsparkes 8fc6b1bf1b refactor: Begin cleaning up photo information
- Plus making apps follow the same design principles as notes and todo
2024-02-17 18:33:51 +00:00
alexsparkes f8df95e7e0 fix(marketplace): carousel buttons being unstyled 2024-02-13 22:34:37 +00:00
David Ralph da43dbeed0 refactor: rework dropdown backend (wip) 2024-02-13 22:08:45 +00:00
alexsparkes b9bb735371 feat: new error message
- clean up of translation code
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-13 20:13:48 +00:00
alexsparkes 5b995eaf9f refactor(quickliks): Partition file 2024-02-11 13:09:07 +00:00
alexsparkes 53d649e04a Refactor(marketplace): Use button component 2024-02-11 10:45:40 +00:00
David Ralph 35d4a7780c refactor(marketplace): cleanup item page render 2024-02-10 22:34:49 +00:00
alexsparkes b6adfab047 refactor(settings): Further implementation of "button" component 2024-02-10 21:44:18 +00:00
alexsparkes bad8daac6b refactor(header): Increased clarity, when using unique actions 2024-02-10 21:03:56 +00:00
alexsparkes dbd0359ccc refactor(button): Create button component 2024-02-10 19:39:15 +00:00
alexsparkes 8c7cfd3cb1 style(settings): Slight gradient to feature icon of setting section 2024-02-10 13:54:06 +00:00
alexsparkes ad2af657d7 refactor(navbar): Partition of navbar 2024-02-10 13:39:03 +00:00
alexsparkes 9716ddd9af fix(background): Grammar mistake in class name 2024-02-10 11:18:22 +00:00
alexsparkes 6f00709c3d refactor(header): Move to consistent header component for modal elements
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-10 10:45:21 +00:00
alexsparkes 84c1bc8df1 refactor(settings): Move to new style settings row
Comprised of:
- Row element
- Content (title and description)
- Action
2024-02-09 22:22:11 +00:00
alexsparkes 48b919ebea refactor(modal): Change state to use word and switch case 2024-02-09 00:37:24 +00:00
alexsparkes 16639c4b94 refactor: partition of quote settings for increased readability 2024-02-08 18:34:44 +00:00
Wessel Tip 8e1b7ab2ac
fix(react): Adding `this.getItem()` within not found clause fixes items not showing 2024-02-08 14:05:37 +01:00
Wessel Tip 3503e65039
fix(react): Reverse commit 7179ee2 due to marketplace not loading 2024-02-08 13:57:37 +01:00
Wessel Tip f309967214
fix(regex): Allow all TLDs
Fix for #627 - Updates all URL regexes to allow up to 63 octets for TLDs, which is the RFC 1034 standard (https://www.rfc-editor.org/rfc/rfc1034)
2024-02-08 13:25:46 +01:00
alexsparkes bd9c868196 refactor: settings tabs, improvements to logic + readability
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-07 23:43:23 +00:00
alexsparkes 85b0e9826c feat(settings): New preferences wrapper
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-07 20:47:20 +00:00
David Ralph 21184c6c03 feat: better error feedback in weather, run prettier + lint 2024-02-07 12:39:16 +00:00
alexsparkes fba4012875 refactor(settings): Split weather into sections for increased readability 2024-02-07 12:13:07 +00:00
alexsparkes ad4532c150 refactor(tab): tab list use mapping
Co-authored-by: David Ralph <me@davidcralph.co.uk>
2024-02-06 20:51:19 +00:00
alexsparkes 2f9acde332 refactor(weather): widget and its related components 2024-02-06 19:39:53 +00:00
alexsparkes 4f0a8207b1 style(settings): use variables for localization 2024-02-06 18:44:32 +00:00
alexsparkes 959a928366 style: Variables for translation to improve clarity and reduce line length 2024-02-03 12:16:39 +00:00
alexsparkes c7f21c295c fix: icon on addons tab 2024-02-03 10:59:11 +00:00
alexsparkes cdae5ed29e feat: cleanup, settings UI improvements
Co-authored-by: David Ralph <ohlookitsderpy@protonmail.com>
2024-02-03 01:21:18 +00:00
Shashank 0d77508f4c
[New Feature] Created a "Apps" section to add more frequently visited website links like in Chrome. (#622)
* added apps links section to the navbar with settings to add and edit links in under navbar settings

* translated to english US
2024-02-01 20:18:46 +00:00
Wessel Tip b2fedb17c9
feat(navbar): Add fade-in animation 2024-01-29 23:46:53 +01:00