1
0
Fork 0
Commit Graph

492 Commits

Author SHA1 Message Date
Daniel Supernault 72bffd16d4
Retire Classic Compose UI 2019-06-19 02:45:51 -06:00
Daniel Supernault 42d81fc2aa
Update PostComponent, hide sensitive comments behind warning 2019-06-19 01:26:44 -06:00
Daniel Supernault 0b3c3021f5
Update Timeline component, hide sensitive comments 2019-06-18 22:32:34 -06:00
Daniel Supernault 79e9337f94
Fixes #1395 2019-06-18 21:25:53 -06:00
Daniel Supernault b0076159c4
Update compose modal, hide filters for videos 2019-06-18 13:53:00 -06:00
Daniel Supernault c0eb22c6e2
Fixes #1417 2019-06-18 13:45:28 -06:00
Daniel Supernault 4f25c73d59
Update Activity.vue 2019-06-18 01:06:22 -06:00
Daniel Supernault 409a922610
Update Presenter components 2019-06-17 23:54:43 -06:00
daniel d6bdfe3d73
Merge pull request #1398 from pixelfed/trwnh-fix-1394
fix #1394
2019-06-16 17:04:36 -06:00
daniel 2a61ee5015
Merge pull request #1302 from pixelfed/trwnh-fix-nontouch
Hide webkit scrollbar only on touch-only devices (fix #1285)
2019-06-16 17:01:53 -06:00
Daniel Supernault c37c8bd151
Update PostComponent 2019-06-16 15:42:30 -06:00
trwnh fd1e5cfd16
fix #1394
fixed height causes issues
2019-06-12 01:56:02 -05:00
Daniel Supernault d2e090e8bb
Update ComposeModal 2019-06-11 12:50:35 -06:00
Daniel Supernault 3f47872dc5
Update Profile.vue 2019-06-11 11:49:56 -06:00
Daniel Supernault d377216899
Update Timeline component 2019-06-09 22:08:31 -06:00
Daniel Supernault e71d0e711f
Update Timeline component 2019-06-09 22:00:48 -06:00
Daniel Supernault e9c8646137
Closes #1368 2019-06-09 11:38:24 -06:00
Daniel Supernault afb2eddb38
Fixes #1366 2019-06-06 19:36:22 -06:00
Kirk Strauser 5d263d1c2e
PixelFed -> Pixelfed
There was a remaining mix of capital-F "PixelFed" occurrences. This
changes everything to the same capitalization, "Pixelfed", for
consistency.
2019-06-05 18:21:19 -07:00
Daniel Supernault 1814096f75
Update DiscoverComponent 2019-06-04 21:45:53 -06:00
Daniel Supernault 7de2d199d7
Update ComposeModal.vue 2019-06-03 21:04:39 -06:00
Daniel Supernault bf6c5a657f
Update LoopComponent.vue 2019-06-03 20:11:45 -06:00
Daniel Supernault 6b50afd140
Update LoopComponent.vue 2019-06-03 20:07:09 -06:00
Daniel Supernault 464208a417
Update LoopComponent 2019-06-03 19:56:14 -06:00
Daniel Supernault 7b172795ea
Update LoopComponent 2019-06-03 19:48:52 -06:00
Daniel Supernault 2167a7af88
Update Activity.vue 2019-06-03 17:51:32 -06:00
Daniel Supernault 176ffd6917
Update Activity.vue 2019-06-03 15:09:47 -06:00
Daniel Supernault d793e2cff2
Update Activity.vue 2019-06-03 14:57:48 -06:00
Daniel Supernault 17ce5ab5eb
Update Activity.vue 2019-06-03 14:54:23 -06:00
Daniel Supernault f55963af6c
Update ComposeModal 2019-06-03 13:24:48 -06:00
Daniel Supernault 1fbcbe6412
Update NotificationCard 2019-06-03 13:15:38 -06:00
Daniel Supernault f9362d43a9
Update DiscoverComponent 2019-06-03 13:13:51 -06:00
Daniel Supernault d1c0e9aae9
Add limits to Following 2019-06-01 20:18:21 -06:00
Daniel Supernault 7ee18af416
Add loops.js 2019-05-28 21:03:02 -06:00
Daniel Supernault cc758d24df
Add direct.js 2019-05-28 21:02:38 -06:00
Daniel Supernault e20910b1d2
Update DiscoverComponent.vue 2019-05-27 23:07:45 -06:00
Daniel Supernault 7400c04e4a
Update LoopComponent.vue 2019-05-27 23:07:03 -06:00
Daniel Supernault 0fa282a190
Update presenter components 2019-05-27 20:48:37 -06:00
Daniel Supernault 14fa51fa30
Update Activity.vue 2019-05-27 14:13:02 -06:00
Daniel Supernault 08a96d4726
Update activity.js 2019-05-27 13:54:45 -06:00
Daniel Supernault 698d3a48c3
Add Activity.vue 2019-05-27 13:54:31 -06:00
Daniel Supernault 4a46a8d772
Update LoopComponent.vue 2019-05-26 23:01:25 -06:00
Daniel Supernault 85c2f89ecd
Add LoopComponent 2019-05-26 18:56:50 -06:00
Daniel Supernault 6c2bf54bde
Update Post and Profile components 2019-05-25 00:32:22 -06:00
Daniel Supernault 4b18ddf6b9
Update PostComponent 2019-05-20 22:26:49 -06:00
Daniel Supernault 53f4fda5ca
Update Timeline.vue 2019-05-20 22:26:11 -06:00
Daniel Supernault 00a3dc4912
Update PostComponent 2019-05-20 22:06:36 -06:00
Daniel Supernault 251723ccc0
Update PostComponent 2019-05-20 21:11:43 -06:00
Daniel Supernault 1b2f4f0f7c
Update PostComponent 2019-05-20 21:11:38 -06:00
Daniel Supernault 68a49fd88c
Update PostComponent 2019-05-20 19:47:12 -06:00
Daniel Supernault 374135eb64
Update Timeline.vue 2019-05-19 21:13:18 -06:00
trwnh 8541018cff
Hide webkit scrollbar only on touch-only devices
on nontouch or hybrid devices, the scrollbar is needed to navigate filters. Fix #1285
2019-05-14 08:54:27 -05:00
Daniel Supernault be999c964d
Update Timeline.vue 2019-05-13 21:15:00 -06:00
Daniel Supernault eb6e96b9a0
Update Profile.vue 2019-05-13 00:09:30 -06:00
Daniel Supernault e9d266a778
Update ComposeModal 2019-05-12 23:00:07 -06:00
Daniel Supernault 5f61ac7157
Update Timeline.vue component 2019-05-12 22:49:35 -06:00
Daniel Supernault b4e18ec9e1
Update Timeline.vue 2019-05-08 21:19:08 -06:00
Daniel Supernault 3f709776f2
Update Timeline.vue and Profile.vue 2019-05-07 00:00:13 -06:00
Daniel Supernault 2b0aaeb7c1
Refactor #1259, add double tap to like and deprecate lightbox 2019-05-06 21:26:12 -06:00
daniel 7ceaa25205
Merge branch 'frontend-ui-refactor' into feat/double-tap-to-like 2019-05-06 20:47:13 -06:00
Daniel Supernault f90c818936
Update ComposeModal.vue, fixes #1160 2019-05-05 14:39:02 -06:00
Daniel Supernault f47a8aaf92
Update NotificationCard.vue 2019-05-05 13:24:38 -06:00
Daniel Supernault 6c0e14793a
Update NotificationCard.vue 2019-05-05 13:23:34 -06:00
Daniel Supernault 610dc7294a
Update Timeline.vue 2019-05-05 13:04:13 -06:00
Daniel Supernault 1446a72afe
Update Timeline.vue 2019-05-05 12:33:10 -06:00
Daniel Supernault a357a5f27c
Update Timeline.vue 2019-05-04 22:44:19 -06:00
Daniel Supernault d0ed0c0120
Update Timeline.vue 2019-05-04 21:16:02 -06:00
Daniel Supernault 194a895485
Update Timeline.vue 2019-05-04 20:53:36 -06:00
Daniel Supernault 97a5f5db8d
Add new labs setting, disable read more 2019-05-04 19:52:23 -06:00
Daniel Supernault 493ab2f7a3
Add custom header backgrounds to MomentUI profiles 2019-05-04 18:17:28 -06:00
talon 768369866e fix conflicts 2019-05-03 23:13:22 -04:00
talon 5ddcdc6c7a review changes 2019-05-03 23:11:09 -04:00
Daniel Supernault 1b601a91b9
Update Timeline 2019-05-03 20:01:31 -06:00
ghost 4f7ae39807
Merge branch 'dev' into feat/double-tap-to-like 2019-05-03 15:23:03 -04:00
talon ea9d5d9826 oops 2019-05-03 15:19:01 -04:00
talon 8645387657 add doubletap to like 2019-05-03 15:11:29 -04:00
Daniel Supernault de0fef8fa0
Update Timeline.vue 2019-05-02 21:11:28 -06:00
Daniel Supernault 7d56d27f94
Update components.js 2019-05-02 21:09:39 -06:00
Daniel Supernault 33416db853
Update sass 2019-05-01 23:07:13 -06:00
Daniel Supernault 1fdb23995e
Update Timeline 2019-05-01 22:18:42 -06:00
Daniel Supernault 0b21d3f79e
Update NotificationCard 2019-05-01 22:18:22 -06:00
daniel ec5f6067b0
Merge pull request #1239 from pixelfed/trwnh-filter-preview
fit image to filter preview
2019-05-01 14:22:37 -06:00
daniel 8aa27b8864
Merge pull request #1238 from pixelfed/trwnh-invisible-arrows
Add drop-shadow to next/prev arrows
2019-05-01 14:21:21 -06:00
daniel 8d86e74756
Merge pull request #1236 from pixelfed/trwnh-moment-container
fix moment ui container sizing
2019-05-01 14:20:45 -06:00
trwnh 4a0ae2ec43
fit image to filter preview
image had weird aspect ratio before (fixed 100x60)
2019-05-01 06:18:43 -05:00
trwnh 51b64bed1a
Add drop-shadow to next/prev arrows
white arrows on white bg is invisible, so add a simple black drop-shadow
2019-05-01 06:12:06 -05:00
trwnh 4506891a9f
fix moment ui container sizing 2019-05-01 03:33:40 -05:00
trwnh 29e67be45c
fix info overlay on small layouts
one row is not enough space; use flex column instead
2019-05-01 02:15:02 -05:00
Daniel Supernault 21c900e493
Update Timeline.vue 2019-04-30 22:38:14 -06:00
Daniel Supernault f093bf05a9
Update NotificationCard.vue 2019-04-30 22:37:53 -06:00
Daniel Supernault 4f5d53fab2
Update Timeline.vue 2019-04-30 00:15:43 -06:00
Daniel Supernault f80c1f9bb4
Update Timeline.vue 2019-04-30 00:10:45 -06:00
daniel 899e00a806
Merge pull request #1218 from pixelfed/trwnh-1
fix white block in dark moment ui
2019-04-30 00:08:23 -06:00
Daniel Supernault c3f7271736
Update Timeline.vue 2019-04-29 22:04:42 -06:00
Daniel Supernault d3c2df6fe4
Update Timeline.vue 2019-04-29 21:33:55 -06:00
Daniel Supernault 376a9e6d18
Update Profile.vue 2019-04-29 21:33:32 -06:00
Daniel Supernault 6d256f5b2b
Update Timeline.vue 2019-04-29 20:59:12 -06:00
Daniel Supernault d543087bc6
Update NotificationCard.vue 2019-04-29 20:58:36 -06:00
Daniel Supernault c960ddf876
Update Profile.vue 2019-04-29 19:36:38 -06:00
Daniel Supernault ef565bd7ff
Update Profile component, fixes #1217 2019-04-29 16:08:05 -06:00