Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 215-change-content-of-operation-card
  • 216-create-table-for-operations
  • 249-404-not-found-after-choosing-an-account-from-search-bar-with-enter
  • 366-allow-env-level-configuration-of-default-site-colors-for-both-light-and-dark-modes
  • 504-incorrect-weight_threshold-indications-for-hive-fund-steem-dao-accounts
  • adubel/fix-skiped-tests
  • adubel/test-e2e-fix-locators
  • adubel/test-improvements
  • bw_format_msg_tweaks
  • copy_of_add_charts_to_balance_history
  • delrifai/#356_calculate_hive_power_for_voters_and_votes_history
  • delrifai/#372_fix_pagination_issues
  • delrifai/#384_add_scroll_left_right_to_table
  • delrifai/#394_add_charts_to_balance_history
  • delrifai/#433_add_noResult_component
  • delrifai/#505_fix_no_filter_balance_history
  • delrifai/all_blocks_fixes_1
  • develop
  • jlachor/healthchecker
  • jlachor/local-healthchecker
  • jlachor/virtual-in-raw
  • kbotor/80-configure-ssl-for-staging-and-test-deployments
  • kbotor/cors-fix
  • lbudginas/#240_transaction_link_scroll
  • lbudginas/#276_pretty_json_operation_view
  • lbudginas/#287_witness_table_update
  • lbudginas/#304_convert_vests_to_hp_account_page
  • lbudginas/#374_calendar_dates_selection_bug
  • lbudginas/#385_single_post_page
  • lbudginas/#390_auto_suggest_bg_bug
  • lbudginas/#396_account_operations_table_bug
  • lbudginas/#439_account_page_request_optimisation
  • lbudginas/#443_post_page_links_bug
  • lbudginas/#447_post_dollar_value_not_visible
  • lbudginas/#523_tooltips_on_mobile
  • lbudginas/account_page_votes_history
  • lbudginas/aggregate_operations_block_page
  • lbudginas/clear_storage_on_invalid_api_address
  • lbudginas/refactor_url_param_build
  • lbudginas/replace-date-time-pickers-shadcn-ui
  • master
  • mcfarhat-283-add_live_profile_tracking
  • mcfarhat-283-live_profile_tracking_updates
  • mcfarhat-285-add_vesting_delegations
  • mcfarhat-295-witness_page_feed_age
  • mcfarhat-301-hide_disabled_witnesses
  • mcfarhat-302-fix_crash_user_profile
  • mcfarhat-316-fix_issue_with_delegated_values_wallet
  • mcfarhat-332-fix_update_date_picker
  • mcfarhat-fix_delegated_values_display
  • test-tag
51 results

Target

Select target project
  • hive/block_explorer_ui
