aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* more optimizations, execution is now split into eager (for main UI) andHenry Jameson2024-02-15
| | | | lazy (for modals, popovers etc) parts
* add roundness, fix inputsHenry Jameson2024-02-13
|
* avatar shadowsHenry Jameson2024-02-12
|
* separate greentext into "fun text" and make Post/Notification related componentsHenry Jameson2024-02-12
|
* buttons look great now, including unstyled ones menu items work tooHenry Jameson2024-02-12
|
* menu-item improvementsHenry Jameson2024-02-11
|
* comments and cleanupHenry Jameson2024-02-09
|
* optimize combinatorics and defaults, now it's twice as fast!Henry Jameson2024-02-09
|
* don't use lodash (-~300ms speed)Henry Jameson2024-02-09
|
* more performance testingHenry Jameson2024-02-08
|
* improvements & performance testingHenry Jameson2024-02-08
|
* more dynamic vars, PROPER ICON COLORSHenry Jameson2024-02-07
|
* add directive to completely disable automatic text color creationHenry Jameson2024-02-07
|
* add directive to preserve or not the text colorHenry Jameson2024-02-07
|
* update, should inherit stuff properly now.Henry Jameson2024-02-07
|
* moved default rules to component style.js files, added some basic text ↵Henry Jameson2024-02-01
| | | | inheritance
* better virtual components and stuffHenry Jameson2024-01-31
|
* fix statesHenry Jameson2024-01-23
|
* shit more or less works for the very basic stuffHenry Jameson2024-01-23
|
* some more stuff, generating CSS selectors from rulesHenry Jameson2024-01-23
|
* themes 3 initial workHenry Jameson2024-01-18
|
* Merge branch 'notifications-thru-sw' into 'develop'HJ2023-12-13
|\ | | | | | | | | Notifications improvements. See merge request pleroma/pleroma-fe!1873
| * cleanup stray console logsHenry Jameson2023-12-14
| |
| * attempt at fixing the extra notification againHenry Jameson2023-12-13
| |
| * use last favicon instead of first for consistency with browsersHenry Jameson2023-11-22
| |
| * fix tests and make utils consistent in where they pull configuration fromHenry Jameson2023-11-22
| |
| * don't communicate with serviceworker if there's no support for itHenry Jameson2023-11-22
| |
| * handle no sw registration gracefullyHenry Jameson2023-11-22
| |
| * fix infinity caseHenry Jameson2023-11-21
| |
| * fix notifications not catching up with "read" status as intendedHenry Jameson2023-11-21
| |
| * fix badgeHenry Jameson2023-11-20
| |
| * temp console log for mobile debugHenry Jameson2023-11-20
| |
| * fix notification dot in favicon and mobile nav, minor refactorHenry Jameson2023-11-20
| |
| * reports visibility setting + actual filtering for desktop notifsHenry Jameson2023-11-19
| |
| * fix messages from sw not really being acted upon on mainlandHenry Jameson2023-11-19
| |
| * consistentcy and bugfixHenry Jameson2023-11-19
| |
| * use dispatch instead of commmit, fix bad copypastaHenry Jameson2023-11-16
| |
| * use URL for original favicon instead of canvasHenry Jameson2023-11-16
| |
| * handle desktop notifications clicksHenry Jameson2023-11-16
| |
| * refactored notifications into their own module separate from statuses (WIP)Henry Jameson2023-11-16
| |
| * fixHenry Jameson2023-11-13
| |
| * add options for marking single notification as readHenry Jameson2023-11-13
| |
| * Merge remote-tracking branch 'origin/develop' into notifications-thru-swHenry Jameson2023-11-13
| |\
| * | add initial structure for notification settingsHenry Jameson2023-11-09
| | |
| * | Don't use notification-badge'd favicon for badges in notificationsHenry Jameson2023-11-09
| | |
| * | SW-to-window communicationHenry Jameson2023-11-09
| | |
| * | wrong keyHenry Jameson2023-10-26
| | |
| * | fallback to old notification method, don't spam if old way of creatingHenry Jameson2023-10-26
| | | | | | | | | | | | notification fails, try to use favicon
| * | initial work on showing notifications through serviceworkersHenry Jameson2023-10-25
| | |
* | | file_type.service: allow apng images to be renderedYonle2023-12-04
| |/ |/| | | | | Signed-off-by: Yonle <yonle@lecturify.net>