Wykres commitów

355 Commity (d3daf63dd524129367b3218e55e1803da0d7eb06)

Autor SHA1 Wiadomość Data
Alex Gleason 229d5c3f90
Chats: add mobile chat notification counter 2020-08-28 15:22:33 -05:00
Alex Gleason 7d0bd47ac1
Chats: update "Message" button with conditional logic for mobile 2020-08-28 15:06:55 -05:00
Alex Gleason 572a1db9f7
Chats: mobile styling 2020-08-28 14:42:58 -05:00
Alex Gleason f83e5ba882
Chats: some mobile styling for rooms 2020-08-28 13:27:40 -05:00
Alex Gleason e7c6862fd0
Chats: refactor ChatBox into its own component 2020-08-28 13:17:19 -05:00
Alex Gleason 4b22726016
Lower .floating-nav-link z-index to be below chat panes 2020-08-27 22:31:43 -05:00
Alex Gleason 8a8953a787
Chats: decrease font size slightly 2020-08-27 19:28:46 -05:00
Alex Gleason e682c3db28
Chats: use textarea instead of input 2020-08-27 19:25:16 -05:00
Alex Gleason abd6c419f1
Chats: hide for mobile (for now) 2020-08-27 16:54:07 -05:00
Alex Gleason 22063ae3c8
Chats: replace avatar with unread counter 2020-08-27 16:41:24 -05:00
Alex Gleason ac028ed584
Chats: add unread counters to chats 2020-08-27 15:43:19 -05:00
Alex Gleason 14eec701cb
Chats: add empty chats message 2020-08-27 14:02:52 -05:00
Alex Gleason d9df091f75
Chats: increase main pane header font size 2020-08-27 13:37:53 -05:00
Alex Gleason c0f6830e7f
Chat: fix avatar proportion in pane header 2020-08-27 13:08:04 -05:00
Alex Gleason 75dc5cfbe2
Chats: speed up pane open animation 2020-08-27 13:04:16 -05:00
Alex Gleason e12b74713a
Chats z-index above account header 2020-08-27 12:55:38 -05:00
Alex Gleason 845c03e8ad
Add scroll bar to chats list 2020-08-27 12:53:44 -05:00
Alex Gleason 59c2029535
Chats: style pending messages 2020-08-27 12:51:35 -05:00
Alex Gleason d0a9c8b47d
Chat z-index behind modals and topbar 2020-08-27 12:45:19 -05:00
Alex Gleason 0e21cf26f4
Chat link style fixes 2020-08-27 00:33:57 -05:00
Alex Gleason 80a78ac0e1
Chats: fix border-radius and chat content height 2020-08-26 11:58:24 -05:00
Alex Gleason a296e6fcd1
Differentiate chat bubbles 2020-08-26 00:21:54 -05:00
Alex Gleason bd7aa14488 Merge branch 'markdown-ordered-lists-fix' into 'develop'
Fix markdown ordered list numbers rending on the bottom, fixes #344

Closes #344

