Commit Graph

57 Commits

Author SHA1 Message Date
mgabdev 9f1643a17d Adding chat buttons 2020-02-04 11:30:26 -05:00
mgabdev 9c843d5847 Updated progress panel 2020-01-21 16:13:52 -05:00
mgabdev 05d4c921a8 Added expenses to sidebar in app 2020-01-21 16:07:58 -05:00
mgabdev 08cab0c778 Updated sidebar, promo_panel
Added store link, removed news, partners
2019-12-10 01:53:17 -05:00
mgabdev e3e8c5c2d5 Updated tabs bar styles to remove nav links on small devices, show other buttons 2019-10-22 16:20:49 -04:00
mgabdev 41a4460934 Added footer bar component, styles to app 2019-10-22 16:20:10 -04:00
mgabdev 8088b9951a Added trends.gab.com to header, tabs bar, sidebar, promo panel 2019-10-21 20:03:09 -04:00
mgabdev 8a9e73521e Updated compose modal publish button position
Removed fixed positioning of publish button on small screen sizes to top, keep at bottom as compose modal is now scrollable.
2019-10-18 19:20:08 -04:00
mgabdev 236dbf8efd Updated compose modal button
Removed pubilsh button from compose modal component. Using original compose form publish button instead.
2019-10-18 01:36:04 -04:00
mgabdev caf72d0467 Updated compose modal
Added "publish" button on top of modal. Added compose modal scroll functionality. Updated max height for textbox. Removed avatar, arrow on compose modal for more room. Updated image upload sizes for composer.
Fixes: #83
2019-10-18 00:55:30 -04:00
mgabdev 05c54a9f8b Added pro upgrade modal component and styles 2019-09-18 19:48:09 -04:00
mgabdev f7db2ec2f2 Updated promo panel to include button for upgrading to pro 2019-09-18 19:45:59 -04:00
Rob Colbert 645f53a0cb Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop 2019-09-18 16:20:44 -04:00
2458773093 4c12aa8741 responsive fixes 2019-09-18 23:17:59 +03:00
Rob Colbert 4de30bd8d0 Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop 2019-09-18 11:08:04 -04:00
2458773093 498630f20f revision history ui 2019-09-17 18:23:51 +03:00
Rob Colbert 1559f19b84 change blog.gab.com to news.gab.com 2019-09-03 23:20:54 -04:00
2458773093 2fdeccd1c6 edit ui 2019-08-23 01:09:15 +03:00
mgabdev 4ef6af99ee Removed store links from sidebar and promo panel 2019-08-22 13:52:48 -04:00
mgabdev 8157e543e5 Updated promo panel styles
Added background, borders similar to other panels.
2019-08-20 16:36:07 -04:00
mgabdev 6590f43f6b Updated promo panel items
Gab news, store, partners, apps.
2019-08-20 16:00:54 -04:00
mgabdev d41a63a21d Updated promo panel
Removed invite, added apps and news
2019-08-18 12:19:10 -04:00
mgabdev 14df0de9d8 Removed apps item from tabs_bar 2019-08-18 12:17:37 -04:00
mgabdev 0be86d6ec5 Added sidebar menu feature 2019-08-14 23:04:03 -04:00
mgabdev a2bb97d412 Updated tabs bar
updated responsiveness of tabs bar
2019-08-14 23:02:48 -04:00
Rob Colbert 05037f60be Remove investing information
- Removed "Invest" from unauthenticated home page in Navbar
- Removed button/link from promo area of authenticated home page in
sidebar
- Updated Investors page to remove link leaving two beyind (reports)
2019-08-07 15:47:34 -04:00
mgabdev 328faded44 Updated Apps link in tabs_bar to open in same tab 2019-07-30 23:03:33 -04:00
mgabdev e7b7146374 Added "Apps" tab bar link & icon, updated tab bar responsiveness 2019-07-29 19:08:27 -04:00
mgabdev 06bda6e9e6 Fixed issue with logout, dropdown menu on mobile
removed _blank, open in same tab
added data-method=delete if isLogout
2019-07-28 15:01:56 -04:00
mgabdev 757fde8798 Added user badges and "member since"
added ProBadge, InvestorBadge, DonorBadge components, css
removed "PRO" from appending in display_name
fixes: #50
2019-07-23 00:21:46 -04:00
mgabdev b61596b1a7 Added confirmation to compose modal on close if has text
Added to modal_root if modal type is compose
Added to compose_modal
Fixes: #51
2019-07-22 23:10:05 -04:00
mgabdev efd441d0ba Added onCancel function prop to confirmation_modal
Added an optional function to call on confirmation modal
2019-07-22 23:02:14 -04:00
mgabdev 8aeeaa7244 Added type to modal_root base 2019-07-22 23:01:12 -04:00
Rob Colbert 46bec5710f Merge branch 'groups-updates' of https://code.gab.com/gab/social/gab-social into develop 2019-07-21 23:08:31 -04:00
mgabdev 937a7540bd Updated column backBtnSlim prop type 2019-07-19 15:33:42 -04:00
mgabdev db480928ec Added column back button to column component by default 2019-07-18 23:27:54 -04:00
mgabdev 9f9103b11c Removed column back button from all feature component 2019-07-18 23:27:07 -04:00
2458773093 04b219355c Merge branch 'develop' into groups-updates
* develop:
  Updated status component to use properStatus when going to status page
  Added floating action button to ui/index
  Removed floating action button from columns area
  Fix issue with notification badge number not showing on mobile
  Updated scrollable_list to use documentElement for (primary/only) scrolling functionality
  Added onScroll props to status_list
  Added timeline scrollTop action, added to status_list_container, scrollable_list
  Removed unnecessary scrollContainer in status, account_gallery
  Added missing isLoading prop to ScrollableList
  Updated scrollable_list intersectionObserverWrapper
  Updated floatingActionButton to only show if someone is logged in
  Updated timeline_queue_button_header
  Removed focus of compose/cw after submit or spoiler change
  Removed set height of 100% on body
  Removed unused redirect after compose submit
  Patch Fix for hidden poll choices and results on light theme.
  Updated notification badge number formatter
  Fixed status/repost functionality to show status if owned by given username
  admin tool for editing pro status of accounts
