Skip to content

feat: feature cleanup #18944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c907a69
dummy change
robertaandersen May 5, 2025
fc84f04
dummy change
robertaandersen May 7, 2025
8a74efb
dummy change
robertaandersen May 7, 2025
f4d356d
Merge branch 'main' into feature/fb_autocleanup
robertaandersen May 8, 2025
bbaa4b1
chore: adding feature cleanup to feature 1st try
robertaandersen May 8, 2025
df80b45
Merge remote-tracking branch 'origin/main' into feature/fb_autocleanup
robertaandersen May 8, 2025
253cddb
fix c/p dirt
robertaandersen May 8, 2025
f77c954
chore: charts update dirty files
andes-it May 8, 2025
6a365a1
fix:unused
robertaandersen May 8, 2025
7c66d58
Merge branch 'main' into feature/fb_autocleanup
robertaandersen May 8, 2025
82dd0e1
fix: drop underscore from feature name
robertaandersen May 9, 2025
2112cb3
fix:typo
robertaandersen May 9, 2025
63b892f
fixed parameter destroy
brynjarorng May 9, 2025
89fd405
chore(island-ui): Update reakit to latest version of ariakit (#18848)
oddsson May 9, 2025
8f9982b
feat(j-s): adding layout component for new overview site (#18961)
MargretFinnboga May 9, 2025
c0d34bf
fix(secondary school): Add check for applicationDataHasBeenPruned (#1…
johannaagma May 9, 2025
df4891c
feat(rental-agreement): Add replyTo in summary email template. (#18963)
hebaulf May 12, 2025
a27c2c7
fix(rental-agreement): Conditionally rendered input connected to wron…
hebaulf May 12, 2025
86b942d
fix(general-petitions): updating email in endorsement system service …
albinagu May 12, 2025
6056490
fix(secondary school): Set secondProgram require on select school (#1…
johannaagma May 12, 2025
8d89918
fix(island-ui): Update reakit to latest version of ariakit (#18974)
thorhildurt May 13, 2025
bea5a0c
fix: use non github token for stale check (#18983)
brynjarorng May 13, 2025
2c844cf
fix(citizenship): error child other document (#18984)
sigruntg May 13, 2025
2934fe7
fix: synergize feature names between creation and teardown workflows …
pro-ingvar May 13, 2025
7937f30
fix(application-system): Fix mocked payment handling (#18985)
norda-gunni May 13, 2025
c456a16
feat(j-s): Making case number always visible in court of appeal (#18…
MargretFinnboga May 13, 2025
e1848b4
fix(j-s): fix duplicate civil claimant buttons (#18919)
thorhildurt May 13, 2025
9819501
fix(j-s): hanging app when defender navigates email link (#18918)
thorhildurt May 13, 2025
cba1e1a
fix(j-s): Upload court submitted case files to court system (#18977)
unakb May 13, 2025
04e11a7
Merge remote-tracking branch 'origin/main' into feature/fb_autocleanup
robertaandersen May 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/unicorn-app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Index() {
<div id="welcome">
<h1>
<span role="img" aria-label="unicorn">
Welcome unicorn 🦄 Hey there test
Welcome unicorn 🦄
</span>
</h1>
</div>
Expand Down
Loading