Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bbe81e0
add absolute url to global type and persistent user data
sejas Dec 19, 2024
ca30645
create edit absolute url component
sejas Dec 19, 2024
2929446
Add absolute url form and update node and react state
sejas Dec 19, 2024
a1d34c2
Merge branch 'trunk' of github.com:Automattic/studio into add/custom-…
sejas Jan 22, 2025
081454b
Add default port to URL
sejas Jan 22, 2025
906ab8c
fix state for different sites
sejas Jan 22, 2025
b14f325
Add basic instructions
sejas Jan 22, 2025
ec06fae
Merge branch 'trunk' of github.com:Automattic/studio into add/custom-…
sejas Jan 23, 2025
792b8a7
do not show absoluteUrl when no hostname and only port exits
sejas Jan 23, 2025
52aac3a
Merge branch 'trunk' of github.com:Automattic/studio into add/custom-…
sejas Jan 29, 2025
3927955
Merge branch 'trunk' of github.com:Automattic/studio into add/custom-…
sejas Feb 6, 2025
eb00b30
Update site url
sejas Feb 6, 2025
c7297c2
Move port checkbox below the final url
sejas Feb 6, 2025
e1e75eb
Move the sentence to the second line
sejas Feb 6, 2025
95a3420
add permanent information about domains
sejas Feb 6, 2025
e869fd0
remove explicit instructions about etc hosts in favor of link to the …
sejas Feb 6, 2025
68c1b60
Merge branch 'trunk' of github.com:Automattic/studio into add/custom-…
sejas Feb 10, 2025
47b7fda
Merge branch 'trunk' of github.com:Automattic/studio into add/custom-…
sejas Feb 13, 2025
88d7094
Update checkbox to skip port
sejas Feb 13, 2025
f9529f6
use the new docs hook
sejas Feb 13, 2025
e4eec69
Use a single line for skip port label
sejas Feb 13, 2025
363f21a
fix tests
sejas Feb 13, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use a single line for skip port label
  • Loading branch information
sejas committed Feb 13, 2025
commit e4eec6973f2ffde3e66996bb3cfc0d5c8279dc54
8 changes: 1 addition & 7 deletions src/components/edit-absolute-url.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,7 @@ export default function EditAbsoluteUrl() {
}
className="form-checkbox"
/>
<span>
{ __( 'Skip port in URL' ) }
<br />
<span className="text-a8c-gray-50 text-xs">
{ __( 'Skip the port to use external routing like Ngrok' ) }
</span>
</span>
<span>{ __( 'Skip the port to use external routing like Ngrok.' ) }</span>
</label>
</div>

Expand Down