mgabdev
27f1de6af3
Updated Toast timer to be 3500ms for dismissal
...
• Updated:
- Toast timer to be 3500ms for dismissal
2020-12-31 21:33:22 -05:00
mgabdev
4d2a4cc44d
Fixed issue with pagination of ChatConversations
...
• Fixed:
- issue with pagination of ChatConversations
2020-12-31 20:51:02 -05:00
mgabdev
4297e1f81a
Added Gab system's status page to LinkFooter
...
• Added:
- Gab system's status page to LinkFooter
2020-12-31 20:12:40 -05:00
mgabdev
5b852ae10e
Updated ListsAccountsController to check if account blocks current_account
...
• Updated:
- ListsAccountsController to check if account blocks current_account
- Lists action and controller to only allow singular account_id instead of array
2020-12-31 19:17:55 -05:00
mgabdev
af7c82221d
Updated GroupPage to fetch group on component update if id changes
...
• Updated:
- GroupPage to fetch group on component update if id changes
• Fixes:
- Issue where going from group -> group (like from shortcut to shortcut) and the group children components dont update
2020-12-31 19:13:10 -05:00
mgabdev
985faeb930
Added check in deleteStatus function in timelines reducer for if timeline in map exists
...
• Added:
- check in deleteStatus function in timelines reducer for if timeline in map exists
• Fixes:
- Issue when muting an account it shows "success" then "fail" toasts
2020-12-31 18:55:00 -05:00
mgabdev
3809700f17
Fixed issue with cursor position in Composer, fixes emoji picker postioning
...
• Fixed:
- issue with cursor position in Composer, fixes emoji picker postioning
2020-12-31 18:48:35 -05:00
mgabdev
23e7dbee8c
Removed testing log in ComposeDestinationHeader
...
• Removed:
- testing log in ComposeDestinationHeader
2020-12-31 17:54:43 -05:00
mgabdev
81dcab94f9
Added check in fetchStatus action for if id exists
...
• Added:
- check in fetchStatus action for if id exists
2020-12-31 17:49:25 -05:00
mgabdev
b129ce0f88
Fixed issue in Status page where status wont fetch on component update
...
• Fixed:
- issue in Status page where status wont fetch on component update
2020-12-31 17:48:59 -05:00
mgabdev
365cd86ab0
Updated ComposeDestinationHeader to not open dropdown if is edit
...
• Updated:
- ComposeDestinationHeader to not open dropdown if is edit
- ComposeDestinationHeader titles if is edit
2020-12-31 17:48:28 -05:00
mgabdev
e7993f9550
Fixed issue with profiles not loading when account is not fetched from DB
...
• Fixed:
- issue with profiles not loading when account is not fetched from DB. Like if on profile then click a account from "x reposted y", x would not load because the ProfilePage component was not fetching on update, only mount.
2020-12-31 17:16:15 -05:00
mgabdev
312289d88a
Updated ProfileHeader desktop header image sizing
...
• Updated:
- ProfileHeader desktop header image sizing
2020-12-31 17:15:00 -05:00
mgabdev
3224ad2546
Updated position of check, arrow in ListItem
...
• Updated:
- position of check, arrow in ListItem
2020-12-31 16:39:46 -05:00
mgabdev
2fc8401257
Fixed issue in List for checking size for isLast of ListItem
...
• Fixed:
- issue in List for checking size for isLast of ListItem
2020-12-31 16:39:27 -05:00
mgabdev
33f19a3f7b
Added missing size prop to Lists in popover for isXS
...
• Added:
- missing size prop to Lists in popover for isXS
2020-12-31 16:39:07 -05:00
mgabdev
aaaebdaea3
Updated ProfileHeader with no header image on mobile to be smaller, invisible
...
• Updated:
- ProfileHeader with no header image on mobile to be smaller, invisible
2020-12-31 16:37:11 -05:00
mgabdev
ab3aba4fb5
Updated Poll to show transparent background for 0%, circle radius
...
• Updated:
- Poll to show transparent background for 0%
- Poll to be circle radius
2020-12-31 15:30:01 -05:00
mgabdev
3b1d71c9b6
Updated DisplayName to color overflow ellipsis as same color
...
• Updated:
- DisplayName to color overflow ellipsis as same color
2020-12-31 15:24:44 -05:00
mgabdev
efacfeee19
Fixed issue with group join requests not showing up in list
...
• Fixed:
- issue with group join requests not showing up in list
2020-12-30 12:40:02 -05:00
mgabdev
2e0a781a5b
Added option in GroupOptinosPopover to open group in Gab admin panel
...
• Added:
- option in GroupOptinosPopover to open group in Gab admin panel
2020-12-30 12:26:55 -05:00
mgabdev
699b4a3a7f
Updated EditProfileModal styles
...
• Updated:
- EditProfileModal styles
2020-12-30 12:22:56 -05:00
mgabdev
eec863f146
Updated ProgressPanel to be more compact
...
• Updated:
- ProgressPanel to be more compact and have the "donate" button not blend into the progress meter
- Updated wording on both ProgressPanel, ProgressInjection
2020-12-30 12:21:43 -05:00
mgabdev
cf9f2bb824
Updated UserPanel to shrink header if no header image available
...
• Updated:
- UserPanel to shrink header if no header image available
2020-12-30 12:20:39 -05:00
mgabdev
81aaa98746
Fixed style issue in News page
...
• Fixed:
- style issue in News page when content loaded
2020-12-30 12:18:15 -05:00
mgabdev
1878a80e37
Removed toast for expandTimelineFail
...
• Removed:
- toast for expandTimelineFail
2020-12-30 12:17:01 -05:00
mgabdev
dc1d5f6df2
Updated GroupsPanel, ListsPanel header button titles
...
• Updated:
- GroupsPanel, ListsPanel header button titles "All" -> "Show all"
2020-12-26 15:28:09 -05:00
mgabdev
edacb610dc
Updated FileInput to have default background color
...
• Updated:
- FileInput to have default background color
2020-12-26 15:27:16 -05:00
mgabdev
620f50752f
Updated SortingQueryBuilder for ExploreTimeline, GroupCollectionTimeline, GroupTimeline
...
• Updated:
- SortingQueryBuilder for ExploreTimeline, GroupCollectionTimeline, GroupTimeline
• TODO
- Test on a lot of data to ensure no repeats
- Test reducers/timeline updates to appending and concating non status.id sorted results
2020-12-24 13:34:14 -05:00
mgabdev
7dd71a06ca
Updated StatusSharePopover -> SharePopover, Added group, account share
...
• Updated:
- StatusSharePopover -> SharePopover
• Added:
- group, account share
- group url in routes.rb
- group url in GroupSerializer.rb
- share buttons in ProfileOptionsPopover, GroupOptionsPopover
2020-12-24 13:27:55 -05:00
mgabdev
0ceccce04a
Fixed issue with groups timeline composer sticking to group when leaving page
...
• Fixed:
- issue with groups timeline composer sticking to group when leaving page
2020-12-24 13:18:54 -05:00
mgabdev
2c51a177f1
Added back btn to ProTimeline ProPage
...
• Added:
- back btn to ProTimeline ProPage
2020-12-24 01:19:20 -05:00
mgabdev
19a9435203
Fixed issue in Composer, AutosuggestTextbox with textbox height pushing down media
...
• Fixed:
- issue in Composer, AutosuggestTextbox with textbox height pushing down media
2020-12-23 17:36:15 -05:00
mgabdev
6ffa52dbd9
Added total member count to Group Members page title
...
• Added:
- total member count to Group Members page title
2020-12-23 16:55:42 -05:00
mgabdev
a4aff4fef9
Updated Composer styles to hide scrollbars and fit heights
...
• Updated:
- Composer styles to hide scrollbars and fit heights
2020-12-23 16:37:36 -05:00
mgabdev
27103b174f
Removed ability for non admin/mods to view GroupRemovedAccounts page
...
• Removed:
- ability for non admin/mods to view GroupRemovedAccounts page
2020-12-23 14:47:58 -05:00
mgabdev
bdfa42d421
Fixed issue with blocking not working
...
• Fixed:
- issue with blocking not working
2020-12-23 01:13:12 -05:00
mgabdev
e197f2091f
Fixed issue with status reposts, quote posts not showing group name after the dot
...
• Fixed:
- issue with status reposts, quote posts not showing groups name after the dot
2020-12-22 23:53:54 -05:00
mgabdev
70893b7e4c
Fixed issue with timeline, accounts being fetched with undefined/null id
...
• Fixed:
- issue with timeline, accounts being fetched with undefined/null id
2020-12-22 23:52:59 -05:00
mgabdev
7142375c0b
Updated Statuses to open in modal dialog when in Gab Deck
...
• Updated:
- Statuses to open in modal dialog when in Gab Deck instead of going out of Gab Deck to normal status page
2020-12-22 23:49:51 -05:00
mgabdev
0e860dd563
Updated styles in ChatBlocks, ChatMutes, ChatRequests to not overflow container
...
• Updated:
- styles in ChatBlocks, ChatMutes, ChatRequests to not overflow container so now it scrolls
2020-12-22 23:48:37 -05:00
mgabdev
0e7a336e5c
Updated AccountTimeline, GroupTimeline to not include pinned posts in Gab Deck
...
• Updated:
- AccountTimeline, GroupTimeline to not include pinned posts in Gab Deck
2020-12-22 23:48:01 -05:00
mgabdev
aa750565f0
Fixed issue with Gab Deck reordering and deleting columns not working
...
• Fixed:
- issue with Gab Deck reordering and deleting columns not working because of unsaved settings reducer
2020-12-22 23:47:10 -05:00
mgabdev
0a4c31d39e
Fixed issue with poll vote counts not showing
...
• Fixed:
- issue with poll vote counts not showing by not including !hide_totals? in poll.rb
2020-12-22 23:46:43 -05:00
mgabdev
4f5d0f1b96
Fixed issue where follow button was not showing on profiles
...
• Fixed:
- issue where follow button was not showing on profiles because relationships were not imported after fetching timelines
2020-12-22 23:43:31 -05:00
mgabdev
a0a701058f
Fixed issue in causing group editing to not work
...
• Fixed:
- issue in causing group editing to not work
2020-12-22 23:42:27 -05:00
mgabdev
0bf305019a
Fixes
...
Fixes
2020-12-22 16:15:19 -05:00
mgabdev
73ee16b943
Fixes for deployment
...
Fixes for deployment
2020-12-22 15:47:02 -05:00
mgabdev
4e1e29571b
Progress on chat
2020-12-22 14:19:38 -05:00
mgabdev
7a62adea3e
Progress on chat conversation search, scrolling
2020-12-22 13:38:52 -05:00