Skip to content

Commit

Permalink
[auth] Update feature request url
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Dec 18, 2024
1 parent 7cf7443 commit a6cd937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions auth/lib/core/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ const String sentryDSN =
"https://[email protected]/9";
const String sentryTunnel = "https://sentry-reporter.ente.io";
const String roadmapURL = "https://roadmap.ente.io";
const String githubIssuesUrl =
"https://github.com/ente-io/ente/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc";

const String githubFeatureRequestUrl =
"https://github.com/ente-io/ente/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+requests%22+label%3A%22-+auth%22+sort%3Atop";
const int microSecondsInDay = 86400000000;
const int android11SDKINT = 30;
const int galleryLoadStartTime = -8000000000000000; // Wednesday, March 6, 1748
Expand Down
2 changes: 1 addition & 1 deletion auth/lib/ui/settings/support_section_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _SupportSectionWidgetState extends State<SupportSectionWidget> {
onTap: () async {
// ignore: unawaited_futures
launchUrlString(
githubIssuesUrl,
githubFeatureRequestUrl,
mode: LaunchMode.externalApplication,
);
},
Expand Down

0 comments on commit a6cd937

Please sign in to comment.