Pavlo Tkach and GitHub
4ec2919ce3
Update console dependencies ( #2659 )
2025-01-31 21:40:37 +00:00
Pavlo Tkach and GitHub
40b6984ffb
Improve console screen reader interaction ( #2656 )
2025-01-31 16:46:25 +00:00
Pavlo Tkach and GitHub
765bd9834a
Add more accessible names to the console ( #2652 )
2025-01-29 20:19:00 +00:00
Pavlo Tkach and GitHub
8987fd37c2
Improve console accessibility ( #2649 )
2025-01-26 00:47:53 +00:00
Pavlo Tkach and GitHub
e3c386a8a7
Add console bulk delete ( #2641 )
...
* Add bulk actions to console
* Add console bulk delete
* Add console bulk delete
2025-01-22 15:54:59 +00:00
Pavlo Tkach and GitHub
ab5f6cc229
Add environment support to the console build ( #2539 )
2024-08-30 18:31:28 +00:00
Pavlo Tkach and GitHub
66513a114e
Add OT&E UI to the new console ( #2536 )
2024-08-23 20:53:45 +00:00
gbrodman and GitHub
730585cd14
Fix front-end unit tests ( #2529 )
...
This doesn't really add any tests, and we'll require many more additions
if we actually want to have full unit testing, but this at least makes
the tests pass when running `npm test`.
2024-08-21 16:39:29 +00:00
Pavlo Tkach and GitHub
fa721e82ff
Mark console state field on new registrar form as required ( #2509 )
CodeQL / Analyze (java) (push) Failing after 58s
CodeQL / Analyze (javascript) (push) Failing after 56s
CodeQL / Analyze (python) (push) Failing after 53s
Dependency Submission / dependency-submission (push) Successful in 2m12s
2024-07-26 18:46:43 +00:00
Pavlo Tkach and GitHub
5f9f157494
Move console global loader, fix table scroll bars ( #2494 )
2024-07-12 18:57:26 +00:00
Pavlo Tkach and GitHub
15df3aea44
Update Angular 17 -> 18 ( #2479 )
2024-06-14 23:09:34 +00:00
Pavlo Tkach and GitHub
a90a85afae
Fix domain page "not found" layout issue ( #2474 )
2024-06-08 11:36:23 +00:00
Pavlo Tkach and GitHub
bd8e6354b5
Add new registrar screen to the console ( #2469 )
2024-06-07 00:21:53 +00:00
Pavlo Tkach and GitHub
8e22ce7c70
Add phone and fax number to console whois endpoint ( #2447 )
2024-05-20 20:32:23 +00:00
Pavlo Tkach and GitHub
05b43965d1
Fix console EPP password form, minor adjustments ( #2445 )
2024-05-17 18:44:44 +00:00
Pavlo Tkach and GitHub
9ca54e4364
Add UI for EPP Password update ( #2393 )
2024-04-10 22:29:52 +00:00
Pavlo Tkach and GitHub
4ddbeb6d06
Add console registrar field focus handler, split whois address field ( #2388 )
2024-03-27 18:55:57 +00:00
Pavlo Tkach and GitHub
59f4129ee0
Restyle registrar console based on the new design proposal ( #2336 )
2024-03-21 22:05:09 +00:00
Pavlo Tkach and GitHub
45c5d12743
Add angular signals and computed to the console ( #2308 )
2024-02-01 14:15:05 -05:00
Pavlo Tkach and GitHub
14ab9423f8
Update Angular to v17 ( #2260 )
2024-01-16 13:45:56 -05:00
Pavlo Tkach and GitHub
9006312253
Create reusable dialog / bottom sheet component ( #2237 )
2023-12-08 17:52:57 -05:00
Pavlo Tkach and GitHub
2687181045
Update console file naming to be camelCase like ( #2235 )
2023-11-30 11:42:36 -05:00
Pavlo Tkach and GitHub
26bae65e1e
Add registrar details view ( #2186 )
2023-10-26 09:14:09 -04:00
gbrodman and GitHub
a63916b08e
Refine error handling in RequestHandler and the console slightly ( #2177 )
...
If we don't explicitly handle random unexpected exceptions, the error
that the front end receives includes a big ole stacktrace, which is
unhelpful for regular users and possibly bad to expose. Instead, we
should provide a vague "something went wrong" message.
Separately, we can create a default SnackBar options and use that (we
want it longer than 1.5 seconds because that's pretty short).
2023-10-12 14:03:12 -04:00
Pavlo Tkach and GitHub
e07f25000d
Add console registrars paging, fix empty registrars mobile ( #2162 )
2023-10-03 15:51:48 -04:00
Pavlo Tkach and GitHub
2dc87d42b4
Fix console nextUrl stacking routes ( #2164 )
2023-10-02 17:38:03 -04:00
gbrodman and GitHub
cf698c2586
Add page for WHOIS-editable fields in the console ( #2155 )
...
This isn't the prettiest thing, but it replicates the type of view /
edit functionality that we had in the original console.
Of note: this doesn't include input field validation, which would
probably be a good idea to add at some point.
2023-09-28 22:46:18 -04:00
Pavlo Tkach and GitHub
dded258864
Add resources widget front-end ( #2151 )
2023-09-21 13:59:40 -04:00
gbrodman and GitHub
a65e85f9e1
Don't include a nextUrl when accessing the console homepage ( #2149 )
...
In this case we should just display the standard page, no need to
redirect anywhere since there's nothing to redirect to.
2023-09-15 12:28:04 -04:00
Pavlo Tkach and GitHub
5eb44c165c
Add settings to console home page, update settings->security styles ( #2144 )
2023-09-14 12:37:54 -04:00
gbrodman and GitHub
3dafaff2c0
Pass around the full URL in RegistrarGuard ( #2139 )
...
Previously this didn't properly deal with nested routings, e.g.
"settings/whois". It tried to just pass "whois" as the next url which
doesn't work with the router because it's nested under the settings.
Using all parts of the URL allows us to handle the nesting.
2023-09-12 15:37:12 -04:00
gbrodman and GitHub
ca25e4dfbd
Use registrar ID, not name, in selector ( #2138 )
2023-09-12 14:11:31 -04:00
Pavlo Tkach and GitHub
001e9363a1
Add billing details ( #2136 )
...
This adds functionality to billing details widget on home screen
2023-09-06 14:37:58 -04:00
Pavlo Tkach and GitHub
1929654f8c
Replace less with scss, add homepage widgets, add registrars selector and registrars page ( #2114 )
...
* Replace less compiler with scss
* Replace less with scss, add homepage widgets, add registrars selector and registrars page
2023-09-01 11:48:30 -04:00
Pavlo Tkach and GitHub
9b17adcb28
Add Console Settings -> Security front-end ( #2079 )
2023-07-26 12:50:31 -04:00
Pavlo Tkach and GitHub
86b62ebe76
Add registrar selection functionality ( #2054 )
2023-06-14 16:51:54 -04:00