Skip to content
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

feat(releases): archive and unarchive releases #7072

Merged
merged 43 commits into from
Jul 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
808647c
refactor(sanity): update types to bundle
RitaDias Jul 1, 2024
4e3b76a
feat(sanity): add ability to create releases from dialog + update types
RitaDias Jul 2, 2024
932dea8
feat(sanity): update list on global and document to use store
RitaDias Jul 2, 2024
c0f8cf4
feat(sanity): update types, add icon and hue picker to bundles, updat…
RitaDias Jul 2, 2024
dfd5d40
feat(sanity): add date picker to bundleform
RitaDias Jul 3, 2024
8aa727a
refactor(sanity): update publishAt fields in menus
RitaDias Jul 3, 2024
263b2ca
refactor(sanity): update type in dummyGetter
RitaDias Jul 3, 2024
269f279
chore(sanity): remove BUNDLES const
RitaDias Jul 3, 2024
4d9cb73
chore(sanity): update LATEST type to Partial
RitaDias Jul 3, 2024
c233a70
chore(sanity): update validation for bundle date creation
RitaDias Jul 3, 2024
f8794fc
chore(sanity): clean up code
RitaDias Jul 3, 2024
e3c762d
refactor(sanity): add archived filter
RitaDias Jul 3, 2024
8feccd4
refactor(sanity): make single bundle menu + clean up
RitaDias Jul 3, 2024
42feacd
chore(sanity): add missing properties
RitaDias Jul 3, 2024
810f692
feat(sanity): add loading & remove unused code
RitaDias Jul 3, 2024
d7515f5
feat(sanity): add loading to document version, update filter
RitaDias Jul 3, 2024
788cf21
chore(sanity): rename VersionBadge to BundleBadge
RitaDias Jul 3, 2024
0181e4d
chore(sanity): clean up methods and style
RitaDias Jul 3, 2024
b5b7a6f
Merge branch 'corel' into corel-35
RitaDias Jul 3, 2024
f58b961
Merge branch 'corel' into corel-35
RitaDias Jul 3, 2024
af68e88
chore(sanity): remove unused import
RitaDias Jul 3, 2024
9ab6d65
refactor(sanity): use Bundle provider instead of store
RitaDias Jul 3, 2024
62ffd3e
chore(sanity): update bundleRow to use the new name for badge
RitaDias Jul 3, 2024
acdb5ce
chore(sanity): clean up code
RitaDias Jul 4, 2024
e904eed
refactor(sanity): re-add oncancel and oncreate props in dialog
RitaDias Jul 4, 2024
dc9ca47
refactor(sanity): add scroll to bundle menu
RitaDias Jul 4, 2024
12abc2b
refactor(sanity): move from archived to archivedAt
RitaDias Jul 4, 2024
aba518d
refactor(sanity): move version provider to its own file + organise + …
RitaDias Jul 4, 2024
7de4af9
refactor(sanity): remove provider + context, move logic to hook
RitaDias Jul 4, 2024
fd8b9d9
chore(sanity): remove comments + change name from setCurrentVersion t…
RitaDias Jul 4, 2024
421d68a
chore(sanity): rename useVersion to useBundle
RitaDias Jul 4, 2024
5c78e5d
chore(sanity): update comments
RitaDias Jul 4, 2024
7360256
chore(sanity): Rename currentVersion
RitaDias Jul 4, 2024
194c03f
refactor(sanity): rename currentBudnle and setGlobalBundle
RitaDias Jul 4, 2024
137996f
chore(sanity): rename versions to bundles in core directory
RitaDias Jul 4, 2024
0a98e28
chore(sanity): rename to GlobalPerspectiveMenu and move to navbar dir…
RitaDias Jul 4, 2024
ccd4cf6
chore(sanity): rename to DocumentPerspectiveMenu and move to navbar d…
RitaDias Jul 4, 2024
70b18d7
feat(releases): support for (un)archive
jordanl17 Jul 4, 2024
484b480
chore(releases): updating testing for BundlesOverview
jordanl17 Jul 4, 2024
cbc845a
chore(releases): new tests for BundleMenuButton and (un)archive
jordanl17 Jul 4, 2024
602143a
fix(releases): disabling bundle menu btn when action is performed
jordanl17 Jul 5, 2024
f8716ce
Merge branch 'corel' into corel-23-archive-unarchive
jordanl17 Jul 5, 2024
1ff7fb0
Merge branch 'corel' into corel-23-archive-unarchive
jordanl17 Jul 8, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'corel' into corel-35
  • Loading branch information
RitaDias authored Jul 3, 2024
commit f58b96172f283333dd3eab87c8377906a0aaf24f
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {Button} from '../../../../ui-components'
import {LoadingBlock} from '../../../components/loadingBlock/LoadingBlock'
import {AddonDatasetProvider} from '../../../studio/addonDataset/AddonDatasetProvider'
import {BundleForm} from '../../../versions/components/dialog/BundleForm'
import {BundlesProvider, useBundles} from '../BundlesProvider'
import {type BundleDocument} from '../types'
import {useBundleOperations} from '../useBundleOperations'
import {useBundlesStore} from '../useBundlesStore'
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.