-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always display the absolute time in a tooltip when using the relative date and time format #13764
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey @gtsiolis, I would like to work on this issue. |
Hey @tanishq-singh-2301! Feel free to open a PR and link back to this issue. I'd recommend breaking down changes into smaller pieces in an MVC approach for faster reviews and turnarounds. 🛹 |
@gtsiolis This is my first issue in gitpod, I'm not able to find any contribution and installation guide?? |
Hi @tanishq-singh-2301! Re-posting from #15669 (comment):
|
Hi @gtsiolis I got it setup, but I'm not able to create or view |
here is an update!! // craco.config.js
"/public-api": {
target: "https://" + process.env.GP_DEV_HOST,
ws: true,
headers: {
host: process.env.GP_DEV_HOST,
origin: "https://" + process.env.GP_DEV_HOST,
cookie: process.env.GP_DEV_COOKIE,
},
}, Now It's working |
Problem to solve
We've been using relative and absolute date and time formats across the product. For example, see projects, members, and usage for the Gitpod team in Gitpod.io.
Generally, both absolute and relative formats can be useful depending on each use case. 💡
Proposal
In any case, I think we can safely use the following guideline across the product:
This issue acts as a placeholder for adding a tooltip on all relative date and time formats used across the product. 🛹
Next steps
Future next steps include:
The text was updated successfully, but these errors were encountered: