ilkin-overleaf
|
fef5ab7255
|
Merge pull request #24562 from overleaf/ii-bs5-group-settings-tear-down
[web] Group settings BS5 feature flag tear down
GitOrigin-RevId: c83297771dfeeb0426096b3b0765d6c420356d2a
|
2025-04-02 08:05:14 +00:00 |
|
ilkin-overleaf
|
788f6569d8
|
Merge pull request #23933 from overleaf/jel-group-table-no-checkbox
[web] Fix group table layout when all users are managed
GitOrigin-RevId: dbbfe31fd8e3a3b9a1ec9fd11d7a8950c7344f83
|
2025-02-28 09:04:42 +00:00 |
|
ilkin-overleaf
|
0783bf1dc7
|
Merge pull request #23743 from overleaf/ii-bs5-manage-group-members
[web] BS5 Group members management
GitOrigin-RevId: fab24ee6f6de07aa64887e123df930593fcec6a2
|
2025-02-27 09:04:47 +00:00 |
|
Antoine Clausse
|
2f99e3ccf1
|
Add autoComplete="off" to React-controlled checkboxes (#18212)
Fixes https://github.com/overleaf/internal/issues/18144
Browsers use a [bfcache](https://web.dev/articles/bfcache) (Back/forward cache) which restores form data on navigation. Unfortunately, it causes checkbox appearances not to respect our React states.
Setting `autoComplete="off"` on checkboxes mitigates this problem. (From https://stackoverflow.com/questions/299811/why-does-the-checkbox-stay-checked-when-reloading-the-page)
Another solution could be to set a `Cache-Control: no-store` header, but this might additionnal undesired consequences.
GitOrigin-RevId: 7d3cceb1c818ad70de7e806ea6d714ffc8bffb4a
|
2024-05-06 08:04:39 +00:00 |
|
Alexandre Bourdin
|
665f5e37c4
|
Merge pull request #15348 from overleaf/ab-decoupling-refactor-members-table
[web] Modular members management table refactoring
GitOrigin-RevId: 9a3a00a32970e78e5b43b3a68621a627c490c728
|
2023-10-30 09:04:43 +00:00 |
|