See merge request soapbox-pub/soapbox-fe!186
2020-08-26 04:42:33 +00:00
Alex Gleason 5373c5b1c4
Chats: start styling ChatWindow 2020-08-25 21:03:10 -05:00
Alex Gleason 5518959531
Chats: improve input box CSS 2020-08-25 19:19:55 -05:00
Alex Gleason a2cd0b7630
Chats: improve toggle surface area 2020-08-25 19:13:54 -05:00
Alex Gleason c2c3fefbaa
Chats: Improve minimize animation 2020-08-25 18:58:40 -05:00
Alex Gleason 1c6c9f0f5d
Chats: Toggle pane open and minimized 2020-08-25 18:45:05 -05:00
Alex Gleason 072aed02da
Chats: Allow closing a chat 2020-08-25 18:11:48 -05:00
Alex Gleason 0d7a926fa5
Chats: Style the chat boxes 2020-08-25 17:07:07 -05:00
Alex Gleason d6b3268da4
Render chats in panes layout 2020-08-25 14:58:35 -05:00
Mary Kate d74a1908c7 move deactivated profile logic to css 2020-08-25 13:47:36 -05:00
Mary Kate 40f707fcb0 Fix markdown ordered list numbers rending on the bottom, sometimes 2020-08-25 13:02:40 -05:00
Alex Gleason 7693fb87cc
Scaffold chat click 2020-08-25 11:33:51 -05:00
Alex Gleason e35e8f613f
Rudimentary ChatList display 2020-08-24 21:32:39 -05:00
Alex Gleason f1cff927c0
Display Chat list 2020-08-24 21:26:42 -05:00
Alex Gleason e1a86d4e1c
SoapboxConfig: Improve style of delete icons 2020-08-23 23:55:03 -05:00
Alex Gleason 011b80f717
SoapboxConfig: Improve raw JSON editor 2020-08-23 23:46:34 -05:00
Alex Gleason e173af54f1
SoapboxConfig: Raw JSON editor 2020-08-23 23:19:56 -05:00
Alex Gleason 3b808b6a26
SoapboxConfig: .file-picker img max-height 2020-08-23 21:41:53 -05:00
Alex Gleason 91e860a67b
SoapboxConfig: Actually upload the logo and banner files 2020-08-23 21:35:33 -05:00
Alex Gleason b7a6d7d261
admin_cfg: Improve `+` icon style 2020-08-23 15:31:49 -05:00
Alex Gleason 2cdf6f7275
Merge remote-tracking branch 'origin/develop' into admin_cfg 2020-08-23 12:16:52 -05:00
Alex Gleason cb0c34aa7e Merge branch 'deactivated-accounts' into 'develop'
Remove info from deactivated account pages

Closes #291

See merge request soapbox-pub/soapbox-fe!157
2020-08-18 03:15:02 +00:00
Alex Gleason 1e06eff010 Merge branch 'page-layout-style-improvement' into 'develop'
Only render layout column inner div when column exists, fixes #293

Closes #293

See merge request soapbox-pub/soapbox-fe!171
2020-08-16 17:39:37 +00:00
Alex Gleason 16e83b39b8 Merge branch 'markdown-list-style-improvements' into 'develop'
Improvements to markdown list styles

Closes #300

See merge request soapbox-pub/soapbox-fe!170
2020-08-16 17:28:00 +00:00
Mary Kate 37744b60be corners on DMs 2020-08-16 10:58:51 -05:00
Mary Kate 455cb6f575 only render layout colum inner div when column exists, fixes #293 2020-08-15 18:50:42 -05:00
Mary Kate 8818363149 improvements to markdown list styles 2020-08-15 17:54:52 -05:00
Mary Kate 368baf818e Merge branch 'profile-media-panel' of gitlab.com:soapbox-pub/soapbox-fe into profile-media-panel 2020-08-14 17:46:44 -05:00
Mary Kate 68daa5fbe9 use cover rather than contain on media gallary except on statuses 2020-08-14 17:46:21 -05:00
Alex Gleason 39d9b20431
Merge remote-tracking branch 'origin/develop' into profile-media-panel 2020-08-14 16:25:25 -05:00
Mary Kate 30983571b1 add profile media panel 2020-08-14 14:32:32 -05:00
Mary Kate dc9f5c3a6a slight overflow imrpovements, fixes #303 2020-08-13 15:48:33 -05:00
Mary Kate 16d68e0bef styles for nested markdown, fixes #295 2020-08-12 15:09:21 -05:00
Mary Kate 9b85b4ad7f remove info from deactivated account pages 2020-08-12 13:06:28 -05:00
Mary Kate 45ded363f1 update markdown styles 2020-08-11 18:31:16 -05:00
Mary Kate c4046cbf7e add video and audio media placeholders in compose form 2020-08-10 20:59:24 -05:00
Mary Kate e85baee486 fix overflow on list index 2020-08-10 16:35:34 -05:00
Alex Gleason 1697731ad7 Merge branch 'markdown-hotfix' into 'develop'
list markdown hotfix

