Commit Graph

881 Commits

Author SHA1 Message Date
Nicolas Constant 438867e49a
clean up 2020-12-22 19:54:35 -05:00
Nicolas Constant 8b849a6650
added move notification support 2020-12-21 23:12:47 -05:00
Nicolas Constant 8c76056747
fix typo 2020-12-21 21:14:32 -05:00
Nicolas Constant e772613193
hide button when hashtag is added 2020-12-17 20:07:37 -05:00
Nicolas Constant 8566966463
added middle click support on searched accounts 2020-12-17 19:35:26 -05:00
Nicolas Constant 5f4e822b64
fix move notification breaking things 2020-12-17 19:08:07 -05:00
Nicolas Constant 7841f72890
added lock icon on account's profile 2020-10-03 15:52:55 -04:00
Nicolas Constant a303f16afe
typo 2020-10-03 12:44:21 -04:00
Nicolas Constant 3be94a842d
working follow_request logic 2020-10-03 00:40:43 -04:00
Nicolas Constant d67ef4aaf2
creation of follow-request UI 2020-10-02 23:58:43 -04:00
Nicolas Constant 3dbc5c57e1
changed wording of #315 2020-09-21 20:19:53 -04:00
Nicolas Constant f13e30ebaf
fine tuning tutorial's animation 2020-09-21 20:10:49 -04:00
Nicolas Constant 912d9e31b5
better misskey parsing in pleroma 2020-09-17 22:16:53 -04:00
Nicolas Constant 628b9c6733
disable tests 2020-09-17 21:40:34 -04:00
Nicolas Constant 0d851560b6
added privacy statement, fix #315 2020-09-13 18:45:48 -04:00
Nicolas Constant 496b2b7dd2
fix tutorial navigation 2020-09-13 15:17:55 -04:00
Nicolas Constant e600f096cd
typo fix 2020-09-13 15:10:35 -04:00
Nicolas Constant b4eb092181
added option to reopen tutorial 2020-09-12 14:17:54 -04:00
Nicolas Constant d46fa0ffca
better tutorial navigation 2020-09-12 14:07:30 -04:00
Nicolas Constant 63c2385644
added following functionality 2020-09-12 14:01:35 -04:00
Nicolas Constant b02979430c
added thankyou tutorial 2020-09-12 13:47:07 -04:00
Nicolas Constant 39af84785f
added label tutorial 2020-09-12 13:03:26 -04:00
Nicolas Constant 5992ac7001
added video illustrations 2020-09-12 01:09:29 -04:00
Nicolas Constant 5ae8d668df
better tutorial canvas 2020-09-11 23:13:00 -04:00
Nicolas Constant 9adb9c5c44
Merge branch 'topic_enhance-tutorial' into develop 2020-09-12 02:22:41 +02:00
Nicolas Constant ac3acfb4fa
tweak code display 2020-09-02 22:19:47 -04:00
Nicolas Constant 2b0da954a1
fix multipost count 2020-09-02 18:55:07 -04:00
Nicolas Constant 0e23b64b63
fix first status count 2020-09-02 18:43:04 -04:00
Nicolas Constant 7a0de67f5d
added middle click support on mentions 2020-08-29 14:46:38 -04:00
Nicolas Constant 65068f5dc0
added middle click support on hashtags 2020-08-29 14:30:13 -04:00
Nicolas Constant a82afc6bd1
fix favorites end condition retrieval 2020-08-28 23:08:31 -04:00
Nicolas Constant fbe5a53f60
fix bookmarks end condition retrieval 2020-08-28 23:00:53 -04:00
Nicolas Constant 505f0b025a
fix Zap mention parsing 2020-08-28 22:42:00 -04:00
Nicolas Constant 534a4b11e3
fix misskey mention parsing 2020-08-28 22:12:30 -04:00
Nicolas Constant 69c6fbc145
fix tests 2020-08-28 21:51:48 -04:00
Nicolas Constant 1f93817a6f
fix noopener on event binding 2020-08-28 21:39:55 -04:00
Nicolas Constant f3f63f569a
block link click propagation 2020-08-28 21:18:41 -04:00
Nicolas Constant a809274756
fix url count, fix #308 2020-08-28 21:08:23 -04:00
Nicolas Constant 8710b0267e
better links, fix #309 2020-08-28 20:54:09 -04:00
Nicolas Constant 95454e29a0
make poll retrieval error silent 2020-07-12 18:36:18 -04:00
Nicolas Constant 5ddf555172
fix #303 2020-06-30 19:58:38 -04:00
Nicolas Constant e3a7239522
fix max reached condition 2020-06-24 20:25:37 -04:00
Nicolas Constant 08dd0025c9
fix mention loading 2020-06-18 02:25:32 -04:00
Nicolas Constant bce2cd0527
added empty followers message 2020-06-16 23:09:49 -04:00
Nicolas Constant 5230b3a115
fix search display 2020-06-15 01:12:39 -04:00
Nicolas Constant d5b2a3e47d
fix account wraping and overflow 2020-06-15 01:07:30 -04:00
Nicolas Constant 9ad3ef81b4
fix emoji in account display name 2020-06-15 00:58:13 -04:00
Nicolas Constant e821c8a8dc
fix follows refresh 2020-06-15 00:56:39 -04:00
Nicolas Constant 1de96741ad
fix following term 2020-06-15 00:45:30 -04:00
Nicolas Constant 9a8f24462c
fix follower pagination 2020-06-15 00:44:00 -04:00
Nicolas Constant 34dcc3050a
added follower scrolling 2020-06-15 00:32:47 -04:00
Nicolas Constant db5ee22615
displaying accounts in follows 2020-06-14 21:11:45 -04:00
Nicolas Constant 382cae866f
created account component 2020-06-14 20:53:20 -04:00
Nicolas Constant fa0ae59e78
fix background transition 2020-06-14 20:41:45 -04:00
Nicolas Constant f6466a5c8f
added followers retrieval 2020-06-14 20:39:51 -04:00
Nicolas Constant ff030e4669
created user-follow comp and wirering to it 2020-06-14 18:12:54 -04:00
Nicolas Constant 675dd0a3a2
Merge pull request #300 from NicolasConstant/topic_fix-spamming
Topic fix spamming
2020-06-14 10:22:05 +02:00
Nicolas Constant 82a4452a41
prevent spamming, fix #293 2020-06-14 03:48:30 -04:00
Nicolas Constant c30ba1483a
browsing refactoring 2020-06-14 03:07:44 -04:00
Nicolas Constant f073e4f224
keep privacy on delete&redraft 2020-06-08 19:29:16 -04:00
Nicolas Constant fef906da72
fix remote status mention parsing 2020-06-06 23:12:06 -04:00
Nicolas Constant 734d2ae161
clean up 2020-06-03 20:15:26 -04:00
Nicolas Constant 5674127e28
fix caret positionning after autocompletion 2020-06-03 19:50:12 -04:00
Nicolas Constant c8c17ca44e
better autocomplete replacement 2020-06-03 19:16:16 -04:00
Nicolas Constant b0b3c4ec21
added tests on autosuggestion replacement 2020-06-03 18:23:13 -04:00
Nicolas Constant fa0d89276a
remove unecessary import 2020-05-29 03:40:56 -04:00
Nicolas Constant 9de28fad86
Merge pull request #295 from NicolasConstant/develop
Develop PR
2020-05-29 03:40:04 -04:00
Nicolas Constant 185bb64a42
added infinite scroll lock 2020-05-29 03:38:38 -04:00
Nicolas Constant 391c515b30
TimelineBase migration 2020-05-29 02:59:12 -04:00
Nicolas Constant 305833ddc2
fix bookmarks and favs background, fix #294 2020-05-29 00:42:08 -04:00
Nicolas Constant ba7872b902
fix errors on profile refresh 2020-05-29 00:32:55 -04:00
Nicolas Constant 0ee30eba76
D&R stop messing with status state, fix #291 2020-05-28 23:56:42 -04:00
Nicolas Constant 8000f51aaa
sanitizen status's links, fix #290 2020-05-28 18:34:51 -04:00
Nicolas Constant 6088be077f
added escape hotkey, fix #287 2020-05-24 16:36:10 -04:00
Nicolas Constant 73c264e9e7
clean up 2020-05-22 02:34:08 -04:00
Nicolas Constant ab30bb1a06
refactoring onScroll 2020-05-22 02:31:14 -04:00
Nicolas Constant 1e9f0d4137
start stream refactoring 2020-05-22 02:17:26 -04:00
Nicolas Constant f4ff3d0e94
ensure https on remote media 2020-05-21 01:02:34 -04:00
Nicolas Constant c14009692f
add content copy, fix #280 2020-05-17 16:51:51 -04:00
Nicolas Constant 6a7d389b55
keep cache for media for d&rd, fix #281 2020-05-17 16:26:33 -04:00
Nicolas Constant e40f5e41e5
clean up 2020-05-16 21:04:03 -04:00
Nicolas Constant b48e8e219e
don't add non-hashtag to search result, fix #283 2020-05-16 21:03:43 -04:00
Nicolas Constant b3d24b61d9
prevent error overflow, fix #279 2020-05-16 20:55:35 -04:00
Nicolas Constant bdaa2068cf
better resilience on href, fix #276 2020-05-06 18:25:33 -04:00
Nicolas Constant 79566d4856
reset floating menu when refresh, fix #277 2020-05-06 18:24:03 -04:00
Nicolas Constant 0635397087
added label tutorial 2020-05-05 18:50:16 -04:00
Nicolas Constant 94fe3eff31
first draft of notification tutorial 2020-05-02 00:24:10 -04:00
Nicolas Constant 3c93dcb709
added first tutorial content 2020-05-02 00:00:31 -04:00
Nicolas Constant 8139f1a601
tutorial navigation functionnal 2020-05-01 23:48:40 -04:00
Nicolas Constant f7187353bb
created canvas to show enhanced tutorial 2020-05-01 23:08:59 -04:00
Nicolas Constant 5bff9a12e2
added remove TL-list logic 2020-05-01 02:51:41 -04:00
Nicolas Constant 51ef48150f
added remove button UI 2020-05-01 02:45:10 -04:00
Nicolas Constant 8d9895b0c9
fix list flicking in account panel 2020-05-01 01:32:25 -04:00
Nicolas Constant 586aef214c
remote fetching needs restart 2020-04-30 22:40:52 -04:00
Nicolas Constant e064297187
use restart notification for settings changes 2020-04-30 22:38:16 -04:00
Nicolas Constant 25d468ad21
fix frefox scroll not working, fix #230 2020-04-30 18:31:27 -04:00
Nicolas Constant 42217b42b8
clean up 2020-04-30 02:40:17 -04:00
Nicolas Constant 54bce7762e
added gototop on profile, fix #259 2020-04-30 02:12:01 -04:00
Nicolas Constant bd44586d96
typo fix 2020-04-29 19:26:15 -04:00
Nicolas Constant 369d65769e
fix margin in title messing with de UI 2020-04-29 00:22:27 -04:00