1 result
Select Git revision
  • 215-change-content-of-operation-card
  • 216-create-table-for-operations
  • 249-404-not-found-after-choosing-an-account-from-search-bar-with-enter
  • 366-allow-env-level-configuration-of-default-site-colors-for-both-light-and-dark-modes
  • 504-incorrect-weight_threshold-indications-for-hive-fund-steem-dao-accounts
  • adubel/fix-skiped-tests
  • adubel/test-e2e-fix-locators
  • adubel/test-improvements
  • bw_format_msg_tweaks
  • copy_of_add_charts_to_balance_history
  • delrifai/#356_calculate_hive_power_for_voters_and_votes_history
  • delrifai/#372_fix_pagination_issues
  • delrifai/#384_add_scroll_left_right_to_table
  • delrifai/#394_add_charts_to_balance_history
  • delrifai/#433_add_noResult_component
  • delrifai/#505_fix_no_filter_balance_history
  • delrifai/all_blocks_fixes_1
  • develop
  • jlachor/healthchecker
  • jlachor/local-healthchecker
  • jlachor/virtual-in-raw
  • kbotor/80-configure-ssl-for-staging-and-test-deployments
  • kbotor/cors-fix
  • lbudginas/#240_transaction_link_scroll
  • lbudginas/#276_pretty_json_operation_view
  • lbudginas/#287_witness_table_update
  • lbudginas/#304_convert_vests_to_hp_account_page
  • lbudginas/#374_calendar_dates_selection_bug
  • lbudginas/#385_single_post_page
  • lbudginas/#390_auto_suggest_bg_bug
  • lbudginas/#396_account_operations_table_bug
  • lbudginas/#439_account_page_request_optimisation
  • lbudginas/#443_post_page_links_bug
  • lbudginas/#447_post_dollar_value_not_visible
  • lbudginas/#523_tooltips_on_mobile
  • lbudginas/account_page_votes_history
  • lbudginas/aggregate_operations_block_page
  • lbudginas/clear_storage_on_invalid_api_address
  • lbudginas/refactor_url_param_build
  • lbudginas/replace-date-time-pickers-shadcn-ui
  • master
  • mcfarhat-283-add_live_profile_tracking
  • mcfarhat-283-live_profile_tracking_updates
  • mcfarhat-285-add_vesting_delegations
  • mcfarhat-295-witness_page_feed_age
  • mcfarhat-301-hide_disabled_witnesses
  • mcfarhat-302-fix_crash_user_profile
  • mcfarhat-316-fix_issue_with_delegated_values_wallet
  • mcfarhat-332-fix_update_date_picker
  • mcfarhat-fix_delegated_values_display
  • test-tag
51 results
Show changes
Commits on Source (2)
...@@ -69,7 +69,7 @@ const AccountDetailsCard: React.FC<AccountDetailsCardProps> = ({ ...@@ -69,7 +69,7 @@ const AccountDetailsCard: React.FC<AccountDetailsCardProps> = ({
} }
if (COPY_KEYS.includes(key)) { if (COPY_KEYS.includes(key)) {
let shortenedKey: string = ""; let shortenedKey: string = "";
shortenedKey = `${userDetails[key].slice(0, 8)}...${userDetails[key].slice(userDetails[key].length - 5)}` shortenedKey = `${userDetails?.[key]?.slice(0, 8)}...${userDetails?.[key]?.slice(userDetails[key].length - 5)}`
return ( return (
<CopyToKeyboard value={userDetails[key]} displayValue={shortenedKey} /> <CopyToKeyboard value={userDetails[key]} displayValue={shortenedKey} />
) )
......
...@@ -15,6 +15,7 @@ import useWitnesses from "@/api/common/useWitnesses"; ...@@ -15,6 +15,7 @@ import useWitnesses from "@/api/common/useWitnesses";
import { config } from "@/Config"; import { config } from "@/Config";
import { cn, formatNumber, formatPercent } from "@/lib/utils"; import { cn, formatNumber, formatPercent } from "@/lib/utils";
import Head from "next/head"; import Head from "next/head";
import moment from "moment";
export default function Witnesses() { export default function Witnesses() {
const [voterAccount, setVoterAccount] = useState<string>(""); const [voterAccount, setVoterAccount] = useState<string>("");
...@@ -152,8 +153,8 @@ export default function Witnesses() { ...@@ -152,8 +153,8 @@ export default function Witnesses() {
: "--"} : "--"}
</TableCell> </TableCell>
<TableCell> <TableCell>
{singleWitness.feed_age {singleWitness.feed_updated_at
? singleWitness.feed_age.split(".")[0] ? moment(singleWitness.feed_updated_at).fromNow()
: "--"} : "--"}
</TableCell> </TableCell>
<TableCell>{singleWitness.version}</TableCell> <TableCell>{singleWitness.version}</TableCell>
......
...@@ -381,6 +381,7 @@ declare module Hive { ...@@ -381,6 +381,7 @@ declare module Hive {
price_feed: number; price_feed: number;
bias: number; bias: number;
feed_age: string; feed_age: string;
feed_updated_at: Date;
block_size: number; block_size: number;
signing_key: string; signing_key: string;
version: string; version: string;
......