2019-07-18 23:02:16 +03:00
mgabdev b163726651 Removed floating action button from columns area 2019-07-18 00:17:36 -04:00
Rob Colbert 7cea08ce35 Merge branch 'bugfix/hidden-poll-results-light-theme' into 'develop'
CSS updates

See merge request gab/social/gab-social!13
2019-07-17 23:07:57 +00:00
mgabdev 399891f25e Updated floatingActionButton to only show if someone is logged in 2019-07-17 18:54:02 -04:00
2458773093 c56a8914f3 Merge remote-tracking branch 'origin/styling/add-groups-link' into groups-updates
* origin/styling/add-groups-link: (31 commits)
  Comment out the "groups" button until ready to reveal.
  Changed the method of adding main navigation icons. Created a png sprite sized @2x based on largest usage (for retina). This will fix some rendering issues caused by using svg images. It will allow adding depth and more color / shading if we choose later.
  intents fix
  federation fix
  two more federation fixes
  Removed unused imports
  Removed unused PublicTimeline component
  Updated CommunityTimeline to add option for "all federated" content
  Removed unused import in unauthorized_modal
  Updated registration legal links
  Updated compose_form to account for if compose modal open
  Added empty message to pinned statuses page
  Updated nextProps withReplies for account timeline
  Added empty message to account_gallery media page
  Updated timeline/notification dequeue to be in componentDidMount
  Added TimelineQueueButtonHeader to status_list
  Added queue functionality status_list_container for status timelines
  Updated all Redis.current.publish, PushUpdateWorker.perform_async to work again
  Added timeline dequeue functionality to onSubmitCompose action
  Added redux functionality for queueing/dequeueing timelines
  ...
2019-07-16 14:29:38 +03:00
Dank Gabs 062353cfd6 Comment out the "groups" button until ready to reveal. 2019-07-16 00:10:14 -04:00
Dank Gabs eed65d2d04 Changed the method of adding main navigation icons.
Created a png sprite sized @2x based on largest usage (for retina).
This will fix some rendering issues caused by using svg images.
It will allow adding depth and more color / shading if we choose later.
2019-07-16 00:07:51 -04:00
2458773093 1fabd28498 New groups 2019-07-15 16:47:05 +03:00
mgabdev 1c8273e9e6 Removed unused imports 2019-07-12 16:29:17 -04:00
mgabdev ee433f57fb Removed unused import in unauthorized_modal 2019-07-12 16:10:24 -04:00
mgabdev dc13ab4b76 Updated invite footer link to not open new tab 2019-07-03 23:00:36 -04:00
mgabdev 1414f36ee4 Updated all legal links and texts
added dmca, sales
removed guidelines
2019-07-03 23:00:14 -04:00
robcolbert 482ff69549 Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop 2019-07-03 15:50:18 -04:00