1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
24f5075116
Fix clicking 'Play' in 'Options - Sounds' not playing notification if notifications are muted
Closes #326
2022-01-17 21:03:46 +01:00
3f4844f6f6
Add numbered lines to example notification to make adjusting scroll speed easier 2022-01-17 20:46:33 +01:00
bf9a0226be
Major refactor to abstract app logic into libraries 2022-01-08 13:50:21 +01:00
5f60852fbb
Fix broken forced redirect from plain twitter.com to TweetDeck 2022-01-01 19:44:01 +01:00
32728fc20a
Fix JS error when hiding update notification 2021-12-25 19:22:34 +01:00
394cb80022
Fix custom CSS and sound notification settings not applying on launch 2021-12-25 19:09:22 +01:00
ccb87351c1
Fix notifications having outdated theme-related attributes on the <html> element 2021-12-24 15:50:01 +01:00
273e7266eb
Fix bootstrap script issues (wrong ID and stylesheets appearing in notifications) 2021-12-24 15:31:10 +01:00
427975e5ce
Automatically update relative time shown in notifications 2021-12-24 14:54:58 +01:00
dfde38ea3b
Fix screenshotting wrong tweet if cursor moves away from right-clicked tweet too quickly 2021-12-24 10:14:12 +01:00
6a421292b3
Refactor notification bootstrapping 2021-12-23 16:00:35 +01:00
ceae748503
Fix the possibility of plugin functions running in wrong order if main module loading gets delayed 2021-12-23 05:23:02 +01:00
008de87e55
Refactor plugin bootstrapping 2021-12-23 05:02:53 +01:00
e7479ef9e3
Fix missing module import 2021-12-22 13:25:03 +01:00
13f8f12ac8
Refactor error page 2021-12-22 10:05:01 +01:00
fd634379d7
Improve resistance to errors in bootstrapping script and modules 2021-12-22 08:49:00 +01:00
e854315a81
Reorganize resources folder 2021-12-22 08:37:45 +01:00
86136d7692
Refactor update checker as a bootstrapped module 2021-12-22 07:53:52 +01:00
9d39f26d54
Refactor introduction dialog as a bootstrapped module 2021-12-22 06:40:14 +01:00
9cd813c02c
Refactor login page scripts & styles into modules and remove stuff broken by Twitter updates 2021-12-22 06:35:47 +01:00
8e1f87e062
Expand module bootstrapping mechanism 2021-12-22 06:35:47 +01:00
dda954285c
Refactor main browser CSS injections 2021-12-22 05:08:04 +01:00
ed4f7b6b72
Refactor main browser code into JS modules 2021-12-22 03:00:14 +01:00