Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FEATURE: Add Discover in bottom tabs #212

Merged
merged 7 commits into from
Jun 20, 2024
Merged

Conversation

pmusaraj
Copy link
Contributor

@pmusaraj pmusaraj commented Jun 13, 2024

A large PR, sorry in advance!

This includes:

  • adding a bottom tabs navigation to make room for a Discover screen
  • adding a Discover screen
  • fixings links to group inboxes
  • adjusting styling across the app a bit
  • removing RNSVG dependency
  • removes fallback for old notifications endpoint

@@ -3,7 +3,7 @@

import React, {useContext} from 'react';
import {Dimensions, View} from 'react-native';
import {Bar} from 'react-native-progress';
import Bar from 'react-native-progress/Bar';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change makes the RNSVG dependency unnecessary.

}

// TODO(pmusaraj): remove after June 2024
// once most sites will have received the new API at /notifications/totals.json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removes fallback for old notifications code via session.

@pmusaraj pmusaraj changed the title FEATURE: Add discover in bottom tabs FEATURE: Add Discover in bottom tabs Jun 18, 2024
pmusaraj and others added 7 commits June 19, 2024 22:03
And remove fallback code for oldish instances. They now won't have
group inbox links. (It's a very minor feature, we can easily live without them.)
- skip BlurView on Android (doesn't work in dark mode)
- add background color to the icon when it's white on light or black on dark
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
@pmusaraj pmusaraj force-pushed the add-discover-in-bottom-tabs branch from 53a392e to 683884e Compare June 20, 2024 02:04
@pmusaraj pmusaraj merged commit a43309f into main Jun 20, 2024
1 check passed
@pmusaraj pmusaraj deleted the add-discover-in-bottom-tabs branch June 20, 2024 12:33
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants