Zach Denton
Zach Denton
### Description Redirects community.aptoslabs.com to aptoslabs.com/community and everything else to aptoslabs.com/{path}. To be merged after #1640 is deployed and DNS for both domains is pointing to it. ### Test Plan...
### Description  - Adds a `verified` field which must be true for the project to be visible - Prevents editing/updating projects (for now, it will have to be deleted...
### Description - Gate project members/user profiles behind a flag (`:profiles`) - Update visual design for projects pages - Change project `full_description` to be `simple_format` instead of HTML  ...
### Description - Switch back to Turbo.visit instead of full page loads - Reduce retry interval from 1000 ms to 250 ms, but retry more often Also, remove old wallet.persisted?...
### Description Before ``` gtag('config', ""G-CWW2TW4HSD"", {"debug_mode":true}); ``` After ``` gtag('config', "G-CWW2TW4HSD", {"debug_mode":true}); ``` ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4025)
1. Choose local 2. Switch back to devnet 3. Requests are still being made to local 
``` rustc 1.32.0-nightly (b68fc18c4 2018-11-27) ``` ``` error[E0635]: unknown feature `wasm_custom_section` --> src/lib.rs:17:44 | 17 | #![feature(proc_macro, wasm_import_module, wasm_custom_section)] | ^^^^^^^^^^^^^^^^^^^ error[E0635]: unknown feature `wasm_import_module` --> src/lib.rs:17:24 | 17 |...