Closes #279

See merge request soapbox-pub/soapbox-fe!148
2020-08-10 20:30:53 +00:00
Alex Gleason ae8c1b88d4 Merge branch 'small-fixes' into 'develop'
Small fixes

Closes #278 and #266

See merge request soapbox-pub/soapbox-fe!147
2020-08-10 20:28:14 +00:00
Mary Kate e6b5ef24eb list markdown hotfix 2020-08-10 15:20:09 -05:00
Mary Kate 42a7a61ce7 border radius fixes 2020-08-10 15:05:24 -05:00
Alex Gleason 3fc91c2c1d
Revert "Merge branch 'bullet_point_css' into 'develop'"
This reverts commit bf3de8adc5, reversing
changes made to a892e3ce81.
2020-08-10 10:48:41 -05:00
Sean King 02a1bb47cf Fix poll X button 2020-08-10 09:25:57 -06:00
Sean King f3893effbe Fix bullet point css issue 2020-08-09 22:27:55 -06:00
Curtis ea94b05608 Resolve merge conflicts
Merge branch 'develop' into 'admin_cfg'

# Conflicts:
#   app/soapbox/features/compose/components/action_bar.js
#   app/soapbox/features/edit_profile/index.js
2020-08-09 23:02:48 +00:00
Sean King c91ca7edd6 Fix toggle CSS 2020-08-09 15:23:27 -06:00
Alex Gleason b30dc39f1a
Bio fixes 2020-08-09 15:13:36 -05:00
Alex Gleason 504e36c7d8
Fix linter 2020-08-09 14:44:56 -05:00
Alex Gleason 715779653c
Rearrange home sidebars 2020-08-09 00:29:28 -05:00
Alex Gleason 4ee0fa8160 Merge branch 'user-verification' into 'develop'
Display user verification icon

See merge request soapbox-pub/soapbox-fe!128
2020-08-07 23:23:11 +00:00
Mary Kate 7931a9a89d code review 2020-08-07 18:10:13 -05:00
Mary Kate e9d76b6287 Update chained get requests 2020-08-07 17:01:15 -05:00
Curtis 36e634b0aa Resolved merge conflicts
Merge branch 'develop' into 'timeline-word-filters'

# Conflicts:
#   app/soapbox/components/sidebar_menu.js
#   app/styles/application.scss
2020-08-07 20:46:44 +00:00
Alex Gleason 92f43566e0 Merge branch 'mfa' into 'develop'
Multi-Factor Auth with OTP

See merge request soapbox-pub/soapbox-fe!124
2020-08-07 20:17:13 +00:00
marykatefain 68f765da28 Multi-Factor Auth with OTP 2020-08-07 20:17:13 +00:00
Mary Kate 39d29f4e25 Update account colors to be more silimar to existing Soapbox color patterns 2020-08-05 13:20:46 -05:00
Mary Kate f7f0439e72 prevent verified users from updating display name on frontend 2020-08-05 12:47:45 -05:00
Mary Kate c9b2b66283 add verification icon on verified users 2020-08-05 12:08:52 -05:00
Mary Kate ab3f53cb27 styles on filter form 2020-08-04 21:57:54 -05:00
Mary Kate 69184ef97c add and remove muted words, filters 2020-08-04 21:15:16 -05:00
Alex Gleason eeaf9f0b8e
HoverCard: Do the JS way on DetailedStatus too 2020-08-03 00:40:13 -05:00
Alex Gleason 35c9574c2f
HoverCard: Handle delay in JS instead of CSS 2020-08-02 23:47:19 -05:00
Alex Gleason 5081dd73c0
HoverCard: Reposition badges 2020-08-02 23:14:31 -05:00
Alex Gleason 9a5046179b
HoverCard: Reposition ActionButton 2020-08-02 23:10:36 -05:00
Alex Gleason e02ff2bed3
HoverCard: Style stats 2020-08-02 23:01:38 -05:00
Alex Gleason e943dc8b4c
UserPanel: Don't wrap text 2020-08-02 22:19:52 -05:00
Alex Gleason 4197e8e833
HoverCard: Prevent floating avatars from intercepting with current card 2020-08-02 22:13:32 -05:00
Alex Gleason feec86718d
Display name fixes 2020-08-02 22:06:57 -05:00
Alex Gleason 3fd255cc0a
HoverCard: Style <a> color 2020-08-02 21:46:56 -05:00
Alex Gleason ccec8698fc
Column border-radius fixes 2020-08-02 21:29:19 -05:00
Alex Gleason 2c010768e9 Merge branch 'profile-hover-cards' into 'develop'
Profile hover cards

