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: add support for hibernated spaces #4350

Merged
merged 28 commits into from
Nov 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b869e58
feat: disable proposal creation on hibernate spaces
wa0x6e Nov 13, 2023
2d7e090
fix: add button to reactivate space
wa0x6e Nov 13, 2023
33daf5d
fix: add link to hibernation doc
wa0x6e Nov 14, 2023
03d1fd7
fix: add translations
wa0x6e Nov 14, 2023
e113506
chore: fix formatting
wa0x6e Nov 14, 2023
5a164e2
refactor: extract hibernation warning message to its own component
wa0x6e Nov 15, 2023
e5b7d79
Merge branch 'master' into add-hibernation
wa0x6e Nov 15, 2023
fbd6cd9
feat: reactivate space via sequencer
wa0x6e Nov 15, 2023
6853ac4
Merge branch 'add-hibernation' of https://github.com/snapshot-labs/sn…
wa0x6e Nov 15, 2023
87e7592
chore: formatting fix
wa0x6e Nov 15, 2023
4f086f8
fix: show success message on space reactivation
wa0x6e Nov 15, 2023
ced757f
fix: add link to doc
wa0x6e Nov 15, 2023
4329589
chore: fix formatting
wa0x6e Nov 15, 2023
da65260
fix: use settings basic update to reactivate space
wa0x6e Nov 15, 2023
87a9199
chore: fix formatting
wa0x6e Nov 16, 2023
fff1e54
fix: redirect reactivate space CTA to settings page
wa0x6e Nov 16, 2023
c79d0f6
fix: update hibernated warning message
wa0x6e Nov 16, 2023
1d2540c
feat: add space reactivation message in space settings
wa0x6e Nov 16, 2023
ceb245d
Merge branch 'master' into add-hibernation
wa0x6e Nov 16, 2023
4f0b614
Update src/components/MessageWarningHibernated.vue
wa0x6e Nov 16, 2023
c730194
fix: increase warning level to red
wa0x6e Nov 16, 2023
3a3ead2
fix: remove title and change layout
wa0x6e Nov 16, 2023
d38b422
fix: "learn more" should only visible to admin/controller
wa0x6e Nov 16, 2023
1b669b2
refactor: extract message into its own components
wa0x6e Nov 16, 2023
f99f05d
Update src/locales/default.json
samuveth Nov 17, 2023
a5eb1dc
Fixes
samuveth Nov 17, 2023
d88e3b7
Update src/locales/default.json
samuveth Nov 17, 2023
b7f868e
Merge branch 'master' into add-hibernation
ChaituVR Nov 17, 2023
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
fix: update hibernated warning message
wa0x6e committed Nov 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c79d0f68176d781927f1a420926d584a4f2a7b81
2 changes: 1 addition & 1 deletion src/locales/default.json
Original file line number Diff line number Diff line change
@@ -237,7 +237,7 @@
"markdown": "Styling with Markdown is supported",
"errorGettingSnapshot": "We encountered an error while fetching the snapshot block number which is needed to calculate your voting power. Please try again later.",
"errorTimeInPast": "Entered time is in the past. Please select a future time.",
"errorSpaceHibernated": "This space has been hibernated, and proposals creation has been disabled until the space is reactivated by an admin."
"errorSpaceHibernated": "This space has been hibernated due to a lack of activity, and proposals creation has been disabled until the space is reactivated by an admin."
},
"delegates": {
"header": "Delegates",