mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
* Implement notifications logic, basic calls, and admin command * Remove unnecessary code * Add ability to stack notifications and return manually created XML * Remove test that is no longer needed and is causing failures * Apply suggestions from code review * Merge notifications with existing announcements page * Order notifications by descending ID instead of ascending ID * Move notification send task to moderation options under user Also restyles the buttons to line up next to each other like in the slot pages. * Style/position fixes with granted slots/notification partials * Fix incorrect form POST route * Prevent notification text area from breaking out of container * Actually use builder result for notification text * Minor restructuring of the notifications page * Add notifications for team picks, publish issues, and moderation * Mark notifications as dismissed instead of deleting them * Add XMLdoc to SendNotification method * Fix incorrect URL in announcements webhook * Remove unnecessary inline style from granted slots partial * Apply suggestions from code review * Apply first batch of suggestions from code review * Apply second batch of suggestions from code review * Change notification icon depending on if user has unread notifications * Show unread notification icon if there is an announcement posted * Remove "potential" wording from definitive fixes in error docs * Remove "Error code:" from publish notifications * Send notification if user tries to unlock a mod-locked level * Change notification timestamp format to include date * Add clarification to level mod-lock notification message * Change team pick notifications to moderation notifications Apparently the MMPick type doesn't show a visual notification. * Apply suggestions from code review * Add obsolete to notification types that display nothing in-game * Remove unused imports and remove icon switch case in favor of bell icon * Last minute fixes * Send notification upon earth wipe and clarify moderation case notifications * Add check for empty/too long notification text
66 lines
No EOL
2.2 KiB
XML
66 lines
No EOL
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<root>
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
<resheader name="resmimetype">
|
|
<value>text/microsoft-resx</value>
|
|
</resheader>
|
|
<resheader name="version">
|
|
<value>1.3</value>
|
|
</resheader>
|
|
<resheader name="reader">
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<resheader name="writer">
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<data name="username" xml:space="preserve">
|
|
<value>Username</value>
|
|
</data>
|
|
<data name="password" xml:space="preserve">
|
|
<value>Password</value>
|
|
</data>
|
|
<data name="register" xml:space="preserve">
|
|
<value>Create an account</value>
|
|
</data>
|
|
<data name="forgot_password" xml:space="preserve">
|
|
<value>Forgot Password?</value>
|
|
</data>
|
|
<data name="error" xml:space="preserve">
|
|
<value>Uh oh!</value>
|
|
</data>
|
|
<data name="log_in" xml:space="preserve">
|
|
<value>Log In</value>
|
|
</data>
|
|
<data name="unknown" xml:space="preserve">
|
|
<value>Unknown</value>
|
|
</data>
|
|
<data name="success" xml:space="preserve">
|
|
<value>Success!</value>
|
|
</data>
|
|
<data name="reset_password" xml:space="preserve">
|
|
<value>Reset Password</value>
|
|
</data>
|
|
<data name="recent_activity" xml:space="preserve">
|
|
<value>Recent Activity</value>
|
|
</data>
|
|
<data name="soon" xml:space="preserve">
|
|
<value>Coming soon!</value>
|
|
</data>
|
|
<data name="recent_photos" xml:space="preserve">
|
|
<value>Most recent photos</value>
|
|
</data>
|
|
<data name="email" xml:space="preserve">
|
|
<value>Email</value>
|
|
</data>
|
|
<data name="announcements" xml:space="preserve">
|
|
<value>Announcements</value>
|
|
</data>
|
|
<data name="notifications" xml:space="preserve">
|
|
<value>Notifications</value>
|
|
</data>
|
|
</root> |