See merge request soapbox-pub/soapbox-fe!114
2020-08-03 02:27:14 +00:00
Alex Gleason 24e7ce6e83
HoverCard: Improve long bio situation 2020-08-02 20:44:47 -05:00
Alex Gleason 1266585aef
HoverCard: Reposition "Follow you!" component 2020-08-02 19:50:17 -05:00
Alex Gleason a7463dd3fc
HoverCard: Add floating NavLinks for clickthrough 2020-08-02 18:53:47 -05:00
Alex Gleason 6c205deaf0
HoverCard: Fix hover flickering issues 2020-08-02 18:31:32 -05:00
Alex Gleason e32bf82b03
CSS formatting 2020-08-02 18:04:49 -05:00
Alex Gleason 9d35498bb9
HoverCard: Fix CSS whitespace issues 2020-08-02 18:03:37 -05:00
Sean King e95366b572 Fix color picker so that a POST request is not done by default every time it opens 2020-08-02 16:17:34 -06:00
Sean King f398dde5cb Color picker for admin config 2020-08-02 14:41:26 -06:00
Alex Gleason 7ac31efce7
Markdown: style <code> and <pre> elements 2020-07-30 12:33:41 -05:00
Mary Kate d76f4d422e update detail status page and mobile settings for porfile hover card 2020-07-28 20:59:14 -05:00
Mary Kate f6ebe5cbd7 profile card basic functionality, needs some UI improvements 2020-07-28 20:02:11 -05:00
Bárbara de Castro Fernandes 563e4e5bab Show profile preview on hover 2020-07-28 14:15:57 -05:00
Alex Gleason 5333680a32
Linter fixes 2020-07-28 14:13:29 -05:00
Alex Gleason b31cf22f43
Markdown refactoring 2020-07-28 13:43:22 -05:00
Mary Kate bc787e0bbe add markdown posts 2020-07-28 12:24:04 -05:00
Alex Gleason 30a5a0baa9
Fix compose form border-radius 2020-07-27 23:55:23 -05:00
Mary Kate 7fd8c860b6 add toggle to collapse and expand Fediverse tab explaination box, fixes #63 2020-07-26 17:49:43 -05:00
Mary Kate f81f5d057b Make emoji selector text visible on dark mode, fixes #249 2020-07-26 15:07:53 -05:00
Alex Gleason 5c0bef4e9b
Fix header .still-image on mobile 2020-07-20 20:36:11 -05:00
Alex Gleason ce6446f059
Center icon in theme-toggle 2020-07-20 17:30:10 -05:00
Alex Gleason e8288ffdf8
Fix theme-toggle v-align issues 2020-07-20 15:34:54 -05:00
Sean King 9df1b085cb ThemeToggle class 2020-07-19 18:50:09 -06:00
Sean King 277f4b5f22 Move ThemeToggle to separate class, style it, and fix it on mobile 2020-07-19 18:44:17 -06:00
Sean King 796bf9c844 Change design of toggle button 2020-07-19 15:50:16 -06:00
Sean King 697291e6f5 Light/dark theme toggle in top navbar 2020-07-10 22:35:02 -06:00
Alex Gleason 06c4f88802
DetailedStatus: Small reblog tweaks 2020-07-08 21:42:34 -05:00
Sean King dcedd428f3 Fixes of SCSS 2020-07-06 15:39:20 -06:00
Sean King f99db09c8d Change the repost to be alongside emoji reacts 2020-07-06 15:35:27 -06:00
Alex Gleason d31946775c
"Follows you" CSS fix 2020-07-04 19:43:28 -05:00
Alex Gleason 75ab969051
Purge unused Badge components 2020-07-04 17:11:38 -05:00
Sean King d973ff0aa1 Fix media modal 2020-07-04 18:00:21 +00:00
Alex Gleason b43b306a93
Repost avatar positioning fix 2020-07-02 23:21:22 -05:00
Alex Gleason 4e94c5d2ca
Merge branch 'develop' into audio-player 2020-07-02 16:32:50 -05:00
Sean King 3be1c9a1f1
Fixes for audio attachments when there is more than 1 attachment and icons for audio attachments 2020-07-02 16:31:52 -05:00
Sean King 1a7cbb21a7
Audio player work (change of sensitive content handling) 2020-07-02 16:31:48 -05:00
Sean King 01d042f80d
Update of work on audio player 2020-07-02 16:31:43 -05:00
Alex Gleason e965c74760
Use object-fit: contain for sane image thumbnails, fixes #212 2020-07-01 17:10:46 -05:00
Alex Gleason 8144c7d508
UserPanel header size fix, fixes #222 2020-07-01 15:06:31 -05:00
Sean King 9166b95dfb Final fixes to the switch from Font Awesome to Fork Awesome 2020-06-26 22:47:48 -06:00
Curtis 10883a9bc9 Update sidebar-menu.scss removed commented code 2020-06-16 22:05:16 +00:00
crockwave 09bcb4336b Fix sidebar menu rendering to work in iOS Safari and other browsers 2020-06-15 19:49:38 -05:00
Bárbara de Castro Fernandes 52f3f8ce8d Handle autoPlayGif for avatars and banners 2020-06-15 16:43:24 -03:00
Bárbara de Castro Fernandes e19f350111 Use StillImage on media items and fix autoPlayGif on account gallery 2020-06-15 16:43:24 -03:00
Bárbara de Castro Fernandes 2da584b5ee Create StillImage component 2020-06-15 16:43:24 -03:00
Alex Gleason 741b27195e
Account Gallery: Fix "view context" button, fixes #193 2020-06-12 20:10:07 -05:00
Alex Gleason 1629b52cfc
Fix styles: disabled toggle 2020-06-12 14:54:00 -05:00
crockwave 9bf8b5d0fb Rationalize warning and explanation box styling. Fixes #188 2020-06-12 10:07:17 -05:00
Curtis 96b206cf5d Update compose-form.scss to solve contrast issues with warning container. Fixes #188 2020-06-11 23:56:51 +00:00
Alex Gleason 6781c17c6d
Don't try to hide :verified: custom emojis
It's brittle and should be handled by MRF anyway.
2020-06-11 15:58:34 -05:00
Sean King 163e26cb42 Fix header of Preferences, Security, etc. 2020-06-10 19:48:22 +00:00
Alex Gleason 522170c07f
Oops. Typofix. 2020-06-09 20:17:37 -05:00
Alex Gleason 7de801f176
Fonts: spinster --> soapbox 2020-06-09 20:14:18 -05:00
Alex Gleason 98a38fe2e0
Compose: fix mobile padding, fixes #166 2020-06-09 19:15:21 -05:00
Alex Gleason 5d7393d6ee
CSS fixes 2020-06-08 14:04:39 -05:00
Alex Gleason 5ee3ec1114
SpoilerButton: fix CSS, fixes 163 2020-06-07 19:42:53 -05:00
Alex Gleason d78760e188
Composer: Improve design, fixes #158 2020-06-07 18:05:54 -05:00
Alex Gleason 807815c9d8
Search: Use more --accent-color 2020-06-07 17:38:15 -05:00